Skip to content

Commit

Permalink
normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-wit authored and actions-user committed Mar 6, 2022
1 parent 42f412a commit 631fc00
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "daniel-de-wit/lighthouse-sanctum",
"type": "library",
"description": "Laravel Sanctum support for Laravel Lighthouse.",
"license": "MIT",
"type": "library",
"keywords": [
"daniel-de-wit",
"laravel-sanctum",
"lighthouse",
"lighthouse-sanctum"
],
"homepage": "https://github.com/daniel-de-wit/lighthouse-sanctum",
"license": "MIT",
"authors": [
{
"name": "Daniel de Wit",
"email": "[email protected]",
"role": "Developer"
}
],
"homepage": "https://github.com/daniel-de-wit/lighthouse-sanctum",
"require": {
"php": "^8.0.2",
"laravel/framework": "^9.0",
Expand All @@ -35,16 +35,6 @@
"phpunit/phpunit": "^9.5",
"thecodingmachine/safe": "^2.0"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"DanielDeWit\\LighthouseSanctum\\Providers\\LighthouseSanctumServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"DanielDeWit\\LighthouseSanctum\\": "src"
Expand All @@ -55,6 +45,16 @@
"DanielDeWit\\LighthouseSanctum\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"DanielDeWit\\LighthouseSanctum\\Providers\\LighthouseSanctumServiceProvider"
]
}
},
"scripts": {
"analyze": "vendor/phpstan/phpstan/phpstan analyse",
"check-style": [
Expand Down

0 comments on commit 631fc00

Please sign in to comment.