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 76c38cf commit ddead9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
"oat-sa/lib-lti1p3-core": "dev-feature/TR-5944/upgrade-dependencies as 7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"lcobucci/jwt": "^4.3",
"nesbot/carbon": "^2.72",
"nyholm/psr7": "^1.8",
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^9.6",
"psalm/plugin-phpunit": "^0.15",
"psr/http-message": "^1.1",
"vimeo/psalm": "^4.6"
},
"autoload": {
Expand Down

0 comments on commit ddead9d

Please sign in to comment.