Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
senki committed May 22, 2024
1 parent 8f62ab2 commit c271a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
},
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "<1.11"
"phpstan/phpstan": "^1.11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.57",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^11.1"
},
"scripts": {
Expand Down

0 comments on commit c271a49

Please sign in to comment.