Add PHP version constraint to composer file

This commit is contained in:
Marcel Kapfer 2021-04-12 10:28:30 +02:00
parent 1bfb8a1a77
commit 4d8d5c89ec
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
}
},
"require": {
"php": "7.2.0 - 7.4.99",
"typo3/cms-core": "^10.4"
},
"replace": {