contest-site/composer.json

16 lines
337 B
JSON
Raw Normal View History

2017-06-30 07:37:16 +03:00
{
"minimum-stability": "dev",
"require": {
"tightenco/jigsaw": "^1.0",
"directus/sdk": "^0.2.0",
"cocur/slugify": "^2.5",
"intervention/image": "^2.3"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/wellingguzman/zend-db"
}
]
}