Skip to content

Commit

Permalink
OP-558: composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Oct 9, 2024
1 parent 7db610f commit 0e34a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"symfony/stimulus-bundle": "^2.20",
"symfony/ux-autocomplete": "^2.20",
"symfony/ux-live-component": "^2.20",
"symfony/ux-twig-component": "^2.20"
"symfony/ux-twig-component": "^2.20",
"willdurand/hateoas-bundle": "^2.6"
},
"require-dev": {
"behat/behat": "^3.7.0",
Expand Down
5 changes: 1 addition & 4 deletions tests/Application/composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "sylius/plugin-skeleton-test-application",
"description": "Sylius application for plugin testing purposes (composer.json needed for project dir resolving)",
"license": "MIT",
"require": {
"willdurand/hateoas-bundle": "^2.6"
}
"license": "MIT"
}

0 comments on commit 0e34a49

Please sign in to comment.