doughnut-wedding/composer.json

29 lines
726 B
JSON
Raw Normal View History

2017-02-07 13:17:46 -08:00
{
"name": "sikofitt/doughnutwedding",
"description": "doughnutwedding.com website",
"type": "project",
"require": {
"hoa/router": "3.17.01.14",
"twig/twig": "^2.1",
"omnipay/paypal": "^2.6",
"twig/extensions": "^1.4",
"doctrine/dbal": "^2.5",
"doctrine/orm": "^2.5",
"symfony/console": "^3.2",
"pimple/pimple": "^3.0",
"symfony/http-foundation": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"fzaninotto/faker": "^1.6"
},
"license": "GPL-3.0",
"authors": [
{
"name": "sikofitt",
"email": "sikofitt@gmail.com"
}
],
"minimum-stability": "stable"
}