Sylius/UPGRADE-1.6.md
Maxime Huran 152a8e5051
Add JQuery Dirtyforms in UPGRADE-1.6.md
Update `package.json` in order to add JQuery Dirtyforms.
See [issue #88](https://github.com/Sylius/SyliusDemo/pull/88/files) for more informations
2019-10-11 12:44:27 +02:00

696 B

UPGRADE FROM v1.5.X TO v1.6.0

Require upgraded Sylius version using Composer:

composer require sylius/sylius:~1.6.0

Copy a new migration file and run new migrations:

bin/console doctrine:migrations:migrate

Update your package.json in order to add jquery.dirtyforms as mentionned in issue #88 :

{
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "jquery": "^3.4.1",
+    "jquery.dirtyforms": "^2.0.0",
    "lightbox2": "^2.9.0",
    "semantic-ui-css": "^2.2.0"
  },
  ...
}