Skip to content

Commit

Permalink
composer.json updated to include packagist standard
Browse files Browse the repository at this point in the history
  • Loading branch information
tavobarrientos committed Jan 3, 2019
1 parent 7a53f44 commit 80bf923
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"name": "acidstudios/laravel",
"description": "Acid Studios laravel Template to Create APIs.",
"keywords": ["framework", "laravel", "acidstudios", "template", "api"],
"homepage": "https://github.com/acidstudios/laravel",
"license": "MIT",
"type": "project",
"authors": [
{
"name": "Gustavo Barrientos",
"email": "[email protected]",
"homepage": "http://www.acidstudios.me",
"role": "Lead Developer"
}
],
"require": {
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
Expand Down

0 comments on commit 80bf923

Please sign in to comment.