From c6fc6e99159720e3bcafeaab800c87e51c28bc1e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Aug 2023 09:51:19 +0200 Subject: update to 1.28.0 --- composer.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'composer.json') 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" } -- cgit