Skip to content

Commit

Permalink
Pimple container fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hexplor committed Apr 19, 2023
1 parent 5d6c7e9 commit 04de63f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.lock

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

4 changes: 4 additions & 0 deletions platforms/joomla/lib_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/joomla/lib_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 04de63f

Please sign in to comment.