20/10
2017
This is my first composer package
Test repo for composer package development setup education for Degordian., (*1)
The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies., (*2)
To install, either run, (*3)
$ php composer.phar require leovujanic/first-package "*"
or add, (*4)
"leovujanic/first-package": "*"
to the require
section of your composer.json
file., (*5)