Skip to content

Commit fcf7a01

Browse files
authored
Allow symfony 7 (#29)
1 parent e9a9f9d commit fcf7a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": "^7.2||^8.0",
16-
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
17-
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
16+
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0",
17+
"symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",
1818
"symfony/http-client-contracts": "^1.0|^2.0|^3.0",
1919
"nyholm/psr7": "^1.0",
2020
"m4tthumphrey/php-gitlab-api": "^11.0"

0 commit comments

Comments
 (0)