Skip to content

Commit

Permalink
Merge pull request #103 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
fetzi committed Jun 12, 2023
2 parents 1ad57d5 + 52de87b commit 290d181
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
{
"name": "kirkbushell/eloquence",
"description": "A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.",
"keywords": ["laravel", "eloquent", "camelcase", "camel", "case", "snake_case", "snake"],
"keywords": [
"laravel",
"eloquent",
"camelcase",
"camel",
"case",
"snake_case",
"snake"
],
"authors": [
{
"name": "Kirk Bushell",
"email": "torm3nt@gmail.com"
}
],
"require": {
"php": ">=7.3",
"php": "^8.1",
"hashids/hashids": "^4.1",
"illuminate/database": "~9.0",
"illuminate/support": "~9.0",
"ramsey/uuid": "^4"
"illuminate/database": "^10.0",
"illuminate/support": "^10.0",
"ramsey/uuid": "^4.7"
},
"require-dev": {
"illuminate/events": "~9.0",
"mockery/mockery": "^1.3.0",
"orchestra/testbench": "~7",
"phpunit/phpunit": "~9.5"
"illuminate/events": "^10.0",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 290d181

Please sign in to comment.