Skip to content

Commit ecbfc60

Browse files
authored
Drop support for Symfony3 (#216)
1 parent 848d58f commit ecbfc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.1 || ^8.0",
1414
"ext-simplexml": "*",
15-
"symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0",
15+
"symfony/framework-bundle": "^4.0 || ^5.0",
1616
"vimeo/psalm": "^4.9"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)