diff --git a/composer.json b/composer.json index 22bda4d..eb50a6c 100644 --- a/composer.json +++ b/composer.json @@ -30,37 +30,37 @@ ], "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.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.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.1.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": "*", - "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", diff --git a/src/Aplus.php b/src/Aplus.php index dbe562d..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 = '24.0.0'; + public const string VERSION = '25.1.0'; }