File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ trait LockableTrait
3232 private function lock (string $ name = null , bool $ blocking = false ): bool
3333 {
3434 if (!class_exists (SemaphoreStore::class)) {
35- throw new LogicException ('To enable the locking feature you must install the symfony/lock component. ' );
35+ throw new LogicException ('To enable the locking feature you must install the symfony/lock component. Try running "composer require symfony/lock". ' );
3636 }
3737
3838 if (null !== $ this ->lock ) {
Original file line number Diff line number Diff line change 3434 "provide" : {
3535 "psr/log-implementation" : " 1.0|2.0|3.0"
3636 },
37- "suggest" : {
38- "symfony/event-dispatcher" : " " ,
39- "symfony/lock" : " " ,
40- "symfony/process" : " " ,
41- "psr/log" : " For using the console logger"
42- },
4337 "conflict" : {
4438 "symfony/dependency-injection" : " <5.4" ,
4539 "symfony/dotenv" : " <5.4" ,
You can’t perform that action at this time.
0 commit comments