Feat: Include patched extension via local packages

This commit is contained in:
Björn Fromme
2023-06-30 13:14:14 +02:00
parent a3ea0127c5
commit f75a23a508
321 changed files with 111975 additions and 63 deletions
+7 -1
View File
@@ -3,6 +3,12 @@
"description" : "EP Reisen TYPO3 website package",
"license": "GPL-2.0+",
"type": "project",
"repositories": [
{
"type": "path",
"url": "./local_packages/*"
}
],
"require": {
"php": "^7.4",
"ext-curl": "*",
@@ -13,7 +19,7 @@
"b13/container": "^1.3",
"christophlehmann/imageoptimizer": "^3.0",
"fluidtypo3/vhs": "^6.0",
"frappant/frp-form-answers": "^3.1",
"frappant/frp-form-answers": "@dev",
"georgringer/news": "^8.5",
"gridelementsteam/gridelements": "^10.0",
"helhum/typo3-console": "^6.4",