Skip to content

Commit

Permalink
Support Laravel 12 (#113)
Browse files Browse the repository at this point in the history
* Support Laravel 12

* Support Laravel 12

* Support Laravel 12
  • Loading branch information
staudenmeir authored Feb 20, 2025
1 parent 451496e commit e45460f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
],
"require": {
"php": "^8.2",
"illuminate/database": "^11.0"
"illuminate/database": "^12.0"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^3.0",
"larastan/larastan": "^3.0",
"laravel/framework": "^11.0",
"laravel/framework": "^12.0",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^9.5",
"orchestra/testbench-core": "^10.0",
"phpunit/phpunit": "^11.0"
},
"autoload": {
Expand Down

0 comments on commit e45460f

Please sign in to comment.