70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "sikofitt/doughnutwedding",
|
|
"description": "doughnutwedding.com website",
|
|
"type": "project",
|
|
"require": {
|
|
"php":">=7.0",
|
|
"bramus/monolog-colored-line-formatter": "~2.0",
|
|
"container-interop/container-interop": "^1.1",
|
|
"dflydev/doctrine-orm-service-provider": "^2.0",
|
|
"doctrine/annotations": "^1.3",
|
|
"doctrine/collections": "^1.4",
|
|
"doctrine/dbal": "^2.5",
|
|
"doctrine/orm": "^2.5",
|
|
"egulias/email-validator": "^2.1",
|
|
"google/recaptcha": "^1.1",
|
|
"ircmaxell/random-lib": "^1.2",
|
|
"ircmaxell/security-lib": "^1.1",
|
|
"monolog/monolog": "^1.22",
|
|
"paragonie/cookie": "^3.1",
|
|
"paragonie/csp-builder": "^2.0",
|
|
"paragonie/sodium_compat": "^0.4.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/log": "^1.0",
|
|
"silex/silex": "^2.0",
|
|
"swiftmailer/swiftmailer": "^5.4",
|
|
"symfony/asset": "^3.2",
|
|
"symfony/config": "^3.2",
|
|
"symfony/console": "^3.2",
|
|
"symfony/form": "^3.2",
|
|
"symfony/http-foundation": "^3.2",
|
|
"symfony/monolog-bridge": "^3.2",
|
|
"symfony/security-csrf": "^3.2",
|
|
"symfony/security-guard": "^3.2",
|
|
"symfony/security-http": "^3.2",
|
|
"symfony/twig-bridge": "^3.2",
|
|
"symfony/validator": "^3.2",
|
|
"symfony/yaml": "^3.2",
|
|
"tedivm/stash": "^0.14.1",
|
|
"twig/extensions": "^1.4",
|
|
"twig/twig": "^2.1"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.0",
|
|
"fzaninotto/faker": "^1.6",
|
|
"phpunit/phpunit": "^6.0",
|
|
"silex/providers": "^2.0",
|
|
"silex/web-profiler": "^2.0",
|
|
"symfony/debug-bundle": "^3.2",
|
|
"symfony/var-dumper": "^3.2"
|
|
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sikofitt\\":"src/Sikofitt"
|
|
},
|
|
"files": ["app/Kernel.php"]
|
|
},
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "sikofitt",
|
|
"email": "sikofitt@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|