Skip to content

Commit ac19c93

Browse files
committed
Locked Slim version to 3.12.2
1 parent 2fde408 commit ac19c93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Fixed
1111
- 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`
1213

1314
## [v4.3.2]
1415

app/sprinkles/core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"monolog/monolog": "^1",
4040
"phpmailer/phpmailer": "^6.0.7",
4141
"slim/csrf": "^0.8",
42-
"slim/slim": "^3",
42+
"slim/slim": "3.12.2",
4343
"slim/twig-view": "^2.5",
4444
"symfony/http-foundation": "*",
4545
"twig/twig": "^2.11",

0 commit comments

Comments
 (0)