Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. 1) "nystudio107/craft-seomatic": "3.2.3", // Craft updates style (note the absolute version number)
  2.  
  3. 2) "nystudio107/craft-seomatic": "^3.1.0", // Composer semver style (note the '^')
  4.  
  5. ...
  6. "scripts": {
  7. "post-install-cmd": [
  8. "@php craft migrate/all",
  9. "@php craft project-config/sync",
  10. "@php craft clear-caches/all"
  11. ],
  12. ...
  13. },
  14. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement