We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4450554 commit 4fef3e6Copy full SHA for 4fef3e6
composer.json
@@ -12,9 +12,9 @@
12
}
13
},
14
"require": {
15
- "php": "^7.3",
16
- "phpstan/phpstan": "^0.12",
17
- "phpstan/phpstan-strict-rules": "^0.12"
+ "php": "^7.3 || ^8.0",
+ "phpstan/phpstan": "^0.12 | ^1.0",
+ "phpstan/phpstan-strict-rules": "^0.12 | ^1.0"
18
19
"require-dev": {
20
"phpunit/phpunit": "^8.5"
0 commit comments