Skip to content

Commit

Permalink
Merge pull request #16 from Saloodo/adding-symfony-lock-in-scheduler
Browse files Browse the repository at this point in the history
Adding Symfony lock component to scheduler
  • Loading branch information
RamyHakam authored Sep 10, 2019
2 parents 442d7e3 + 7b07187 commit e51ad95
Show file tree
Hide file tree
Showing 8 changed files with 1,028 additions and 500 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"require": {
"symfony/framework-bundle": "~3.0|~4.0",
"dragonmantank/cron-expression": "^2.0",
"symfony/process": "~3.0|~4.0"
"symfony/process": "~3.0|~4.0",
"symfony/lock": "3.4.*"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
Expand Down
Loading

0 comments on commit e51ad95

Please sign in to comment.