Skip to content

Commit 76e6e55

Browse files
committed
feat: Fix composer.json
1 parent 129b70d commit 76e6e55

2 files changed

Lines changed: 23 additions & 18 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
"ext-mbstring": "*",
5858
"ext-pdo": "*",
5959
"php": "^8.4",
60-
"psr/container": "^1.0",
60+
"psr/container": "^2.0",
6161
"psr/event-dispatcher": "^1.0",
6262
"psr/http-message":"^1.0",
6363
"psr/http-factory": "^1.0",
6464
"psr/http-client": "^1.0",
6565
"psr/http-server-handler": "^1.0",
6666
"psr/http-server-middleware": "^1.0",
67-
"psr/log": "^1.1"
67+
"psr/log": "^3.0"
6868
},
6969
"require-dev": {
7070
"ext-yaml": "*",

composer.lock

Lines changed: 21 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)