You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@
12
12
"require": {
13
13
"php": "~7.0",
14
14
"phpstan/phpstan": "^0.10",
15
-
"typo3/cms-core": "^8.7.0 || ~9.0",
16
-
"typo3/cms-extbase": "^8.7.0 || ~9.0"
15
+
"typo3/cms-core": "^8.7 || ^9.5",
16
+
"typo3/cms-extbase": "^8.7 || ^9.5"
17
17
},
18
18
"suggest": {
19
19
"typo3/testing-framework": "Testing framework is used in the bootstrap (src/PhpStanTypo3Bootstrap.php). In most cases you need this package but you may also use your custom bootstrap (e.g. if you use nimut/testing-framework)"
0 commit comments