Skip to content

Commit

Permalink
Allow symfony/framework-bundle 6.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnadoO committed Feb 11, 2024
1 parent b63c2c8 commit 163dbed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "ernadoo/mondial-relay-bundle",
"type" : "symfony-bundle",
"description" : "Mondial Relay Bundle for Symfony 5",
"description" : "Mondial Relay Bundle for Symfony",
"keywords" : [
"Mondial Relay"
],
Expand All @@ -14,7 +14,7 @@
"require" : {
"php" : "^7.1 || ^8.0",
"quentinbontemps/php-mondialrelay-api" : "^1.0",
"symfony/framework-bundle" : "^5.0",
"symfony/framework-bundle" : "^5.4 || ^6.4",
"symfony/profiler-pack" : "*"
},
"config" : {
Expand All @@ -30,4 +30,4 @@
"endpoint": "https://api.github.com/repos/ernadoo/recipes/contents/index.json?ref=flex/main"
}
}
}
}

0 comments on commit 163dbed

Please sign in to comment.