-
Notifications
You must be signed in to change notification settings - Fork 0
1. Installation
Alexey Samara edited this page Dec 21, 2017
·
2 revisions
- PHP 7.0+
- Symfony 3.0+
- Guzzle Client 6.0+
"require": {
"wow-apps/symfony-packagist": "^1"
}or
$ composer require wow-apps/symfony-packagist // ./app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new WowApps\PackagistBundle\WowAppsPackagistBundle(),
);
// ...
return $bundles
}


