mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
53 lines
2.0 KiB
JSON
53 lines
2.0 KiB
JSON
{
|
|
"locks": {
|
|
"wouterj/eloquent-bundle": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "b39da4df8d90e09040061dbfd450ac02e1df29d2"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"wouterj/eloquent-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "wouterj/eloquent-bundle",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"WouterJ\\EloquentBundle\\WouterJEloquentBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"DB_CONNECTION": "mysql",
|
|
"DB_HOST": "127.0.0.1",
|
|
"DB_PORT": "3306",
|
|
"DB_DATABASE": "symfony",
|
|
"DB_USERNAME": "root",
|
|
"DB_PASSWORD": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"src/Model/.gitignore": {
|
|
"contents": "",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/eloquent.yaml": {
|
|
"contents": "wouterj_eloquent:\n driver: '%env(DB_CONNECTION)%'\n host: '%env(DB_HOST)%'\n port: '%env(DB_PORT)%'\n database: '%env(DB_DATABASE)%'\n username: '%env(DB_USERNAME)%'\n password: '%env(DB_PASSWORD)%'\n # Uncomment the following line to enable the Eloquent ORM\n #eloquent: null\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "wouterj/eloquent-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |