change composer file
This commit is contained in:
parent
09a71fafe0
commit
2c43ae8384
4
.gitignore
vendored
4
.gitignore
vendored
@ -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/
|
||||||
|
@ -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
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