Skip to content

Commit

Permalink
Merge pull request #247 from kukulich/deps
Browse files Browse the repository at this point in the history
Updated dependencies and allow PHP 8.1
  • Loading branch information
Ocramius authored Sep 18, 2021
2 parents 1392ade + 8c57996 commit ed40c03
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 118 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.phpcs-cache
.phpunit.result.cache
vendor
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"bin/roave-infection-static-analysis-plugin"
],
"require": {
"php": "~7.4.7|~8.0.0",
"infection/infection": "0.24.0",
"php": "~7.4.7|~8.0.0|~8.1.0",
"infection/infection": "0.25.1",
"ocramius/package-versions": "^1.9.0 || ^2.0.0",
"sanmai/later": "^0.1.2",
"vimeo/psalm": "^4.9.2"
"vimeo/psalm": "^4.10.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0.0",
"phpunit/phpunit": "^9.5.8"
"phpunit/phpunit": "^9.5.9"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ed40c03

Please sign in to comment.