Skip to content

Commit

Permalink
Merge pull request #20 from BRACKETS-by-TRIAD/feat/laravel-10
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
erikgreasy authored Oct 25, 2023
2 parents 9aabf29 + 8fc9a1e commit 834ab26
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 @@ -32,12 +32,12 @@
],
"require": {
"php": "^8.0.2",
"illuminate/support": "^9.0",
"illuminate/support": "^9.0|^10.0",
"spatie/laravel-medialibrary": "^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.0|^7.0"
"phpunit/phpunit": "^9.0|^10.0",
"orchestra/testbench": "^6.0|^7.0|^8.0"
},
"autoload": {
"classmap": [],
Expand All @@ -57,7 +57,7 @@
]
},
"branch-alias": {
"dev-master": "7.0-dev"
"dev-master": "7.1-dev"
}
}
}

0 comments on commit 834ab26

Please sign in to comment.