steezer / steeze-vendor
The steeze system USES a common development library
Installs: 33
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/steezer/steeze-vendor
Requires
- php: >=5.6
README
The steeze system USES a common development library
Installation
Prerequisites
requires PHP 5.3.3 or greater.
Setup through composer
First, add steeze-vendor to the list of dependencies inside your composer.json
:
{ "require": { "steezer/steeze-vendor": "~1.0" } }
Then simply install it with composer:
$> composer install --prefer-dist