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
In PHP Unit version 4.1 there is a requirement for php-file-iterator version 1.3.1-ish:
"phpunit/php-file-iterator": "~1.3.1",
However there is no composer file in php-file-iterator version 1.3.1 which means that version is not installable via composer.
You can see that the versions for php-file-iterator start at 1.3.2 in Packagist.
I don't know the best way to resolve this...it's probably going to bite other people trying to do composer update without upgrading to the latest 4.1, 4.2 or 4.3 versions - which all require php-file-iterator ~1.3.1
The text was updated successfully, but these errors were encountered:
In PHP Unit version 4.1 there is a requirement for php-file-iterator version 1.3.1-ish:
"phpunit/php-file-iterator": "~1.3.1",
However there is no composer file in php-file-iterator version 1.3.1 which means that version is not installable via composer.
You can see that the versions for php-file-iterator start at 1.3.2 in Packagist.
I don't know the best way to resolve this...it's probably going to bite other people trying to do composer update without upgrading to the latest 4.1, 4.2 or 4.3 versions - which all require php-file-iterator
~1.3.1
The text was updated successfully, but these errors were encountered: