You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
277 B
11 lines
277 B
{
|
|
"name": "pavlicek.dev/job-lock",
|
|
"description": "Simple library providing service and entity to manage locking of background jobs",
|
|
"autoload": {
|
|
"psr-0": {"": "lib/"}
|
|
},
|
|
"require": {
|
|
"php": ">= 8.2.0",
|
|
"doctrine/orm": "*"
|
|
}
|
|
}
|