Skip to content

Commit 163dbed

Browse files
committed
Allow symfony/framework-bundle 6.*
1 parent b63c2c8 commit 163dbed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "ernadoo/mondial-relay-bundle",
33
"type" : "symfony-bundle",
4-
"description" : "Mondial Relay Bundle for Symfony 5",
4+
"description" : "Mondial Relay Bundle for Symfony",
55
"keywords" : [
66
"Mondial Relay"
77
],
@@ -14,7 +14,7 @@
1414
"require" : {
1515
"php" : "^7.1 || ^8.0",
1616
"quentinbontemps/php-mondialrelay-api" : "^1.0",
17-
"symfony/framework-bundle" : "^5.0",
17+
"symfony/framework-bundle" : "^5.4 || ^6.4",
1818
"symfony/profiler-pack" : "*"
1919
},
2020
"config" : {
@@ -30,4 +30,4 @@
3030
"endpoint": "https://api.github.com/repos/ernadoo/recipes/contents/index.json?ref=flex/main"
3131
}
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)