Skip to content

Commit

Permalink
KAM-1907: Resolve Dependabot alerts; bump monolog/monolog to ^3.4, ph…
Browse files Browse the repository at this point in the history
…p-di/php-di to ^7.0, slim/slim to ^4.11, slim/psr7 to ^1.6
  • Loading branch information
vicchi committed Jun 22, 2023
1 parent 9099867 commit 7847b06
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 164 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "A Slim Framework skeleton application for rapid development",
"require": {
"php": ">=8.0",
"monolog/monolog": "^2.5",
"php-di/php-di": "^6.4",
"slim/slim": "^4.10",
"slim/psr7": "^1.5"
"monolog/monolog": "^3.4",
"php-di/php-di": "^7.0",
"slim/slim": "^4.11",
"slim/psr7": "^1.6"
},
"autoload": {
"psr-4": {
"KammaData\\": "src/"
}
}
}
}
Loading

0 comments on commit 7847b06

Please sign in to comment.