Skip to content

Commit

Permalink
Merge pull request #1524 from phil-davis/remove-old-dev-deps
Browse files Browse the repository at this point in the history
chore: remove old dev dependencies
  • Loading branch information
phil-davis authored Dec 4, 2023
2 parents b96ca54 + 0fd18f0 commit 4e7a24f
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 @@ -33,10 +33,10 @@
"require-dev" : {
"ext-sqlite3": "*",
"friendsofphp/php-cs-fixer": "^2.19",
"monolog/monolog": "^1.27 || ^2.0",
"phpstan/phpstan": "^0.12 || ^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
"monolog/monolog": "^2.9",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.6"
},
"suggest" : {
"ext-curl" : "*",
Expand Down

0 comments on commit 4e7a24f

Please sign in to comment.