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 78a86f6 commit 32290b1Copy full SHA for 32290b1
composer.json
@@ -29,12 +29,12 @@
29
"nesbot/carbon": "^1.0 || ^2.0",
30
"psr/container": "^1.0",
31
"psr/log": "^1.0",
32
- "symfony/config": "^4.4",
33
- "symfony/console": "^2.8 || ^4.0",
34
- "symfony/dependency-injection": "^3.3 || ^4.3",
35
- "symfony/process": "^2.1 || ^4.1",
+ "symfony/config": "^4.4 || ^5.1",
+ "symfony/console": "^2.8 || ^4.0 || ^5.1",
+ "symfony/dependency-injection": "^3.3 || ^4.3 || ^5.1",
+ "symfony/process": "^2.1 || ^4.1 || ^5.1",
36
"symfony/serializer": "^2.8 || ^3.3 || ^4.0",
37
- "symfony/yaml": "^3.3 || ^4.0"
+ "symfony/yaml": "^3.3 || ^4.0 || ^5.1"
38
},
39
"require-dev": {
40
"codeception/codeception": "^2.5.3",
0 commit comments