Skip to content

Commit 8e07a15

Browse files
committed
Added support for newer php versions and symfony 5
1 parent 465fd93 commit 8e07a15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
},
2424
"prefer-stable": true,
2525
"require": {
26-
"php": "^5.6 || ^7.0 || ^7.1",
26+
"php": "^5.6 || ^7.1 || ^7.2 || ^7.3 || ^7.4",
2727
"ext-json": "*",
28-
"symfony/console": "~2.3|~3.0|~4.0",
29-
"symfony/process": "~2.3|~3.0|~4.0"
28+
"symfony/console": "~2.3|~3.0|~4.0|~5.0",
29+
"symfony/process": "~2.3|~3.0|~4.0|~5.0"
3030
},
3131
"bin": [
3232
"bin/php-legal-licenses"

0 commit comments

Comments
 (0)