Skip to content

Commit 4596c42

Browse files
Merge pull request #4 from sascha-egerer/bugfix/doNotRequreTypo3MinimalButRequiredPackages
[BUGFIX] Do not require meta package `typo3/minimal`
2 parents 7eb062c + 239412d commit 4596c42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"require": {
1313
"php": "~7.0",
1414
"phpstan/phpstan": "^0.10",
15-
"typo3/minimal": "^8.7.0 || ~9.0"
15+
"typo3/cms-core": "^8.7 || ^9.5",
16+
"typo3/cms-extbase": "^8.7 || ^9.5"
17+
},
18+
"suggest": {
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)"
1620
},
1721
"autoload": {
1822
"psr-4": {

0 commit comments

Comments
 (0)