Skip to content

Instantly share code, notes, and snippets.

@slywalker
Created November 5, 2013 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slywalker/7313396 to your computer and use it in GitHub Desktop.
Save slywalker/7313396 to your computer and use it in GitHub Desktop.
みんなのComposer.jsonはどうかな?
{
"require": {
"FriendsOfCake/crud": "3.*",
"aws/aws-sdk-php": "~2.4",
"cakedc/migrations": "~2.2",
"cakedc/search": "~1.1",
"cakedc/utils": "~1.3",
"cakephp/debug_kit": "~2.2",
"cakephp/localized": "2.1.*@dev",
"chronon/mobile_detect": "~1.1",
"endroid/qrcode": "~1.1",
"inlinestyle/inlinestyle": "~1.0",
"josegonzalez/cakephp-csvview": "~1.0",
"keboola/csv": "~1.1",
"mjohnson/uploader": "~4.3",
"opauth/facebook": "*",
"opauth/google": "*",
"opauth/opauth": "*",
"opauth/twitter": "*",
"pear-cakephp/cakephp": "2.4.*",
"slywalker/base": "dev-master",
"slywalker/boost_cake": "dev-master",
"slywalker/debug_kit_plus": "dev-master",
"tedivm/fetch": "~0.4"
},
"config": {
"vendor-dir": "Vendor/"
},
"repositories": [
{
"type": "pear",
"url": "http://pear.cakephp.org"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment