Skip to content

Commit

Permalink
Merge pull request #37 from oriceon/patch-1
Browse files Browse the repository at this point in the history
Laravel 12 support
  • Loading branch information
fahlisaputra authored Feb 27, 2025
2 parents 4b4b63a + 131dbbc commit df00ac9
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 @@ -15,10 +15,10 @@
}
],
"require": {
"php": "^7.2.5 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/view": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
"php": "^7.2.5 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
"illuminate/view": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit df00ac9

Please sign in to comment.