Skip to content

Commit

Permalink
Merge pull request #17 from sbuerk/stefan1
Browse files Browse the repository at this point in the history
[TASK] Ensure working with phpstan ^0.12.99 and ~/^1.2.0 in core 10.4, 11.5 and main
  • Loading branch information
bmack committed Jan 17, 2022
2 parents 5060372 + c12e3e3 commit 4d3f45b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "TYPO3 rules for PHPStan",
"license": "GPL-2.0-or-later",
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^0.12.44"
"php": "^7.2 || ^8.0 || ^8.1",
"phpstan/phpstan": "^0.12.99 || ^1.2.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.3",
Expand All @@ -16,6 +16,12 @@
"typo3/cms-extbase": "^10.4 || 11.*.*@dev"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true,
"ergebnis/composer-normalize": true
},
"platform": {
"php": "7.2"
},
Expand Down
22 changes: 13 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d3f45b

Please sign in to comment.