Skip to content

Commit

Permalink
Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia authored and actions-user committed Feb 15, 2022
1 parent 7bde884 commit fa55e8c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"name": "spawnia/sailor",
"type": "library",
"description": "A typesafe GraphQL client for PHP",
"homepage": "https://github.com/spawnia/sailor",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Benedikt Franke",
"email": "[email protected]"
}
],
"homepage": "https://github.com/spawnia/sailor",
"support": {
"issues": "https://github.com/spawnia/sailor/issues",
"source": "https://github.com/spawnia/sailor"
},
"require": {
"php": "^7.4 || ^8",
"ext-json": "*",
Expand Down Expand Up @@ -52,6 +48,18 @@
"guzzlehttp/guzzle": "Enables using the built-in default Client",
"mockery/mockery": "Used in Operation::mock()"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true,
"infection/extension-installer": true
},
"platform": {
"php": "7.4.15"
},
"preferred-install": "dist",
"sort-packages": true
},
"autoload": {
"psr-4": {
"Spawnia\\Sailor\\": "src/"
Expand All @@ -73,16 +81,8 @@
"bin": [
"sailor"
],
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true,
"infection/extension-installer": true
},
"platform": {
"php": "7.4.15"
},
"preferred-install": "dist",
"sort-packages": true
"support": {
"issues": "https://github.com/spawnia/sailor/issues",
"source": "https://github.com/spawnia/sailor"
}
}

0 comments on commit fa55e8c

Please sign in to comment.