Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git get repo with composer

"repositories": [
    {
        "type":"package",
        "package": {
          "name": "l3pp4rd/doctrine-extensions",
          "version":"master",
          "source": {
              "url": "https://github.com/l3pp4rd/DoctrineExtensions.git",
              "type": "git",
              "reference":"master"
            }
        }
    }
],
"require": {
    "l3pp4rd/doctrine-extensions": "master"
}
Comment

composer add git repository

composer config repositories.secret '{"type": "vcs","url": "git@github.com:barryvanveen/secret.git"}'
Comment

PREVIOUS NEXT
Code Example
Shell :: install clasp 
Shell :: zsh: no matches found: with * 
Shell :: create user kali linux 
Shell :: jupyter python downkload 
Shell :: uninstall/remove libreoffice from ubuntu 
Shell :: get request linux terminal 
Shell :: batch script delete files older than 30 days 
Shell :: git log show diff 
Shell :: linux bash clean up log file 
Shell :: flutter cocoapods not installed 
Shell :: git how get a list of file names changed in a commit 
Shell :: bash scripts options 
Shell :: yarn start --reset-cache 
Shell :: magento shell reindex 
Shell :: git pull without checkout 
Shell :: install wireshark ubuntu 
Shell :: linux convert mp3 to ogg 
Shell :: How to install p12 certificate in ubuntu 
Shell :: unstage files in git 
Shell :: terminal command as parameter 
Shell :: terraform script to create s3 bucket 
Shell :: linux ssh with password in one line 
Shell :: How to change default user in WSL Ubuntu bash on Windows 10 
Shell :: clear error log apache2 
Shell :: install slack ubuntu 
Shell :: sudo cd command not found 
Shell :: npm install package as developer dependency 
Shell :: loop bash 
Shell :: install criterion ubuntu 
Shell :: node_modules missing did you mean to install 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =