Skip to content

Commit

Permalink
Update dependencies, bump version alias
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPoellmann committed Feb 21, 2023
1 parent ac4856d commit ea6c10d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
}
],
"require": {
"php": "^7.3|^8.1",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"cviebrock/eloquent-sluggable" : "^6.0|^7.0|^8.0|^9.0"
"php": "^8.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"webpatser/laravel-uuid": "^3.0|^4.0",
"cviebrock/eloquent-sluggable" : "^9.0|^10.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"doctrine/dbal": "^2.12|^3.3"
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"orchestra/testbench": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -59,7 +59,7 @@
}
},
"branch-alias" : {
"dev-master" : "1.0.x-dev"
"dev-master" : "1.1.x-dev"
}
},
"support" : {
Expand Down

0 comments on commit ea6c10d

Please sign in to comment.