Closed emresaracoglu closed 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?
composer require pimple/pimple
Thank you.
Solved. Problem: Cache :)
Hello,
Thank you again for this repo. I did the composer update today and got this error after the update:
Pimple I installed
composer require pimple/pimple
but I received a message that already in the library. What could be the reason?Thank you.