Skip to content

Commit 31f333c

Browse files
pfrenssenjmolivas
authored andcommitted
Make symfony/thanks a suggestion rather than a hard requirement. (#3789)
1 parent 932f2e2 commit 31f333c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"psy/psysh": "0.6.* || ~0.8",
4848
"symfony/css-selector": "~2.8|~3.0",
4949
"symfony/dom-crawler": "~2.8|~3.0",
50-
"symfony/http-foundation": "~2.8|~3.0",
51-
"symfony/thanks": "^1.0"
50+
"symfony/http-foundation": "~2.8|~3.0"
5251
},
5352
"suggest": {
53+
"symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
5454
"drupal/console-dotenv": "This project provide support for env and contains a new command to setup dotenv on a drupal site."
5555
},
5656
"bin": ["bin/drupal"],

0 commit comments

Comments
 (0)