Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Xety committed Aug 18, 2020
1 parent 364eb60 commit f92710b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
}
],
"require": {
"php": ">=7.3",
"skinnybot/skinny": "~2.0"
"php": "^7.3"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"squizlabs/php_codesniffer": "~3.0"
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f92710b

Please sign in to comment.