Skip to content

Commit 4638bdd

Browse files
minor #37121 [Contracts] Add missing "extra.thanks" entries in composer.json (nicolas-grekas)
This PR was merged into the 5.2-dev branch. Discussion ---------- [Contracts] Add missing "extra.thanks" entries in composer.json | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Something we forgot and that might help give some more visibility to symfony/contracts. Commits ------- bd04f0cce6 [Contracts] Add missing "extra.thanks" entries in composer.json
1 parent b30afb8 commit 4638bdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"extra": {
3030
"branch-alias": {
3131
"dev-master": "1.1-dev"
32+
},
33+
"thanks": {
34+
"name": "symfony/contracts",
35+
"url": "https://github.com/symfony/contracts"
3236
}
3337
}
3438
}

0 commit comments

Comments
 (0)