Composer extensions
This commit is contained in:
57
composer.json
Normal file
57
composer.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "catbird/cdl-typo3-app",
|
||||
"description": "Carte da legare - TYPO3 Webapp",
|
||||
"homepage": "https://www.catbird.it/",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Matteo Gallo",
|
||||
"email": "matteogal@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"license": "GPL-2.0-or-later",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../t3ext/cartedalegare",
|
||||
"options": {
|
||||
"symlink": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"typo3/cms-core": "11.5.41",
|
||||
"typo3/cms-extbase": "11.5.41",
|
||||
"typo3/cms-fluid": "11.5.41",
|
||||
"typo3/cms-frontend": "11.5.41",
|
||||
"typo3/cms-install": "11.5.41",
|
||||
"typo3/cms-rte-ckeditor": "11.5.41",
|
||||
"typo3/cms-setup": "11.5.41",
|
||||
"catbird/cartedalegare": "@dev",
|
||||
"t3brightside/youtubevideo": "2.1.1",
|
||||
"sjbr/static-info-tables": "11.5.3",
|
||||
"sjbr/sr-freecap": "11.5.2",
|
||||
"t3brightside/paginatedprocessors": "1.5.1",
|
||||
"georgringer/numbered-pagination": "2.0.0",
|
||||
"georgringer/news": "9.4.0",
|
||||
"sgalinski/lfeditor": "7.1.10",
|
||||
"dirkpersky/typo3-dp_cookieconsent": "11.6.3",
|
||||
"friendsoftypo3/tt-address": "8.1.1",
|
||||
"sjbr/sr-feuser-register": "11.5.4",
|
||||
"bobosch/ods-osm": "4.2.2",
|
||||
"minifranske/fs-media-gallery": "3.0.2",
|
||||
"t3brightside/embedassets": "1.3.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"typo3/cms-composer-installers": true,
|
||||
"typo3/class-alias-loader": true
|
||||
},
|
||||
"vendor-dir": "vendor"
|
||||
},
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"web-dir": "."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user