diff --git a/CHANGELOG.md b/CHANGELOG.md index d559da1..406313a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.5.1 +===== + +* (improvement) Support Symfony v8+ + + 1.5.0 ===== diff --git a/composer.json b/composer.json index 6c5e796..74c7f9c 100644 --- a/composer.json +++ b/composer.json @@ -12,15 +12,15 @@ "homepage": "https://github.com/21TORR/simple-normalizer", "require": { "php": ">= 8.4", - "21torr/bundle-helpers": "^2.3", - "symfony/dependency-injection": "^7.2", - "symfony/http-kernel": "^7.2" + "21torr/bundle-helpers": "^2.3.2", + "symfony/dependency-injection": "^7.4 || ^8.0", + "symfony/http-kernel": "^7.4 || ^8.0" }, "require-dev": { "21torr/janus": "^1.5.1", - "bamarni/composer-bin-plugin": "^1.8.2", - "doctrine/orm": "^3.0", - "phpunit/phpunit": "^12.2.5", + "bamarni/composer-bin-plugin": "^1.9.1", + "doctrine/orm": "^3.6", + "phpunit/phpunit": "^13.0.5", "roave/security-advisories": "dev-latest" }, "autoload": {