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 :: how to update pg_dump version linux 
Shell :: loop array bash 
Shell :: install netbeans 8.2 in kali linux 
Shell :: powershell output array as table 
Shell :: kube log 
Shell :: ls order by date 
Shell :: pushing code with another github account 
Shell :: sl in linux 
Shell :: command for Installing the Python Requests Library using Pipenv 
Shell :: store printed output in variable bash 
Shell :: git overwrite remote files 
Shell :: aws cli on heroku 
Shell :: pull a specific branch from github 
Shell :: remove folder from git repository 
Shell :: powershell new item 
Shell :: how to log into a remote linux server 
Shell :: how to see (and kill) what is running on your port +mac 
Shell :: git show staged file contents 
Shell :: linux install pycharm command line without snap 
Shell :: linux change user password 
Shell :: proxy_connect_timeout nginx ingress 
Shell :: restore staged github 
Shell :: install astropy anaconda 
Shell :: homebrew for windows 10 
Shell :: install helm on minikube 
Shell :: gitlab runner npm command not found 
Shell :: install from package.json 
Shell :: wc bash 
Shell :: download pdf arranger ubuntu 
Shell :: install spark 2.4.0 on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =