leovujanic / first-package
This package is abandoned and no longer maintained.
No replacement package was suggested.
This is my first composer package
v1.0.1
2017-10-14 15:17 UTC
This package is not auto-updated.
Last update: 2020-02-21 18:02:54 UTC
README
Test repo for composer package development setup education for Degordian.
Installation
The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies.
To install, either run
$ php composer.phar require leovujanic/first-package "*"
or add
"leovujanic/first-package": "*"
to the require
section of your composer.json
file.