29 lines
726 B
JSON
29 lines
726 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|