Skip to content

Commit 83ef03f

Browse files
authored
Merge pull request #255 from norkunas/drop44
Drop Symfony 4.4 support
2 parents 0ecbbae + 856666d commit 83ef03f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"require": {
1414
"php": ">=7.4.0",
1515
"ext-json": "*",
16-
"symfony/filesystem": "^4.4|^5.1|^6.0|^7.0",
16+
"symfony/filesystem": "^5.1|^6.0|^7.0",
1717
"symfony/polyfill-php80": "^1.28",
18-
"symfony/process": "^4.4|^5.1|^6.0|^7.0"
18+
"symfony/process": "^5.1|^6.0|^7.0"
1919
},
2020
"require-dev": {
2121
"mikey179/vfsstream": "^1.6.11",

0 commit comments

Comments
 (0)