How to install jQuery with Composer?

后端 未结 5 1149
情话喂你
情话喂你 2020-12-07 11:09

I have been able to install repositories that do not have a composer.json file like this:

    {
        \"type\": \"package\",
        \"package\": {
                


        
5条回答
  •  情话喂你
    2020-12-07 11:43

    This is simply a missing feature. There should probably be a new type of dist which is just a single plaintext file to be downloaded and left as-is. Please file a feature request on the github issue tracker: https://github.com/composer/composer/issues/

    EDIT :

    The feature actually exists but wasn't documented.

    "type": "file"
    

提交回复
热议问题