diff --git a/composer.json b/composer.json index b08217a..81b2e63 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.8", - "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 deleted file mode 100644 index 3357b93..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - tests - - - - - src - - -