Skip to content

Instantly share code, notes, and snippets.

@stayregular
Created October 22, 2017 02:22
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 stayregular/ea1edf779321d410a538a6f66e0bf5a9 to your computer and use it in GitHub Desktop.
Save stayregular/ea1edf779321d410a538a6f66e0bf5a9 to your computer and use it in GitHub Desktop.
Sample composer file for Directus SDK project
{
"require": {
"directus/sdk": "^1.0"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "git",
"url": "https://github.com/wellingguzman/zend-db"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment