Skip to content

Commit 3a06367

Browse files
committed
Support Symfony v8+
1 parent 8fd7355 commit 3a06367

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.5.1
2+
=====
3+
4+
* (improvement) Support Symfony v8+
5+
6+
17
1.5.0
28
=====
39

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"homepage": "https://github.com/21TORR/simple-normalizer",
1313
"require": {
1414
"php": ">= 8.4",
15-
"21torr/bundle-helpers": "^2.3",
16-
"symfony/dependency-injection": "^7.2",
17-
"symfony/http-kernel": "^7.2"
15+
"21torr/bundle-helpers": "^2.3.2",
16+
"symfony/dependency-injection": "^7.4 || ^8.0",
17+
"symfony/http-kernel": "^7.4 || ^8.0"
1818
},
1919
"require-dev": {
2020
"21torr/janus": "^1.5.1",
21-
"bamarni/composer-bin-plugin": "^1.8.2",
22-
"doctrine/orm": "^3.0",
23-
"phpunit/phpunit": "^12.2.5",
21+
"bamarni/composer-bin-plugin": "^1.9.1",
22+
"doctrine/orm": "^3.6",
23+
"phpunit/phpunit": "^13.0.5",
2424
"roave/security-advisories": "dev-latest"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)