Horje
git get repo with composer Code Example
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"
}
install composer package from github
"repositories":[
    {
        "type": "vcs",
        "url": "git@github.com:barryvanveen/secret.git"
    }
]




Shell

Related
install font on linux Code Example install font on linux Code Example
discord.py install Code Example discord.py install Code Example
javax.net.ssl.SSLException MESSAGE: closing inbound before receiving peer's close_notify Code Example javax.net.ssl.SSLException MESSAGE: closing inbound before receiving peer's close_notify Code Example
how to assign a value to a variable in batch script using powershell Code Example how to assign a value to a variable in batch script using powershell Code Example
cmd find file dir Code Example cmd find file dir Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14