-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phpunit requirement breaks on Magento 2.2 #105
Comments
Sorry for the delay and thank you for bringing it to my attention. I don't currently have it on a schedule to address but I will keep the issue open until I'm done with it. However, if you want to take a stab at it feel free to make a PR. |
I tried upgrading the phpunit version, but now it breaks on |
@JKetelaar I have updated magium/magium to 1.1.14 which will use either symfony/console 2 or 3. All the tests passed and I was able to install magium/magium, magium/magento and magium/magento2 on Magento 2.2.1 |
You, hero! |
@nesh-younify I've looked into your issue more and it looks like there are some interface incompatibilities that I will need to take into account for the phpunit version. So, it's still on my radar but it won't be a quick fix. |
@nesh-younify Could you try running it with |
MagiumMagento/composer.json
Line 21 in 5833cb7
M2.2 (released yesterday) now uses
"phpunit/phpunit": "~6.2.0",
so composer refuses to installmagium/magento
due to version conflict. Also seen in https://github.com/magium/Magium/blob/3e7f1d91968ec52b91dba2ffb7e62172ead36819/composer.json#L20Not sure if it's safe to update phpunit versions on both of them to 6.* so I did not made forks and pull requests (yet).
The text was updated successfully, but these errors were encountered: