diff options
| author | Zhineng Li <[email protected]> | 2026-01-21 16:02:03 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-01-21 16:02:03 +0800 |
| commit | 87fca42e3267bbb238e6a03f0af2a4688cbb318c (patch) | |
| tree | dd5da959287d5b1f2f245e1ef8454591c6844544 /composer.json | |
| parent | a00d74ff1c3f429239ef93787065c4376c54fabd (diff) | |
| download | region-china-87fca42e3267bbb238e6a03f0af2a4688cbb318c.tar.gz region-china-87fca42e3267bbb238e6a03f0af2a4688cbb318c.zip | |
support php 8.3
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", |
