Skip to content

Commit b4741fb

Browse files
authored
Merge pull request #3 from InteractionDesignFoundation/l12
Support Laravel 12
2 parents f3cb8e3 + 0e4739f commit b4741fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"homepage": "https://github.com/In-Touch/laravel-newrelic",
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/contracts": "^10.0 || ^11.0",
20+
"illuminate/contracts": "^10.0 || ^11.0 || ^12.0",
2121
"intouch/newrelic": "^2.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^8.0 || ^9.0",
25-
"phpunit/phpunit": "^10.5 || ^11.0"
24+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
25+
"phpunit/phpunit": "^10.5 || ^11.0 || ^12.0"
2626
},
2727
"minimum-stability": "dev",
2828
"autoload": {

0 commit comments

Comments
 (0)