From cb5e5ae1ee6b243359dec86dbe6df7e8902bddc6 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 25 May 2023 15:18:35 +0200 Subject: [PATCH 1/6] Hello branch 7.0 --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ed84725..99aeaad 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": ">=8.1", + "php": ">=8.2", "ext-ctype": "*", "ext-iconv": "*", "symfony/flex": "^2" @@ -45,7 +45,8 @@ "symfony/polyfill-php73": "*", "symfony/polyfill-php74": "*", "symfony/polyfill-php80": "*", - "symfony/polyfill-php81": "*" + "symfony/polyfill-php81": "*", + "symfony/polyfill-php82": "*" }, "scripts": { "auto-scripts": [ @@ -63,7 +64,7 @@ "extra": { "symfony": { "allow-contrib": false, - "require": "6.4.*" + "require": "7.0.*" } } } From 6ff41597963e5e8df72d3ddb611a30c26b669666 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 29 Nov 2023 12:05:37 +0100 Subject: [PATCH 2/6] Hello branch 7.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8c262ff..ad4929c 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "project", "license": "MIT", "description": "A minimal Symfony project recommended to create bare bones applications", - "minimum-stability": "stable", + "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=8.2", @@ -64,7 +64,7 @@ "extra": { "symfony": { "allow-contrib": false, - "require": "7.0.*" + "require": "7.1.*" } } } From 3f788823f29584da1e62497015fea21814f03f59 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 31 May 2024 09:46:03 +0200 Subject: [PATCH 3/6] 7.1 is stable \o/ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ad4929c..232819f 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "project", "license": "MIT", "description": "A minimal Symfony project recommended to create bare bones applications", - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.2", From b55ac4026da6a4c05cf5bf2218156c6f0545d2c2 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 31 May 2024 09:46:59 +0200 Subject: [PATCH 4/6] Hello branch 7.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ad4929c..00c49b3 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "extra": { "symfony": { "allow-contrib": false, - "require": "7.1.*" + "require": "7.2.*" } } } From e0b551cab80f54c977ca49d08a90ca17e97babc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Mon, 18 Nov 2024 10:53:40 +0100 Subject: [PATCH 5/6] Add 'bump-after-update: true' to the composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 00c49b3..645857d 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ "symfony/flex": true, "symfony/runtime": true }, + "bump-after-update": true, "sort-packages": true }, "autoload": { From de7bcdd00447421b98e122d49651a630910dc939 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 29 Nov 2024 09:37:06 +0100 Subject: [PATCH 6/6] 7.2 is stable \o/ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 645857d..48563a3 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "project", "license": "MIT", "description": "A minimal Symfony project recommended to create bare bones applications", - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.2",