Skip to content

Commit 27da161

Browse files
committed
Support Symfony 8
1 parent 1bf5326 commit 27da161

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"psr/http-client-implementation": "^1.0",
3939
"psr/http-factory-implementation": "^1.0",
4040
"psr/http-message": "^1.1 || ^2.0",
41-
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0"
41+
"symfony/options-resolver": "^6.4 || ^7.4 || ^8.0"
4242
},
4343
"require-dev": {
4444
"bamarni/composer-bin-plugin": "^1.8.2",
@@ -61,6 +61,12 @@
6161
"php-http/discovery": true
6262
}
6363
},
64+
"repositories": {
65+
"gitlab-client": {
66+
"type": "vcs",
67+
"url": "[email protected]:endroid/Client.git"
68+
}
69+
},
6470
"extra": {
6571
"bamarni-bin": {
6672
"bin-links": true,

0 commit comments

Comments
 (0)