Answers for "add module with composer without adding it to git"

0

add module with composer without adding it to git

"repositories": [
        {
            "type": "path",
            "url": "../modules/sms"
        }
    ],
    
    
    
    "license": "MIT",
    "require": {
        "php": "^7.4|^8.0",
        "ext-curl": "*",
        "ext-json": "*",
        "behamin/bresources": "^1.2",
        "behamin/sms": "dev-master",
Posted by: Guest on September-30-2021

Code answers related to "add module with composer without adding it to git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language