diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | 5fe7c87967ff29c4a8f03a9186918d8359f4887e (patch) | |
| tree | dfdd4fdc7a4e96266305f82f5846750ab2efabc9 /composer.json | |
| parent | 01eac9658c3bc486d2d42a18557fdb82a536348e (diff) | |
big update
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json index bf0d70b..6ecde7c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,9 @@ "type": "library", "autoload": { "psr-4": { - "Lightscale\\Router\\": "src/" + "Lightscale\\Router\\": "src/", + "Lightscale\\Router\\Test\\": "tests/" + } }, "authors": [ @@ -14,13 +16,15 @@ } ], "require": { - "php": ">=8.3" + "php": ">=8.3", + "psr/http-message": "^2.0" }, "require-dev": { "pestphp/pest": "^4.7", "phpstan/phpstan": "^2.2", "friendsofphp/php-cs-fixer": "^3.95", - "ace-of-aces/intellipest": "^1.0" + "ace-of-aces/intellipest": "^1.0", + "nyholm/psr7": "^1.8" }, "config": { "allow-plugins": { |
