diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 001780a..3f25547 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "^8.4" + "php": "^8.3" }, "require-dev": { "phpunit/phpunit": "^12" @@ -28,6 +28,8 @@ "scripts": { "test": "phpunit", "matrix": [ + "COMPOSER_FLAGS=--prefer-lowest docker compose run --rm php83", + "COMPOSER_FLAGS=--prefer-stable docker compose run --rm php83", "COMPOSER_FLAGS=--prefer-lowest docker compose run --rm php84", "COMPOSER_FLAGS=--prefer-stable docker compose run --rm php84", "COMPOSER_FLAGS=--prefer-lowest docker compose run --rm php85", |
