2
2
Derivar 3

Test of post install script

Este cometimento está contido em:
Simon Vieille 2018-06-25 16:24:23 +02:00
ascendente e74a87a131
cometimento 2584014d78
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 919533E2B946EA10
2 ficheiros modificados com 14 adições e 3 eliminações

Ver ficheiro

@ -15,6 +15,17 @@
"guzzlehttp/guzzle": "~6.0",
"symfony/security": "^2.7"
},
"scripts": {
"gist-scripts": [
"Gist\\Composer\\PostInstallHandler::execute"
],
"post-install-cmd": [
"@gist-scripts"
],
"post-update-cmd": [
"@gist-scripts"
]
},
"autoload": {
"psr-0": {
"": "src/"

Ver ficheiro

@ -4,9 +4,9 @@ propel:
default:
adapter: mysql
classname: Propel\Runtime\Connection\ConnectionWrapper
dsn: "mysql:host=localhost;dbname=gist"
user: root
password: root
dsn: "mysql:host=DATABASE_HOST;dbname=DATABASE_NAME"
user: "DATABASE_USER"
password: "DATABASE_PASSWORD"
settings:
charset: utf8
queries: