We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc02655 commit d7839e1Copy full SHA for d7839e1
composer.json
@@ -17,9 +17,9 @@
17
],
18
"bin": ["bin/xmllint"],
19
"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.*",
+ "php": "7.4.*|8.0.*|8.1.*",
+ "symfony/console": "4.4.*|5.3.*|5.4.*|6.*",
+ "symfony/finder": "4.4.*|5.3.*|5.4.*|6.*",
23
"ext-libxml": "*",
24
"ext-dom": "*"
25
},
0 commit comments