Skip to content

Commit d7839e1

Browse files
committed
chore(dependencies): update for symfony
Drop support for PHP 7.3, add PHP 8.1. Drop support for legacy symfony versions, add support for new version 6. close #21
1 parent fc02655 commit d7839e1

File tree

2 files changed

+453
-524
lines changed

2 files changed

+453
-524
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"bin": ["bin/xmllint"],
1919
"require": {
20-
"php": "7.3.*|7.4.*|8.0.*",
21-
"symfony/console": "3.4.*|4.4.*|5.*",
22-
"symfony/finder": "3.4.*|4.4.*|5.*",
20+
"php": "7.4.*|8.0.*|8.1.*",
21+
"symfony/console": "4.4.*|5.3.*|5.4.*|6.*",
22+
"symfony/finder": "4.4.*|5.3.*|5.4.*|6.*",
2323
"ext-libxml": "*",
2424
"ext-dom": "*"
2525
},

0 commit comments

Comments
 (0)