Skip to content

Commit 3281d24

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 2e844b1 commit 3281d24

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
@@ -28,6 +28,10 @@
2828
"extra": {
2929
"branch-alias": {
3030
"dev-master": "1.1-dev"
31+
},
32+
"thanks": {
33+
"name": "symfony/contracts",
34+
"url": "https://github.com/symfony/contracts"
3135
}
3236
}
3337
}

0 commit comments

Comments
 (0)