mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
683 B
683 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 mentioned 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"
},
...
}