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 12, 2022
1 parent 2d39fe0 commit cfb5364
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 @@ -20,8 +20,8 @@
}
],
"require": {
"illuminate/database": "^8.23|^9.0",
"illuminate/support": "^8.23|^9.0"
"illuminate/database": "^8.83|^9.0.1",
"illuminate/support": "^8.83|^9.0.1"
},
"autoload": {
"psr-4": {
Expand All @@ -40,9 +40,10 @@
"chelout/laravel-relationship-events": "^1.5",
"laravel/legacy-factories": "^1.3",
"mockery/mockery": "^1.5",
"orchestra/database": "^6.0",
"orchestra/testbench": "^7.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"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit cfb5364

Please sign in to comment.