Skip to content

Commit cbc7ab1

Browse files
authored
feat!: laravel 12 support (#45)
build: composer update build: composer update build: composer update
1 parent 51642d6 commit cbc7ab1

File tree

2 files changed

+11497
-11416
lines changed

2 files changed

+11497
-11416
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"laravel/framework": "^11.0",
20+
"laravel/framework": "^12.0",
2121
"spatie/enum": "^3.9",
2222
"spatie/laravel-package-tools": "^1.9",
2323
"timacdonald/has-parameters": "^1.5"
2424
},
2525
"require-dev": {
2626
"friendsofphp/php-cs-fixer": "^3.0",
27-
"orchestra/testbench": "^9.0",
27+
"orchestra/testbench": "^10.0",
2828
"php-coveralls/php-coveralls": "^2.2",
2929
"phpmd/phpmd": "^2.10",
3030
"phpunit/phpunit": "^11.0",

0 commit comments

Comments
 (0)