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 d413ca9..687bc52 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "China region library for PHP.", "type": "library", "require": { - "php": "^8.4" + "php": "^8.3" }, "license": "MIT", "autoload": { @@ -29,6 +29,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", |
