Add recipe for shedeza/sybase-orm-bundle 1.0 (#1994)

Co-authored-by: Bot <bot@example.com>
This commit is contained in:
Saúl Hernández Arellano
2026-06-06 00:57:44 +04:00
committed by GitHub
co-authored by Bot
parent a0f097a6b3
commit c82a649676
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,9 @@
sybase_orm:
connection:
url: '%env(DATABASE_URL)%'
entity_directories:
- '%kernel.project_dir%/src/Entity'
proxy_directory: '%kernel.cache_dir%/sybase_orm/proxies'
migrations_directory: '%kernel.project_dir%/sybase_ase/migrations'
cache:
enabled: false
@@ -0,0 +1,11 @@
{
"bundles": {
"SybaseORM\\Bundle\\SybaseORMBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DATABASE_URL": "sybase://sa:!ChangeMe!@127.0.0.1:5000/app?charset=UTF-8"
}
}