We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3cb8e3 + 0e4739f commit b4741fbCopy full SHA for b4741fb
composer.json
@@ -17,12 +17,12 @@
17
"homepage": "https://github.com/In-Touch/laravel-newrelic",
18
"require": {
19
"php": "^8.2",
20
- "illuminate/contracts": "^10.0 || ^11.0",
+ "illuminate/contracts": "^10.0 || ^11.0 || ^12.0",
21
"intouch/newrelic": "^2.0"
22
},
23
"require-dev": {
24
- "orchestra/testbench": "^8.0 || ^9.0",
25
- "phpunit/phpunit": "^10.5 || ^11.0"
+ "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
+ "phpunit/phpunit": "^10.5 || ^11.0 || ^12.0"
26
27
"minimum-stability": "dev",
28
"autoload": {
0 commit comments