Navigation Menu

Skip to content

Commit

Permalink
apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo committed May 29, 2019
1 parent 126ad77 commit 4ed3315
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
vendor/
build/
composer.lock
apidoc/
7 changes: 7 additions & 0 deletions apidoc.json
@@ -0,0 +1,7 @@
{
"name": "APIDoc",
"version": "0.1.0",
"description": "API Documentation",
"title": "Project Name",
"url" : "http://api.adress.com"
}
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -57,6 +57,7 @@
"schema-update": "doctrine orm:schema-tool:update --force",
"schema-cache:clear-metadata": "doctrine orm:clear-cache:metadata",
"sql-import": "doctrine dbal:import ",
"apidoc": "apidoc -i app/ -o apidoc/",
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 app/ system/",
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 app/ system/"
},
Expand Down

0 comments on commit 4ed3315

Please sign in to comment.