gnello / php-mattermost-driver

The PHP Driver to interact with the Mattermost Web Service API.
Apache License 2.0
79 stars 27 forks source link

" Class 'Pimple\Container' not found" #24

Closed emresaracoglu closed 5 years ago

emresaracoglu commented 5 years ago

Hello,

Thank you again for this repo. I did the composer update today and got this error after the update:

Warning: Uncaught Error: Class 'Pimple\Container' not found in ...

$mm = new \Pimple\Container([
            'driver' => [
                'url' => '',
                'login_id' => '',
                'password' => '',
            ],

Pimple I installed composer require pimple/pimple but I received a message that already in the library. What could be the reason?

Thank you.

emresaracoglu commented 5 years ago

Solved. Problem: Cache :)