Added incenteev/param handler

This commit is contained in:
R. Eric Wheeler 2016-07-12 17:06:24 -07:00
parent cf48681b57
commit 70c0a92595
4 changed files with 91 additions and 10 deletions

View File

@ -1,16 +1,16 @@
# This file is auto-generated during the composer install
app: app:
debug: true debug: true
environment: dev environment: dev
title: R. Eric Wheeler | Resume title: 'R. Eric Wheeler | Resume'
email: eric@rewiv.com email: eric@rewiv.com
phone: 510-646-2135 phone: 510-646-2135
schema: https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json schema: 'https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json'
captcha: true captcha: true
captcha_sitekey: 6LcvmSQTAAAAAMmf9w6mhCbpdLvknuD9SGVHT0q- captcha_sitekey: 6LcvmSQTAAAAAMmf9w6mhCbpdLvknuD9SGVHT0q-
captcha_secret: 6LcvmSQTAAAAAITkvYJjgLar1LqGGLz-ic0ZMiXo captcha_secret: 6LcvmSQTAAAAAITkvYJjgLar1LqGGLz-ic0ZMiXo
twig: twig_theme: default
theme: default twig_paths:
paths:
- views - views
template: uikit.html.twig - default
twig_template: uikit.html.twig

View File

@ -0,0 +1,15 @@
app:
debug: true
environment: dev
title: R. Eric Wheeler | Resume
email: eric@rewiv.com
phone: 510-646-2135
schema: https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json
captcha: true
captcha_sitekey: 6LcvmSQTAAAAAMmf9w6mhCbpdLvknuD9SGVHT0q-
captcha_secret: 6LcvmSQTAAAAAITkvYJjgLar1LqGGLz-ic0ZMiXo
twig_theme: default
twig_paths:
- views
twig_template: uikit.html.twig

View File

@ -42,7 +42,8 @@
"twig/extensions": "^1.3", "twig/extensions": "^1.3",
"symfony/config": "^3.1", "symfony/config": "^3.1",
"symfony/security-csrf": "^3.1", "symfony/security-csrf": "^3.1",
"knplabs/console-service-provider": "^2.0" "knplabs/console-service-provider": "^2.0",
"incenteev/composer-parameter-handler": "^2.1"
}, },
"require-dev": { "require-dev": {
"symfony/debug": "~2.8|^3.0", "symfony/debug": "~2.8|^3.0",
@ -62,5 +63,19 @@
"Sikofitt\\": "src/Sikofitt" "Sikofitt\\": "src/Sikofitt"
}, },
"classmap": ["app/App.php"] "classmap": ["app/App.php"]
},
"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"
}
} }
} }

55
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "25287502f3d13d81e204c1bb9189f7d3", "hash": "58b6f8f80e5846af7b9ae23a628a0861",
"content-hash": "fe01ca158705636b3b5be2fd4c277edb", "content-hash": "9d13427d982ec276ccfba5e7fdc2cd8a",
"packages": [ "packages": [
{ {
"name": "google/recaptcha", "name": "google/recaptcha",
@ -189,6 +189,57 @@
], ],
"time": "2016-02-11 16:21:17" "time": "2016-02-11 16:21:17"
}, },
{
"name": "incenteev/composer-parameter-handler",
"version": "v2.1.2",
"source": {
"type": "git",
"url": "https://github.com/Incenteev/ParameterHandler.git",
"reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
"reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/yaml": "~2.3|~3.0"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpspec/prophecy-phpunit": "~1.0",
"symfony/filesystem": "~2.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Incenteev\\ParameterHandler\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christophe Coevoet",
"email": "stof@notk.org"
}
],
"description": "Composer script handling your ignored parameter file",
"homepage": "https://github.com/Incenteev/ParameterHandler",
"keywords": [
"parameters management"
],
"time": "2015-11-10 17:04:01"
},
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
"version": "1.6.1", "version": "1.6.1",