Fork Copy //composer.json example { "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": [ "framework", "laravel" ], "license": "MIT", "repositories": [ { "type": "gitlab", "url": "https://gitlab.com/path/to/repo" } ], "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "gitlab-domains": [ "gitlab.com" ], "gitlab-token": { "gitlab.com": "" } } }