Skip to content

Commit 1fe014b

Browse files
committed
chore: fix thanks url
1 parent 684bc66 commit 1fe014b

File tree

20 files changed

+80
-0
lines changed

20 files changed

+80
-0
lines changed

src/Doctrine/Common/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
},
6666
"symfony": {
6767
"require": "^6.4 || ^7.0"
68+
},
69+
"thanks": {
70+
"name": "api-platform/api-platform",
71+
"url": "https://github.com/api-platform/api-platform"
6872
}
6973
},
7074
"scripts": {

src/Doctrine/Odm/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
},
6666
"symfony": {
6767
"require": "^6.4 || ^7.0"
68+
},
69+
"thanks": {
70+
"name": "api-platform/api-platform",
71+
"url": "https://github.com/api-platform/api-platform"
6872
}
6973
},
7074
"scripts": {

src/Doctrine/Orm/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
},
6666
"symfony": {
6767
"require": "^6.4 || ^7.0"
68+
},
69+
"thanks": {
70+
"name": "api-platform/api-platform",
71+
"url": "https://github.com/api-platform/api-platform"
6872
}
6973
},
7074
"scripts": {

src/Documentation/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
},
3131
"symfony": {
3232
"require": "^6.4 || ^7.0"
33+
},
34+
"thanks": {
35+
"name": "api-platform/api-platform",
36+
"url": "https://github.com/api-platform/api-platform"
3337
}
3438
},
3539
"require-dev": {

src/Elasticsearch/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
},
6666
"symfony": {
6767
"require": "^6.4 || ^7.0"
68+
},
69+
"thanks": {
70+
"name": "api-platform/api-platform",
71+
"url": "https://github.com/api-platform/api-platform"
6872
}
6973
},
7074
"scripts": {

src/GraphQl/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
},
6969
"symfony": {
7070
"require": "^6.4 || ^7.0"
71+
},
72+
"thanks": {
73+
"name": "api-platform/api-platform",
74+
"url": "https://github.com/api-platform/api-platform"
7175
}
7276
},
7377
"scripts": {

src/Hal/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
},
5252
"symfony": {
5353
"require": "^6.4 || ^7.0"
54+
},
55+
"thanks": {
56+
"name": "api-platform/api-platform",
57+
"url": "https://github.com/api-platform/api-platform"
5458
}
5559
},
5660
"scripts": {

src/HttpCache/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
},
6060
"symfony": {
6161
"require": "^6.4 || ^7.0"
62+
},
63+
"thanks": {
64+
"name": "api-platform/api-platform",
65+
"url": "https://github.com/api-platform/api-platform"
6266
}
6367
},
6468
"scripts": {

src/Hydra/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
},
6767
"symfony": {
6868
"require": "^6.4 || ^7.0"
69+
},
70+
"thanks": {
71+
"name": "api-platform/api-platform",
72+
"url": "https://github.com/api-platform/api-platform"
6973
}
7074
},
7175
"scripts": {

src/JsonApi/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
},
6161
"symfony": {
6262
"require": "^6.4 || ^7.0"
63+
},
64+
"thanks": {
65+
"name": "api-platform/api-platform",
66+
"url": "https://github.com/api-platform/api-platform"
6367
}
6468
},
6569
"scripts": {

0 commit comments

Comments
 (0)