Skip to content

Commit

Permalink
Put current dev dependency minor versions into composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Nov 9, 2023
1 parent 57dfa08 commit fdf8565
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 @@ -13,9 +13,9 @@
"sabre/uri" : "^2.3"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "^3.9",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit" : "^9.0"
"friendsofphp/php-cs-fixer": "^3.38",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit" : "^9.6"
},
"suggest" : {
"ext-curl" : " to make http requests with the Client class"
Expand Down

0 comments on commit fdf8565

Please sign in to comment.