doughnut-wedding/composer.json

42 lines
1.1 KiB
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",
"twig/extensions": "^1.4",
"doctrine/dbal": "^2.5",
"doctrine/orm": "^2.5",
"symfony/console": "^3.2",
"pimple/pimple": "^3.0",
2017-02-07 13:48:15 -08:00
"symfony/http-foundation": "^3.2",
"symfony/config": "^3.2",
"symfony/yaml": "^3.2",
"doctrine/annotations": "^1.3",
"tedivm/stash": "^0.14.1",
"doctrine/collections": "^1.4",
"ircmaxell/security-lib": "^1.1",
2017-02-07 13:48:51 -08:00
"ircmaxell/random-lib": "^1.2",
"sikofitt/retrorsum": "^1.0"
2017-02-07 13:17:46 -08:00
},
"require-dev": {
"phpunit/phpunit": "^6.0",
2017-02-07 13:54:24 -08:00
"fzaninotto/faker": "^1.6",
"friendsofphp/php-cs-fixer": "^2.0"
2017-02-07 13:17:46 -08:00
},
2017-02-07 13:48:15 -08:00
"autoload": {
"psr-0": {
"Sikofitt\\":"src/Sikofitt"
}
},
2017-02-07 13:17:46 -08:00
"license": "GPL-3.0",
"authors": [
{
"name": "sikofitt",
"email": "sikofitt@gmail.com"
}
],
"minimum-stability": "stable"
}