File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 22
33| Laravel Version | Package Tag | Supported |
44| -----------------| -------------| -----------|
5+ | 10.x.x | 4.0.x | yes |
56| 9.x.x | 4.0.x | yes |
6- | 8.x.x | 4.0.x | yes |
7+ | 8.x.x | 4.0.x | no |
78| 7.x.x | 3.0.x | no |
89| 5.x.x | 2.2.x | no |
910| 5.2.x | 2.1.x | no |
Original file line number Diff line number Diff line change 1717 "homepage" : " https://github.com/In-Touch/laravel-newrelic" ,
1818 "require" : {
1919 "php" : " >=7.4" ,
20- "illuminate/contracts" : " ^8.0|^ 9.0| ^10.0" ,
20+ "illuminate/contracts" : " ^9.0 || ^10.0" ,
2121 "intouch/newrelic" : " ^2.0"
2222 },
2323 "require-dev" : {
24- "orchestra/testbench" : " ^6.22|^ 7.0| ^8.0" ,
25- "phpunit/phpunit" : " ^9.5| ^10.0"
24+ "orchestra/testbench" : " ^7.0 || ^8.0" ,
25+ "phpunit/phpunit" : " ^9.5 || ^10.0"
2626 },
2727 "minimum-stability" : " dev" ,
2828 "autoload" : {
3131 }
3232 },
3333 "autoload-dev" : {
34- "psr-4" : {
35- "Intouch\\ LaravelNewrelic\\ Tests\\ " : " tests/"
34+ "psr-4" : {
35+ "Intouch\\ LaravelNewrelic\\ Tests\\ " : " tests/"
3636 }
3737 },
38- "scripts" : {
39- "test" : " phpunit"
40- },
4138 "extra" : {
4239 "laravel" : {
4340 "aliases" : {
4744 " Intouch\\ LaravelNewrelic\\ NewrelicServiceProvider"
4845 ]
4946 }
47+ },
48+ "scripts" : {
49+ "test" : " phpunit"
5050 }
5151}
You can’t perform that action at this time.
0 commit comments