Skip to content

Commit c930b13

Browse files
committed
Add Lock recipe
1 parent 4761ed0 commit c930b13

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
framework:
2+
lock: '%env(LOCK_DSN)%'

symfony/lock/4.4/manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
},
5+
"env": {
6+
"#1": "Choose one of the stores below",
7+
"#2": "LOCK_DSN=redis://localhost",
8+
"LOCK_DSN": "semaphore"
9+
}
10+
}

symfony/lock/5.2/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../4.4/config

symfony/lock/5.2/manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
},
5+
"env": {
6+
"#1": "Choose one of the stores below",
7+
"#2": "postgresql+advisory://db_user:db_password@localhost/db_name",
8+
"LOCK_DSN": "semaphore"
9+
}
10+
}

0 commit comments

Comments
 (0)