Created
September 15, 2025 12:51
-
-
Save timkelty/b9842aba938a33b623abf5bfbb656c5b to your computer and use it in GitHub Desktop.
Composer Link / Alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"minimum-stability": "dev", | |
"prefer-stable": true, | |
"require": { | |
"craftcms/ckeditor": "^3.14", | |
"craftcms/cloud": "*", | |
"craftcms/cms": "^4.16", | |
"vlucas/phpdotenv": "^5.4.0" | |
}, | |
"require-dev": { | |
"craftcms/generator": "^1.3.0", | |
"sandersander/composer-link": "dev-master", | |
"yiisoft/yii2-shell": "^2.0.3" | |
}, | |
"config": { | |
"allow-plugins": { | |
"craftcms/plugin-installer": true, | |
"yiisoft/yii2-composer": true, | |
"sandersander/composer-link": true | |
}, | |
"sort-packages": true, | |
"optimize-autoloader": true | |
}, | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "https://composer.craftcms.com", | |
"canonical": false | |
} | |
] | |
} |
@timkelty Thanks!! This is very useful, maybe the error comes from the following, I will take a look soon :)
"repositories": [
{
"type": "composer",
"url": "https://composer.craftcms.com",
"canonical": false
}
]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have these repos checked out:
git clone --single-branch --branch 1.x https://github.com/craftcms/cloud-extension-yii2.git packages/craftcms/cloud
git clone --single-branch --branch 4.x https://github.com/craftcms/cms.git packages/craftcms/cms
Works find on
composer-link:0.4.1