Skip to content

Commit

Permalink
Tweak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPoellmann committed May 16, 2022
1 parent 2c83dd6 commit 374c24c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0",
"webpatser/laravel-uuid" : "^3.0|^4.0",
"cviebrock/eloquent-sluggable" : "^6.0|^7.0|^8.0|^9.0"
"cviebrock/eloquent-sluggable" : "^8.0|^9.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "^6.23 || ^7.0",
"doctrine/dbal": "^2.12|^3.3"
},
"autoload": {
Expand Down

0 comments on commit 374c24c

Please sign in to comment.