Skip to content

Commit

Permalink
Merge pull request #45 from job-runner/fezfez-patch-1
Browse files Browse the repository at this point in the history
Only php 8.1
  • Loading branch information
fezfez committed Jun 15, 2022
2 parents bf5e9a3 + 97eca47 commit 4e44b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -11,10 +11,10 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"dragonmantank/cron-expression": "^3.3",
"symfony/lock": "^5.0 || ^6.0",
"symfony/process": "^5.3.7 || ^6.0"
"symfony/lock": "^6.0",
"symfony/process": "^6.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
Expand Down

0 comments on commit 4e44b8b

Please sign in to comment.