Skip to content

Commit cfc986a

Browse files
authored
Merge pull request #401 from lcobucci/update-phpstan
Update project dependencies
2 parents 82cefa3 + 840ab31 commit cfc986a

File tree

4 files changed

+133
-353
lines changed

4 files changed

+133
-353
lines changed

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"laminas/laminas-diactoros": "^2.8",
3131
"lcobucci/coding-standard": "^8.0",
3232
"phpstan/extension-installer": "^1.1",
33-
"phpstan/phpstan": "^0.12",
34-
"phpstan/phpstan-deprecation-rules": "^0.12",
35-
"phpstan/phpstan-phpunit": "^0.12",
36-
"phpstan/phpstan-strict-rules": "^0.12",
33+
"phpstan/phpstan": "^1.4",
34+
"phpstan/phpstan-deprecation-rules": "^1.0",
35+
"phpstan/phpstan-phpunit": "^1.0",
36+
"phpstan/phpstan-strict-rules": "^1.1",
3737
"phpunit/phpunit": "^9.5"
3838
},
3939
"autoload": {
@@ -47,6 +47,11 @@
4747
}
4848
},
4949
"config": {
50+
"allow-plugins": {
51+
"dealerdirect/phpcodesniffer-composer-installer": true,
52+
"phpstan/extension-installer": true,
53+
"infection/extension-installer": true
54+
},
5055
"preferred-install": "dist",
5156
"sort-packages": true
5257
}

0 commit comments

Comments
 (0)