test
This commit is contained in:
15
composer.json
Normal file
15
composer.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "wapplersystems/t3-patches",
|
||||
"description" : "Patches for TYPO3 core",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"cweagans/composer-patches": "~1.0"
|
||||
},
|
||||
"extra": {
|
||||
"patches": {
|
||||
"typo3/cms-core": {
|
||||
"Patch 1": "https://www.drupal.org/files/issues/add_a_startup-1543858-30.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user