Skip to content

Commit

Permalink
Merge pull request #401 from lcobucci/update-phpstan
Browse files Browse the repository at this point in the history
Update project dependencies
  • Loading branch information
lcobucci authored Feb 20, 2022
2 parents 82cefa3 + 840ab31 commit cfc986a
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 353 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"laminas/laminas-diactoros": "^2.8",
"lcobucci/coding-standard": "^8.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand All @@ -47,6 +47,11 @@
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"infection/extension-installer": true
},
"preferred-install": "dist",
"sort-packages": true
}
Expand Down
Loading

0 comments on commit cfc986a

Please sign in to comment.