Skip to content

Commit

Permalink
Support laravel 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bigenergy authored Mar 16, 2023
1 parent 7621d6a commit c3b16e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"description": "Custom Blade components to add sortable/drag-and-drop HTML elements in your apps (support laravel 9+)",
"keywords": [
"asantibanez",
"laravel-blade-sortable"
"laravel-blade-sortable",
"bigenergy",
"laravel-blade-sortable-updated"
],
"homepage": "https://github.com/asantibanez/laravel-blade-sortable",
"license": "MIT",
Expand All @@ -22,10 +24,10 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^7.0|^8.0|^9.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench": "^5.0|^6.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
Expand Down

0 comments on commit c3b16e0

Please sign in to comment.