Skip to content

Commit

Permalink
fix: add direct dependencies explicitly to the root-level composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wazelin committed Dec 21, 2023
1 parent db0c338 commit 1988e58
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"type": "library",
"license": "GPL-2.0-only",
"require": {
"ext-json": "*",
"php": ">=8.0.0",
"oat-sa/lib-lti1p3-core": "dev-feature/TR-5944/upgrade-dependencies as 7.0.0"
"ext-json": "*",
"nesbot/carbon": "^2.72",
"nyholm/psr7": "^1.8",
"oat-sa/lib-lti1p3-core": "dev-feature/TR-5944/upgrade-dependencies as 7.0.0",
"psr/http-message": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down

0 comments on commit 1988e58

Please sign in to comment.