Skip to content

Commit

Permalink
Added support for newer php versions and symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
orediggerco committed Jan 21, 2020
1 parent 465fd93 commit 8e07a15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"prefer-stable": true,
"require": {
"php": "^5.6 || ^7.0 || ^7.1",
"php": "^5.6 || ^7.1 || ^7.2 || ^7.3 || ^7.4",
"ext-json": "*",
"symfony/console": "~2.3|~3.0|~4.0",
"symfony/process": "~2.3|~3.0|~4.0"
"symfony/console": "~2.3|~3.0|~4.0|~5.0",
"symfony/process": "~2.3|~3.0|~4.0|~5.0"
},
"bin": [
"bin/php-legal-licenses"
Expand Down

0 comments on commit 8e07a15

Please sign in to comment.