Skip to content

Commit 89dab65

Browse files
authored
Update dependency requirements - allowed Symfony 6 (#23)
Update dependency requirements - allowed Symfony 6
1 parent 6f2399e commit 89dab65

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
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": "^7.2||^8.0",
16-
"symfony/framework-bundle": "^4.4 || ^5.0",
17-
"symfony/http-client": "^4.4 || ^5.0",
18-
"symfony/http-client-contracts": "^1.0|^2.0",
16+
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
17+
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
18+
"symfony/http-client-contracts": "^1.0|^2.0|^3.0",
1919
"nyholm/psr7": "^1.0",
2020
"m4tthumphrey/php-gitlab-api": "^11.0"
2121
},

0 commit comments

Comments
 (0)