Skip to content

Commit

Permalink
chore(deps): require symfony 6.4/7.0+ (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 1, 2023
1 parent 3d21704 commit 93789af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -20,11 +20,11 @@
"require": {
"php": "^8.2",
"simpod/kafka": "^0.2.0",
"symfony/config": "^6.0",
"symfony/console": "^6.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/contracts": "^3.0",
"symfony/dependency-injection": "^6.0",
"symfony/framework-bundle": "^6.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"thecodingmachine/safe": "^2"
},
"require-dev": {
Expand Down

0 comments on commit 93789af

Please sign in to comment.