-
I just ran composer update and it didn't pull the latest release i.e. https://github.com/echolabsdev/prism/releases/tag/v0.23.0 - not sure if some issue with this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you share some stack trace. |
Beta Was this translation helpful? Give feedback.
-
You can verify / visualize this via https://semver.madewithlove.com/?package=echolabsdev%2Fprism&constraint=%5E0.22.0 Steps to Update
|
Beta Was this translation helpful? Give feedback.
^0.22.0
is an exact match for thev0.22.0
release. You'll have to update yourcomposer.json
file with the new version before running update.You can verify / visualize this via https://semver.madewithlove.com/?package=echolabsdev%2Fprism&constraint=%5E0.22.0
Steps to Update
composer.json
to^0.23
composer update echolabsdev/prism