Skip to content

Commit

Permalink
Merge pull request #4 from semlabs/feature/symfony-4
Browse files Browse the repository at this point in the history
Add support for symfony 4
  • Loading branch information
orediggerco committed Feb 27, 2018
2 parents fa4db09 + 6825dfa commit c10b0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -25,8 +25,8 @@
"require": {
"php": "^5.6 || ^7.0 || ^7.1",
"ext-json": "*",
"symfony/console": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0"
"symfony/console": "~2.3|~3.0|~4.0",
"symfony/process": "~2.3|~3.0|~4.0"
},
"bin": [
"bin/php-legal-licenses"
Expand Down

0 comments on commit c10b0a5

Please sign in to comment.