steezer / steeze-vendor
The steeze system USES a common development library
v1.0.8
2022-07-15 16:19 UTC
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