Skip to content

Commit 032978a

Browse files
authored
Deny install of TYPO3 8.0-8.6
1 parent c601b9d commit 032978a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "GPL-2.0-or-later",
2323
"require": {
2424
"php": ">=5.5.0",
25-
"typo3/cms-core": "^6.2 || ^7.6 || ^8.0"
25+
"typo3/cms-core": "^6.2 || ^7.6 || ^8.7"
2626
},
2727
"require-dev": {
2828
"nimut/testing-framework": "^1.0"

0 commit comments

Comments
 (0)