Skip to content

Commit

Permalink
chore: fix thanks url
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Sep 19, 2024
1 parent 684bc66 commit 1fe014b
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Doctrine/Common/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/Doctrine/Odm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/Doctrine/Orm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/Documentation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"require-dev": {
Expand Down
4 changes: 4 additions & 0 deletions src/Elasticsearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/GraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/Hal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/HttpCache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/Hydra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/JsonApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/JsonLd/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/JsonSchema/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/Laravel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
},
"symfony": {
"require": "^6.4 || ^7.1"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"autoload-dev": {
Expand Down
4 changes: 4 additions & 0 deletions src/Metadata/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/OpenApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/RamseyUuid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/Serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/State/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"suggest": {
Expand Down
4 changes: 4 additions & 0 deletions src/Symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/Validator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
},
"symfony": {
"require": "^6.4 || ^7.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"scripts": {
Expand Down

0 comments on commit 1fe014b

Please sign in to comment.