Skip to content

Commit

Permalink
fix(package): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm-ctrlz committed Feb 19, 2024
1 parent 33cc05c commit f0c2350
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 @@ -15,16 +15,16 @@
],
"require": {
"php": "^7.1 || ^8.0",
"phpunit/phpunit": "^9.6 || ^10.0"
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0"
},
"autoload": {
"psr-4": {
"QratorLabs\\Smocky\\": "./src"
}
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
"phpstan/phpstan": "^1.9.17"
"squizlabs/php_codesniffer": "^3.9.0",
"phpstan/phpstan": "^1.10.58"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit f0c2350

Please sign in to comment.