We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf5326 commit 27da161Copy full SHA for 27da161
composer.json
@@ -38,7 +38,7 @@
38
"psr/http-client-implementation": "^1.0",
39
"psr/http-factory-implementation": "^1.0",
40
"psr/http-message": "^1.1 || ^2.0",
41
- "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0"
+ "symfony/options-resolver": "^6.4 || ^7.4 || ^8.0"
42
},
43
"require-dev": {
44
"bamarni/composer-bin-plugin": "^1.8.2",
@@ -61,6 +61,12 @@
61
"php-http/discovery": true
62
}
63
64
+ "repositories": {
65
+ "gitlab-client": {
66
+ "type": "vcs",
67
+ "url": "[email protected]:endroid/Client.git"
68
+ }
69
+ },
70
"extra": {
71
"bamarni-bin": {
72
"bin-links": true,
0 commit comments