Skip to content

Commit fbc45cd

Browse files
authoredFeb 19, 2024
Merge pull request #71 from productsupcom/symfony-7-support
Symfony 7 support
2 parents ce5c126 + e72d5b5 commit fbc45cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"nyholm/psr7": "^1.3",
1414
"php-http/httplug": "^2.0",
1515
"psr/http-client": "^1.0",
16-
"symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0 || ^6.0"
16+
"symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0 || ^6.0 || ^7.0"
1717
},
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^2.2 || ^3.0",

0 commit comments

Comments
 (0)
Please sign in to comment.