Skip to content

Commit

Permalink
Merge pull request #3 from jonnott/patch-1
Browse files Browse the repository at this point in the history
allow Laravel 12 in composer.json (untested)
  • Loading branch information
miken32 authored Feb 8, 2025
2 parents 4164a35 + 529dfe3 commit b244438
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 @@ -12,8 +12,8 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/validation": "^10.0|^11.0"
"illuminate/support": "^10.0|^11.0|^12.0",
"illuminate/validation": "^10.0|^11.0|^12.0"
},
"require-dev": {
"fakerphp/faker": "^1.0",
Expand Down

0 comments on commit b244438

Please sign in to comment.