Skip to content

Commit bf53b26

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 ------- bd04f0c [Contracts] Add missing "extra.thanks" entries in composer.json
2 parents ec6b280 + bd04f0c commit bf53b26

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

src/Symfony/Contracts/Cache/composer.json

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

src/Symfony/Contracts/Deprecation/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"extra": {
2727
"branch-alias": {
2828
"dev-master": "2.1-dev"
29+
},
30+
"thanks": {
31+
"name": "symfony/contracts",
32+
"url": "https://github.com/symfony/contracts"
2933
}
3034
}
3135
}

src/Symfony/Contracts/EventDispatcher/composer.json

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

src/Symfony/Contracts/HttpClient/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"extra": {
2929
"branch-alias": {
3030
"dev-master": "2.1-dev"
31+
},
32+
"thanks": {
33+
"name": "symfony/contracts",
34+
"url": "https://github.com/symfony/contracts"
3135
}
3236
}
3337
}

src/Symfony/Contracts/Service/composer.json

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

src/Symfony/Contracts/Translation/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"extra": {
2929
"branch-alias": {
3030
"dev-master": "2.1-dev"
31+
},
32+
"thanks": {
33+
"name": "symfony/contracts",
34+
"url": "https://github.com/symfony/contracts"
3135
}
3236
}
3337
}

0 commit comments

Comments
 (0)