From 8c9bbd9f30975ad09f5ad137335ba8d383a4dc72 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:22:39 +0100 Subject: [PATCH 1/2] upgrade to laravel v10 and membrane v0.3 --- composer.json | 6 +++--- phpunit.xml | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 497fdd8..997a9b6 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ "require": { "php": "^8.1.0", "crell/api-problem": "^3.6.1", - "illuminate/http": "^9.0", - "illuminate/support": "^9.0", + "illuminate/http": "^9.0 || ^10.0", + "illuminate/support": "^9.0 || ^10.0", "nyholm/psr7": "^1.5", - "membrane/membrane": "^0.2.0", + "membrane/membrane": "^0.3.0", "symfony/psr-http-message-bridge": "^2.1" }, "require-dev": { diff --git a/phpunit.xml b/phpunit.xml index 3357b93..46c31c8 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,13 +1,14 @@ - + tests - + + src - + From a701df66e5a4655ff00dd62239ab7e7c9e0daa1f Mon Sep 17 00:00:00 2001 From: John Charman <102669158+charjr@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:07:40 +0100 Subject: [PATCH 2/2] Delete phpunit.xml --- phpunit.xml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 phpunit.xml diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index 46c31c8..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - tests - - - - - - src - - -