Skip to content

Commit

Permalink
vendor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed Jan 11, 2024
1 parent 40aa076 commit 0859be7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": "^8.0",
"phpstan/phpstan": "1.10.*"
"phpstan/phpstan": "^1.10"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.46",
"kubawerlos/php-cs-fixer-custom-fixers": "3.18",
"friendsofphp/php-cs-fixer": "3.46.*",
"kubawerlos/php-cs-fixer-custom-fixers": "3.18.*",
"phpunit/phpunit": "^9.0 || ^10.0",
"vimeo/psalm": "^5.0"
"vimeo/psalm": "5.0.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0859be7

Please sign in to comment.