From 9f750430f0c47fdf3adfb5146b145a6c191a1799 Mon Sep 17 00:00:00 2001 From: Mateus Junges Date: Thu, 16 Feb 2023 00:37:50 -0300 Subject: [PATCH 1/2] Add support for laravel 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aa5e048..68a91a4 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ "homepage": "https://github.com/In-Touch/laravel-newrelic", "require": { "php": ">=7.4", - "illuminate/contracts": "^8.0|^9.0", + "illuminate/contracts": "^8.0|^9.0|^10.0", "intouch/newrelic": "^2.0" }, "require-dev": { - "orchestra/testbench": "^6.22|^7.0", + "orchestra/testbench": "^6.22|^7.0|^8.0", "phpunit/phpunit": "^9.5|^10.0" }, "minimum-stability": "dev", From 08584635f1807f8c8f67050c8a604ab2ff988baf Mon Sep 17 00:00:00 2001 From: Mateus Junges Date: Thu, 16 Feb 2023 00:40:41 -0300 Subject: [PATCH 2/2] Migrate config --- phpunit.xml.dist | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8bb452c..bceb308 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,26 +1,15 @@ - - - - src/ - - - - - tests - - - + + + + src/ + + + + + tests + + +