Skip to content

Commit

Permalink
composer.json: fix dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Feb 13, 2024
1 parent e47fa7e commit 8505286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"require-dev": {
"phpunit/phpunit": "^10",
"phpstan/phpstan": "^1",
"sweetrdf/rdf-interface-tests": "2.0.0"
"sweetrdf/rdf-interface-tests": "2.0.0",
"sweetrdf/term-templates": "^2"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 8505286

Please sign in to comment.