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 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@timkelty Thanks!! This is very useful, maybe the error comes from the following, I will take a look soon :)