Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Feb 26, 2023
1 parent a971ab2 commit df4e0d3
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 437 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@
"phpstan/phpstan": "^1",
"phpstan/phpstan-mockery": "^1",
"phpstan/phpstan-strict-rules": "^1",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10",
"rector/rector": "^0.15"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"scripts": {
"qa": "composer check-cs && composer stan && composer test",
Expand Down
Loading

0 comments on commit df4e0d3

Please sign in to comment.