Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Feb 9, 2024
1 parent ab80b3d commit 94b654c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@
"ext-mbstring": "*"
},
"require-dev": {
"mikehaertl/php-shellcommand": "^1.2.5",
"phpstan/phpstan": "^1.4",
"scrutinizer/ocular": "^1.6",
"squizlabs/php_codesniffer": "^2.3 || ^3.0",
"symfony/finder": "^4.4|^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0"
},
"conflict": {
"scrutinizer/ocular": "1.7.*"
"mikehaertl/php-shellcommand": "^1.7.0",
"phpstan/phpstan": "^1.10.57",
"scrutinizer/ocular": "^1.9",
"squizlabs/php_codesniffer": "^3.8.1",
"symfony/finder": "^6.0|^7.0",
"symfony/phpunit-bridge": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 94b654c

Please sign in to comment.