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 ca9f365 commit fda2889
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@
"type": "library",
"license": "GPL-2.0-only",
"require": {
"ext-json": "*",
"php": ">=8.0.0",
"ext-json": "*",
"nyholm/psr7": "^1.8",
"oat-sa/lib-lti1p3-core": "dev-feature/TR-5944/upgrade-dependencies as 7.0.0",
"psr/http-message": "^1.1",
"psr/http-server-handler": "^1.0",
"symfony/dom-crawler": "^4.4 || ^5.1",
"twig/twig": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"guzzlehttp/guzzle": "^7.8",
"nesbot/carbon": "^2.72",
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^9.6",
"psalm/plugin-phpunit": "^0.15",
"vimeo/psalm": "^4.6"
},
Expand Down

0 comments on commit fda2889

Please sign in to comment.