Skip to content

Commit

Permalink
Bring back dependency suggestions (#55)
Browse files Browse the repository at this point in the history
As certain parts of the code will throw when these dependencies are not installed they need to be suggested. This was, other tools, such as composer-unused, can correctly detect that when installed it is due to the suggestion from this package.
  • Loading branch information
bobvandevijver authored Nov 22, 2024
1 parent dfa88cd commit d50b7c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"lib-libxml" : "*",
"sweetrdf/rdf-helpers": "^2.0"
},
"suggest": {
"ml/json-ld": "^1.0",
"semsol/arc2": "^3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"ml/json-ld": "^1.0",
Expand Down

0 comments on commit d50b7c7

Please sign in to comment.