Skip to content

Commit 027647a

Browse files
committed
feature #117 drop Symfony 5.3 support (xabbuh)
This PR was merged into the 0.2-dev branch. Discussion ---------- drop Symfony 5.3 support Commits ------- 765c333 drop Symfony 5.3 support
2 parents ac50312 + 765c333 commit 027647a

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
0.3.0
5+
-----
6+
7+
* drop support for Symfony 5.3
8+
49
0.2.0
510
-----
611

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"require": {
1818
"php": "^7.2||^8.0",
1919
"psr/container": "^1.0",
20-
"symfony/config": "^4.4||^5.3||^6.0",
21-
"symfony/dependency-injection": "^4.4||^5.3||^6.0",
22-
"symfony/form": "^4.4||^5.3||^6.0",
23-
"symfony/framework-bundle": "^4.4||^5.3||^6.0",
24-
"symfony/http-kernel": "^4.4||^5.3||^6.0",
25-
"symfony/options-resolver": "^4.4||^5.3||^6.0",
20+
"symfony/config": "^4.4||^5.4||^6.0",
21+
"symfony/dependency-injection": "^4.4||^5.4||^6.0",
22+
"symfony/form": "^4.4||^5.4||^6.0",
23+
"symfony/framework-bundle": "^4.4||^5.4||^6.0",
24+
"symfony/http-kernel": "^4.4||^5.4||^6.0",
25+
"symfony/options-resolver": "^4.4||^5.4||^6.0",
2626
"symfony/property-access": "^4.4.38||^5.4.5||^6.0.5"
2727
},
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.4",
3030
"phpstan/phpstan": "^0.12.4",
31-
"symfony/phpunit-bridge": "^4.4.12||^5.3",
32-
"symfony/translation": "^4.4||^5.3||^6.0"
31+
"symfony/phpunit-bridge": "^4.4.12||^5.4",
32+
"symfony/translation": "^4.4||^5.4||^6.0"
3333
},
3434
"conflict": {
3535
"sensiolabs-de/rich-model-forms-bundle": "0.8.*"

0 commit comments

Comments
 (0)