change composer file
This commit is contained in:
parent
09a71fafe0
commit
2c43ae8384
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,7 +25,7 @@ vendor/
|
||||
|
||||
# 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
|
||||
composer.lock
|
||||
#composer.lock
|
||||
|
||||
# Gem
|
||||
Gemfile.lock
|
||||
|
@ -7,8 +7,15 @@
|
||||
"email": "chyuaner@gmail.com"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"vendor-dir": "htdocs/vendor"
|
||||
},
|
||||
"require": {
|
||||
"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
2985
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user