mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Allow installation of latest encore version
Under current yarn/npm versioning rules, the new 0.20.* versions weren't installable by default see also: https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004 Its pretty much the same as composer versioning
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@symfony/webpack-encore": "^0.19.0",
|
||||
"@symfony/webpack-encore": "^0.20.0",
|
||||
"webpack-notifier": "^1.6.0"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
|
||||
Reference in New Issue
Block a user