Skip to content

Commit

Permalink
normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer authored and actions-user committed Mar 1, 2020
1 parent a5c9341 commit 7a5881f
Showing 1 changed file with 26 additions and 27 deletions.
53 changes: 26 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "astrotomic/laravel-unavatar",
"type": "library",
"description": "Laravel integration of unavatar service.",
"keywords": [
"astrotomic",
Expand All @@ -8,17 +9,16 @@
"unavatar",
"avatar"
],
"type": "library",
"homepage": "https://astrotomic.info",
"license": "MIT",
"authors": [
{
"name": "Tom Witkowski",
"email": "gummibeer@astrotomic.info",
"homepage": "https://gummibeer.de",
"role": "Developer"
}
],
"homepage": "https://astrotomic.info",
"license": "MIT",
"authors": [
{
"name": "Tom Witkowski",
"email": "gummibeer@astrotomic.info",
"homepage": "https://gummibeer.de",
"role": "Developer"
}
],
"require": {
"php": "^7.1",
"astrotomic/php-unavatar": "^0.1.0",
Expand All @@ -28,6 +28,16 @@
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Astrotomic\\LaravelUnavatar\\UnavatarServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Astrotomic\\LaravelUnavatar\\": "src"
Expand All @@ -41,21 +51,10 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Astrotomic\\LaravelUnavatar\\UnavatarServiceProvider"
]
}
},
"support": {
"email": "dev@astrotomic.info",
"issues": "https://github.com/Astrotomic/laravel-unavatar/issues",
"source": "https://github.com/Astrotomic/laravel-unavatar"
}
"support": {
"email": "dev@astrotomic.info",
"issues": "https://github.com/Astrotomic/laravel-unavatar/issues",
"source": "https://github.com/Astrotomic/laravel-unavatar"
}
}

0 comments on commit 7a5881f

Please sign in to comment.