diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/composer.json b/composer.json index b02ebf6..4b3a367 100644 --- a/composer.json +++ b/composer.json @@ -63,15 +63,12 @@ "src/Intl/Icu/Resources/stubs", "src/Intl/MessageFormatter/Resources/stubs", "src/Intl/Normalizer/Resources/stubs", + "src/Php83/Resources/stubs", "src/Php82/Resources/stubs", + "src/Php81/Resources/stubs", "src/Php80/Resources/stubs", "src/Php73/Resources/stubs" ] }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - } - } + "minimum-stability": "dev" } |