Skip to content

Commit

Permalink
Allow symfony 5,6,7
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez committed May 8, 2024
1 parent 7821ca0 commit fe9905d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"dragonmantank/cron-expression": "^3.3.3",
"symfony/clock": "^5.0 || ^6.0 || ^7.0",
"symfony/clock": "^6.3 || ^7.0",
"symfony/lock": "^5.0 || ^6.0 || ^7.0",
"symfony/process": "^5.0 || ^6.0 || ^7.0"
},
Expand Down

0 comments on commit fe9905d

Please sign in to comment.