2016-07-02 10:58:30 -07:00
|
|
|
{
|
2016-07-03 20:54:55 -07:00
|
|
|
"name": "sikofitt/resumejson",
|
|
|
|
"description": "PHP implementation of resume.json",
|
|
|
|
"keywords": [
|
|
|
|
"resume.json",
|
|
|
|
"resume",
|
|
|
|
"resume.json",
|
|
|
|
"php",
|
|
|
|
"silex"
|
|
|
|
],
|
|
|
|
"homepage": "http://resume.reric.me/about/resume",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "R. Eric Wheeler",
|
|
|
|
"email": "sikofitt@gmail.com",
|
|
|
|
"homepage": "https://code.reric.me"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6.0",
|
|
|
|
"silex/silex": "~2.0",
|
|
|
|
"symfony/form": "~2.8|^3.0",
|
2016-07-10 18:45:50 -07:00
|
|
|
"symfony/validator": "^3.1",
|
2016-07-03 20:54:55 -07:00
|
|
|
"symfony/intl": "~2.8|^3.0",
|
|
|
|
"symfony/asset": "~2.8|^3.0",
|
2016-07-10 18:45:50 -07:00
|
|
|
"symfony/translation": "^3.1",
|
2016-07-03 20:54:55 -07:00
|
|
|
"symfony/yaml": "^3.1",
|
|
|
|
"twig/twig": "~1.8|~2.0",
|
|
|
|
"symfony/twig-bridge": "~2.8|^3.0",
|
|
|
|
"swiftmailer/swiftmailer": "~5",
|
|
|
|
"symfony/swiftmailer-bridge": "~2.1",
|
|
|
|
"knplabs/knp-snappy": "^0.4.3",
|
|
|
|
"h4cc/wkhtmltopdf-amd64": "0.12.x",
|
|
|
|
"h4cc/wkhtmltoimage-amd64": "0.12.x",
|
|
|
|
"webmozart/json": "^1.2",
|
|
|
|
"monolog/monolog": "^1.20",
|
|
|
|
"symfony/monolog-bridge": "^3.1",
|
|
|
|
"google/recaptcha": "^1.1",
|
2016-07-05 14:41:50 -07:00
|
|
|
"hassankhan/config": "^0.10.0",
|
2016-07-07 14:50:58 -07:00
|
|
|
"silex/web-profiler": "^2.0",
|
2016-07-10 18:45:50 -07:00
|
|
|
"twig/extensions": "^1.3",
|
|
|
|
"symfony/config": "^3.1",
|
2016-07-11 14:56:40 -07:00
|
|
|
"symfony/security-csrf": "^3.1",
|
2016-07-12 17:06:24 -07:00
|
|
|
"knplabs/console-service-provider": "^2.0",
|
|
|
|
"incenteev/composer-parameter-handler": "^2.1"
|
2016-07-03 20:54:55 -07:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/debug": "~2.8|^3.0",
|
|
|
|
"symfony/phpunit-bridge": "~2.8|^3.0",
|
|
|
|
"symfony/process": "~2.8|^3.0",
|
|
|
|
"symfony/serializer": "~2.8|^3.0",
|
|
|
|
"symfony/var-dumper": "^3.1",
|
|
|
|
"symfony/console": "^3.1",
|
2016-07-05 14:41:50 -07:00
|
|
|
"texthtml/whoops-silex": "^1.0",
|
2016-07-08 14:58:30 -07:00
|
|
|
"symfony/debug-bundle": "^3.1",
|
2016-07-08 20:23:27 -07:00
|
|
|
"friendsofphp/php-cs-fixer": "^1.11",
|
2016-07-11 14:56:40 -07:00
|
|
|
"heroku/heroku-buildpack-php": "^108.0",
|
2016-07-18 06:08:07 -07:00
|
|
|
"phpunit/phpunit": "^5.4",
|
|
|
|
"symfony/browser-kit": "^3.1"
|
2016-07-03 20:54:55 -07:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Sikofitt\\": "src/Sikofitt"
|
2016-07-08 14:58:30 -07:00
|
|
|
},
|
|
|
|
"classmap": ["app/App.php"]
|
2016-07-12 17:06:24 -07:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-update-cmd": [
|
|
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
|
|
|
|
],
|
|
|
|
"post-install-cmd": [
|
|
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"incenteev-parameters": {
|
|
|
|
"file": "app/config/config.yml",
|
|
|
|
"parameter-key": "app"
|
|
|
|
}
|
2016-07-03 20:54:55 -07:00
|
|
|
}
|
2016-07-02 10:58:30 -07:00
|
|
|
}
|