leovujanic / first-package
This is my first composer package
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/leovujanic/first-package
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.