Ostico / PhpOrient

PhpOrient - Official Php driver based on the binary protocol of OrientDB.
Other
68 stars 37 forks source link

Monolog wrong included #8

Closed Ostico closed 9 years ago

Ostico commented 9 years ago

Hi, I found out you are using this Monolog logger in PhpOrient\Protocols\Common\AbstractTransport.php. But when using "composer install --no-dev", the Monolog is not included.

use Monolog\Handler\StreamHandler; use Monolog\Logger; use Monolog\Formatter\LineFormatter;