We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e1756 commit d471f62Copy full SHA for d471f62
composer.json
@@ -13,13 +13,13 @@
13
"prefer-stable": true,
14
"extra": {
15
"branch-alias": {
16
- "dev-master": "0.10-dev"
+ "dev-master": "0.11-dev"
17
}
18
},
19
"require": {
20
"php": "^7.1",
21
"ext-simplexml": "*",
22
- "phpstan/phpstan": "^0.10",
+ "phpstan/phpstan": "^0.11",
23
"nikic/php-parser": "^4.0"
24
25
"require-dev": {
@@ -28,10 +28,10 @@
28
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
29
"phpunit/phpunit": "^7.0",
30
"phing/phing": "^2.16.0",
31
- "phpstan/phpstan-strict-rules": "^0.10",
+ "phpstan/phpstan-strict-rules": "^0.11",
32
"satooshi/php-coveralls": "^1.0",
33
"slevomat/coding-standard": "^4.5.2",
34
- "phpstan/phpstan-phpunit": "^0.10",
+ "phpstan/phpstan-phpunit": "^0.11",
35
"symfony/framework-bundle": "^3.0 || ^4.0"
36
37
"conflict": {
0 commit comments