Skip to content

Commit

Permalink
Fix package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DumitracheAdrian committed Apr 15, 2024
1 parent f4c848b commit 40a1780
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/cron-job/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"require": {
"php": ">=8.1",
"doctrine/orm": "^3.1",
"draw/core": "^0.10.16",
"symfony/event-dispatcher": "^7.0",
"symfony/messenger": "^7.0"
"draw/core": "^0.11",
"symfony/event-dispatcher": "^6.4.0",
"symfony/messenger": "^6.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0 || ^10.0",
"draw/tester": "^0.10.16"
"draw/tester": "^0.11"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 40a1780

Please sign in to comment.