Skip to content

Commit a2040d8

Browse files
Adjust composer requirements
Adjust composer requirements to support phpstan 0.10 and TYPO3 10
1 parent 2bd9077 commit a2040d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"prefer-stable": true,
88
"require": {
99
"php": "~7.1",
10-
"phpstan/phpstan": "^0.11",
11-
"typo3/cms-core": "^8.7 || ^9.5",
12-
"typo3/cms-extbase": "^8.7 || ^9.5"
10+
"phpstan/phpstan": "^0.10",
11+
"typo3/cms-core": "^8.7 || ^9.5 || ^10.0",
12+
"typo3/cms-extbase": "^8.7 || ^9.5 || ^10.0"
1313
},
1414
"require-dev": {
1515
"consistence/coding-standard": "^3.8",

0 commit comments

Comments
 (0)