Skip to content

Commit

Permalink
Fix: "Uncaught Error: Class "Pimple\Container" not found" in Wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
hexplor committed May 30, 2023
1 parent 95725fb commit 34c1d9e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
4 changes: 4 additions & 0 deletions platforms/wordpress/gantry5/compat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@

"require": {
"php": ">=7.2.5",
"pimple/pimple": "~3.5",
"twig/twig": "~1.44",
"scssphp/scssphp": "~1.10"
},
"replace": {
"psr/container": "*"
},
"config": {
"platform": {
"php": "7.2.5"
Expand Down
55 changes: 54 additions & 1 deletion platforms/wordpress/gantry5/compat/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34c1d9e

Please sign in to comment.