-
-
Notifications
You must be signed in to change notification settings - Fork 377
Updating package #31
Comments
It may be worth checking out composer versions here. Once you determine the correct version and update your composer file, run Hope this helps. |
Adding
The thing is after updating, when trying to view the app in my store I get:
|
Googling this seems to suggest people downgraded to 2.6 of Doctrine DBAL. Others say the PHP version caused the issue. So I am not sure... What's the version of Laravel and PHP you're using? |
PHP Version 7.0.12 |
Googling seems to say the DBAL version is incompatible with that PHP version... hmm, can you try forcing doctrine/dbal to be ^2.5.0 in your composer.json? |
I updated my PHP version to 7.1.13, updated the packages and now it works. |
Yeah, it's more the fault of something specific in the doctrine DBAL. I may
just fix it's version to be lower. I'll think on this. But for now I'll
close and thank you for testing this.
…On Thu, May 31, 2018, 10:30 AM Marc-Antoine Brodeur, < ***@***.***> wrote:
I updated my PHP version to 7.1.13, updated the packages and now it works.
Maybe we should add a note in the readme saying that >= 2.3.0 version
requires PHP >= 7.1.x?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACTuOsUEPtYGqsSN5G5-DLElraFl8C76ks5t3_55gaJpZM4UT9rq>
.
|
Based on research, I may just bump the package to 7.1 minimum. 7.0 is rather old at this point and forcing an old version of DBAL may not be ideal. |
Resolved in master, will be in next version push, thanks. |
Hi,
What would be the best way to update the package using composer when you make a new release?
I have
"ohmybrew/laravel-shopify": "^2.0"
in my composer.json, but when I runcomposer update ohmybrew/laravel-shopify
, nothing happens.Also, will this update your
ohmybrew/basic-shopify-api
package at the same time?Thanks
The text was updated successfully, but these errors were encountered: