From 7b8529d9cdba76ef78e47a213b34bef5fa06d2d9 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 1 Jan 2023 09:42:51 +0100 Subject: [PATCH 1/3] Bump LICENSE year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 9c907a4..5c7ba05 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019-2022 Fabien Potencier +Copyright (c) 2019-2023 Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 50dd4043148d997d8425e12009f5c78e94ed756d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 8 Feb 2023 08:44:48 +0100 Subject: [PATCH 2/3] Fix LICENSE year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 5c7ba05..f37c76b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019-2023 Fabien Potencier +Copyright (c) 2019-present Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From fab682645b3f8730fbdb7bf9ec8fe668d6f76638 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 9 Feb 2023 07:45:16 +0100 Subject: [PATCH 3/3] Bump version to 3.6 --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 2b4a695..ed5d3ff 100644 --- a/composer.json +++ b/composer.json @@ -28,10 +28,5 @@ "exclude-from-classmap": [ "/Tests/" ] - }, - "extra": { - "branch-alias": { - "dev-master": "3.5-dev" - } } }