Skip to content

Commit

Permalink
Make symfony/thanks a suggestion rather than a hard requirement. (#3789)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen authored and jmolivas committed Feb 21, 2018
1 parent 932f2e2 commit 31f333c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"psy/psysh": "0.6.* || ~0.8",
"symfony/css-selector": "~2.8|~3.0",
"symfony/dom-crawler": "~2.8|~3.0",
"symfony/http-foundation": "~2.8|~3.0",
"symfony/thanks": "^1.0"
"symfony/http-foundation": "~2.8|~3.0"
},
"suggest": {
"symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
"drupal/console-dotenv": "This project provide support for env and contains a new command to setup dotenv on a drupal site."
},
"bin": ["bin/drupal"],
Expand Down

0 comments on commit 31f333c

Please sign in to comment.