Skip to content

Commit

Permalink
Allow symfony 7 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeichen32 authored Dec 3, 2023
1 parent e9a9f9d commit fcf7a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": "^7.2||^8.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/http-client-contracts": "^1.0|^2.0|^3.0",
"nyholm/psr7": "^1.0",
"m4tthumphrey/php-gitlab-api": "^11.0"
Expand Down

0 comments on commit fcf7a01

Please sign in to comment.