You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might likely be user error, but seeing something strange.
I just finally updated from v0.0.6 to v1.1
My composer.json require looks like:
"cjmellor/level-up": "^1.1",
When I do "composer info cjmellor/level-up" it says
versions : * v1.1.0
but when I look at the src files in vendor they seem to be stuck at v1.0.1
for example the top lines of my CHANGELOG.md are :
# Changelog
All notable changes to `level-up` will be documented in this file.
## v1.0.1 - 2023-10-04
and if I download a fresh zip of the master / 1.1 version from github and diff the CHANGELOG files they are different.
I've tried running composer clearcache/upgrade
but can't seem to get v1.1
Any ideas on how to clear out whatever is going on get the 1.1 changes installed? I could do a manual merge but would prefer to figure out why it is not working as it also is doing the same on my production server which pulls a fresh laravel environment every build.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This might likely be user error, but seeing something strange.
I just finally updated from v0.0.6 to v1.1
My composer.json require looks like:
"cjmellor/level-up": "^1.1",
When I do "composer info cjmellor/level-up" it says
versions : * v1.1.0
but when I look at the src files in vendor they seem to be stuck at v1.0.1
for example the top lines of my CHANGELOG.md are :
and if I download a fresh zip of the master / 1.1 version from github and diff the CHANGELOG files they are different.
I've tried running composer clearcache/upgrade
but can't seem to get v1.1
Any ideas on how to clear out whatever is going on get the 1.1 changes installed? I could do a manual merge but would prefer to figure out why it is not working as it also is doing the same on my production server which pulls a fresh laravel environment every build.
Also thank you for this awesome package!
Beta Was this translation helpful? Give feedback.
All reactions