diff --git a/composer.json b/composer.json index 487fb319..0584620b 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "psr/http-client-implementation": "^1.0", "psr/http-factory-implementation": "^1.0", "psr/http-message": "^1.1 || ^2.0", - "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0" + "symfony/options-resolver": "^6.4 || ^7.4 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", @@ -61,6 +61,12 @@ "php-http/discovery": true } }, + "repositories": { + "gitlab-client": { + "type": "vcs", + "url": "git@github.com:endroid/Client.git" + } + }, "extra": { "bamarni-bin": { "bin-links": true,