We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fde408 commit ac19c93Copy full SHA for ac19c93
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
### Fixed
11
- Fixed wrong version number in define
12
+- Locked Slim version to 3.12.2 until UF 4.4 can fix `container-interop/container-interop` replacement with `psr/container`
13
14
## [v4.3.2]
15
app/sprinkles/core/composer.json
@@ -39,7 +39,7 @@
39
"monolog/monolog": "^1",
40
"phpmailer/phpmailer": "^6.0.7",
41
"slim/csrf": "^0.8",
42
- "slim/slim": "^3",
+ "slim/slim": "3.12.2",
43
"slim/twig-view": "^2.5",
44
"symfony/http-foundation": "*",
45
"twig/twig": "^2.11",
0 commit comments