From 932b241bd4284f200b0858d81a2517c5f424bd21 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Thu, 3 Oct 2024 19:41:19 -0300 Subject: [PATCH 1/5] Upgrade required package versions --- composer.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 22bda4d..0c210fb 100644 --- a/composer.json +++ b/composer.json @@ -30,30 +30,30 @@ ], "require": { "php": ">=8.3", - "aplus/autoload": "~3.0.1", - "aplus/cache": "~4.1.0", - "aplus/cli": "~3.0.1", - "aplus/config": "~4.0.1", - "aplus/crypto": "~2.0.1", - "aplus/database": "~4.1.2", - "aplus/database-extra": "~4.0.1", - "aplus/date": "~3.0.1", - "aplus/debug": "~4.0.3", - "aplus/dev-commands": "~2.0.2", - "aplus/email": "~4.0.1", - "aplus/events": "~2.0.0", - "aplus/factories": "~2.0.1", - "aplus/helpers": "~4.0.1", - "aplus/http": "~6.1.0", - "aplus/http-client": "~5.0.1", - "aplus/image": "~3.0.1", - "aplus/language": "~4.0.1", - "aplus/log": "~4.1.0", - "aplus/mvc": "~4.0.0", - "aplus/pagination": "~4.0.1", - "aplus/routing": "~4.0.1", - "aplus/session": "~4.0.1", - "aplus/validation": "~3.1.1" + "aplus/autoload": "^3.0.1", + "aplus/cache": "^4.1.0", + "aplus/cli": "^3.0.1", + "aplus/config": "^4.0.1", + "aplus/crypto": "^2.0.1", + "aplus/database": "^4.1.2", + "aplus/database-extra": "^4.0.1", + "aplus/date": "^3.0.1", + "aplus/debug": "^4.0.3", + "aplus/dev-commands": "^2.0.2", + "aplus/email": "^4.0.1", + "aplus/events": "^2.0.0", + "aplus/factories": "^2.0.1", + "aplus/helpers": "^4.0.1", + "aplus/http": "^6.1.0", + "aplus/http-client": "^5.0.1", + "aplus/image": "^3.0.1", + "aplus/language": "^4.0.1", + "aplus/log": "^4.1.0", + "aplus/mvc": "^4.0.0", + "aplus/pagination": "^4.0.1", + "aplus/routing": "^4.0.1", + "aplus/session": "^4.0.1", + "aplus/validation": "^3.1.1" }, "require-dev": { "ext-xdebug": "*", From beabf8e43936c9f8a2bfd08dd9dbee7333c4348f Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Thu, 3 Oct 2024 19:43:24 -0300 Subject: [PATCH 2/5] Upgrade Aplus::VERSION to 25 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index dbe562d..69195ce 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '24.0.0'; + public const VERSION = '25.0.0'; } From bfe44fded5dd9d69e14d0892a6e55b05ead6b81f Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Tue, 29 Oct 2024 19:14:56 -0300 Subject: [PATCH 3/5] Upgrade required package versions --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 0c210fb..eb50a6c 100644 --- a/composer.json +++ b/composer.json @@ -38,18 +38,18 @@ "aplus/database": "^4.1.2", "aplus/database-extra": "^4.0.1", "aplus/date": "^3.0.1", - "aplus/debug": "^4.0.3", + "aplus/debug": "^4.1.2", "aplus/dev-commands": "^2.0.2", "aplus/email": "^4.0.1", "aplus/events": "^2.0.0", "aplus/factories": "^2.0.1", "aplus/helpers": "^4.0.1", - "aplus/http": "^6.1.0", + "aplus/http": "^6.2.0", "aplus/http-client": "^5.0.1", "aplus/image": "^3.0.1", "aplus/language": "^4.0.1", "aplus/log": "^4.1.0", - "aplus/mvc": "^4.0.0", + "aplus/mvc": "^4.1.0", "aplus/pagination": "^4.0.1", "aplus/routing": "^4.0.1", "aplus/session": "^4.0.1", @@ -57,10 +57,10 @@ }, "require-dev": { "ext-xdebug": "*", - "aplus/coding-standard": "^2.3.0", - "ergebnis/composer-normalize": "^2.31", - "phpmd/phpmd": "^2.13", - "phpstan/phpstan": "^1.10", + "aplus/coding-standard": "^2.8.0", + "ergebnis/composer-normalize": "^2.44", + "phpmd/phpmd": "^2.15", + "phpstan/phpstan": "^1.12", "phpunit/phpunit": "^10.5" }, "minimum-stability": "dev", From 4fc6bccc7d31e890c9e179ee44fece8a3899bb56 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Tue, 29 Oct 2024 19:15:38 -0300 Subject: [PATCH 4/5] Upgrade Aplus::VERSION to 25.1.0 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index 69195ce..719fe3d 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '25.0.0'; + public const VERSION = '25.1.0'; } From 22e6cff5fe3fcf2958e9e6108b3439ec568038dd Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Tue, 29 Oct 2024 19:17:28 -0300 Subject: [PATCH 5/5] Update Aplus::VERSION constant --- src/Aplus.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Aplus.php b/src/Aplus.php index 719fe3d..22bb33f 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -16,8 +16,6 @@ final class Aplus { /** * The Aplus version. - * - * @var string */ - public const VERSION = '25.1.0'; + public const string VERSION = '25.1.0'; }