Skip to content

Commit

Permalink
Added more details to composer.json files, added funding link (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung committed Dec 19, 2020
1 parent 2ca6b4e commit c923070
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,20 @@
"role": "Architect"
}
],
"homepage": "https://www.aphiria.com",
"license": "MIT",
"support": {
"docs": "https://www.aphiria.com/docs/0.x/introduction.html",
"forum": "https://github.com/aphiria/aphiria/discussions",
"issues": "https://github.com/aphiria/aphiria/issues",
"source": "https://github.com/aphiria/aphiria"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/davidbyoung"
}
],
"autoload": {
"psr-4": {
"Aphiria\\Middleware\\": "src"
Expand Down Expand Up @@ -43,5 +56,11 @@
"dev-master": "0.x-dev"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"prefer-stable": true,
"minimum-stability": "dev"
}

0 comments on commit c923070

Please sign in to comment.