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 - +