Skip to content

Commit

Permalink
Move webpack to base composer require list
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe committed Apr 30, 2023
1 parent 9b7c0b2 commit 8efe0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"ext-json": "*",
"vimeo/psalm": "^4.12",
"composer/xdebug-handler": "^2.0",
"bitbag/coding-standard": "^1.0.0 || ^2.0.0 "
"bitbag/coding-standard": "^1.0.0 || ^2.0.0 ",
"symfony/webpack-encore-bundle": "^1.16"
},
"require-dev": {
"symfony/webpack-encore-bundle": "^1.14",
"behat/behat": "^3.6.1",
"behat/mink-selenium2-driver": "^1.4",
"dmore/behat-chrome-extension": "^1.3",
Expand Down

0 comments on commit 8efe0ea

Please sign in to comment.