Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Update composer.json to support laravel 11
  • Loading branch information
amiralidev authored Jun 10, 2024
1 parent 396d77a commit c175590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"require": {
"php": "^7.3|^8.0",
"hekmatinasser/verta": "^8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"cviebrock/eloquent-sluggable": "^8.0|^9.0|^10.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"cviebrock/eloquent-sluggable": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^5.1 | ^6",
Expand Down

0 comments on commit c175590

Please sign in to comment.