modxcms / revolution

MODX Revolution - Content Management Framework
https://modx.com/
GNU General Public License v2.0
1.36k stars 528 forks source link

Pimple\Container not found #14971

Closed Jako closed 4 years ago

Jako commented 4 years ago

Bug report

Summary

I get the following error installing MODX from Git in PHP 7.2.22:

(!) Fatal error: Class 'Pimple\Container' not found in /…/core/src/Revolution/Services/Container.php on line 9

Step to reproduce

Observed behavior

The error above.

Expected behavior

No error.

Environment

Latest MODX 3.x from GitHub

Jako commented 4 years ago

composer update fixed it. So the composer.lock seems to have issues.