Skip to content

Commit

Permalink
Updated dependencies (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Schmick authored Feb 10, 2022
1 parent 05a61a5 commit 41af928
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"laravel/framework": "^8.0"
"laravel/framework": "^8.0|^9.0"
},
"require-dev": {
"doctrine/dbal": "^2.9",
"larapack/dd": "^1.0",
"mockery/mockery": "~1.0",
"doctrine/dbal": "^2.9|^3.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
},
Expand Down

0 comments on commit 41af928

Please sign in to comment.