Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Feb 10, 2022
1 parent 12fb653 commit 160ff5c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@
],
"require": {
"doctrine/dbal": "^2.10|^3.3",
"illuminate/database": "^7.30|^8.23|^9.0",
"illuminate/support": "^7.30|^8.23|^9.0"
"illuminate/database": "^8.83|^9.0.1",
"illuminate/support": "^8.83|^9.0.1"
},
"require-dev": {
"laravel/legacy-factories": "^1.3",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^7.0",
"orchestra/database": "^5.0|^6.0",
"phpunit/phpunit": "^9.0"
"orchestra/database": "^6.28|^7.0",
"orchestra/testbench": "^6.28|^7.0",
"orchestra/testbench-core": "^6.28|^7.0",
"phpunit/phpunit": "^9.5.13"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 160ff5c

Please sign in to comment.