change composer file

This commit is contained in:
Yuan Chiu 2017-04-25 15:31:39 +08:00
parent 09a71fafe0
commit 2c43ae8384
3 changed files with 2995 additions and 3 deletions

4
.gitignore vendored
View File

@ -25,8 +25,8 @@ vendor/
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
composer.lock #composer.lock
# Gem # Gem
Gemfile.lock Gemfile.lock
/nbproject/ /nbproject/

View File

@ -7,8 +7,15 @@
"email": "chyuaner@gmail.com" "email": "chyuaner@gmail.com"
} }
], ],
"config": {
"vendor-dir": "htdocs/vendor"
},
"require": { "require": {
"slim/slim": "2.*", "slim/slim": "2.*",
"entomb/slim-json-api": "dev-master" "entomb/slim-json-api": "dev-master",
"zurb/foundation": "^6.3"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "^2.9"
} }
} }

2985
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff