Skip to content

Instantly share code, notes, and snippets.

@curious-eyes
Last active May 10, 2016 09:24
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 curious-eyes/5d2b9188f641682720c03fbc7e4fce8b to your computer and use it in GitHub Desktop.
Save curious-eyes/5d2b9188f641682720c03fbc7e4fce8b to your computer and use it in GitHub Desktop.
zend-expressive-skeletonをGoogleAppEngine/PHP向けにカスタマイズ ref: http://qiita.com/curious-eyes/items/fbc11e709f2121cc215e
{
"packages": {
"zendframework/zend-expressive-skeleton": {
"dev-for-google-app-engine": {
"name": "zendframework/zend-expressive-skeleton",
"type": "project",
"version": "dev-for-google-app-engine",
"source": {
"url": "https://github.com/curious-eyes/zend-expressive-skeleton.git",
"type": "git",
"reference": "/tree/for-google-app-engine"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment