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 c1627fc commit 44251cdCopy full SHA for 44251cd
composer.json
@@ -15,15 +15,15 @@
15
"require": {
16
"php": "^7.1 || ^8.0",
17
"ext-simplexml": "*",
18
- "phpstan/phpstan": "^0.12.98"
+ "phpstan/phpstan": "^1.0"
19
},
20
"conflict": {
21
"symfony/framework-bundle": "<3.0"
22
23
"require-dev": {
24
"php-parallel-lint/php-parallel-lint": "^1.2",
25
- "phpstan/phpstan-phpunit": "^0.12.16",
26
- "phpstan/phpstan-strict-rules": "^0.12.5",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1.0",
27
"phpunit/phpunit": "^9.5",
28
"symfony/config": "^4.2 || ^5.0",
29
"symfony/console": "^4.0 || ^5.0",
@@ -40,7 +40,7 @@
40
41
"extra": {
42
"branch-alias": {
43
- "dev-master": "0.12-dev"
+ "dev-master": "1.0-dev"
44
45
"phpstan": {
46
"includes": [
0 commit comments