Skip to content

Commit b2a7be6

Browse files
committed
add laravel 12 support
1 parent 81b93cf commit b2a7be6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.1",
13-
"illuminate/contracts": "^10.0|^11.0",
12+
"php": "^8.2",
13+
"illuminate/contracts": "^10.0|^11.0|^12.0",
1414
"jeffreyvanrossum/paver": "^0.2.0"
1515
},
1616
"require-dev": {
1717
"larastan/larastan": "^2.9",
1818
"laravel/pint": "^1.0",
19-
"orchestra/testbench": "^8.0|^9.0",
19+
"orchestra/testbench": "^8.0|^9.0|^10.0",
2020
"pestphp/pest": "^2.34",
2121
"pestphp/pest-plugin-laravel": "^2.0",
2222
"phpstan/extension-installer": "^1.1",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)