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
Describe the bug composer install and then phpunit fails due to Error: Class 'Eightfold\Shoop\Shoop' not found 😓
To Reproduce
See above
Expected behavior
Test should not fail due to missing dependency.
I see that this was removed from the non-dev require in 88bd000, but still used in the tests. If I composer require "8fold/php-shoop:~0.5" --dev, I then get Error: Call to undefined method Eightfold\Shoop\Shoop::string(). 😱
The text was updated successfully, but these errors were encountered:
Given the prioritization at the moment, it might take a moment. In the meantime
I've labeled it as annoying as it doesn't affect package operation (outside of CI/CD), which means it's higher priority than new features and whatnot in that longer list.
If you would like (or need) it earlier to be comfortable using the package, let me know or please feel free to submit a PR.
Also, thank you for letting us know we're not the only ones using this package - always enjoy meeting a fellow user.
Describe the bug
composer install
and thenphpunit
fails due toError: Class 'Eightfold\Shoop\Shoop' not found
😓To Reproduce
See above
Expected behavior
Test should not fail due to missing dependency.
I see that this was removed from the non-dev
require
in 88bd000, but still used in the tests. If Icomposer require "8fold/php-shoop:~0.5" --dev
, I then getError: Call to undefined method Eightfold\Shoop\Shoop::string()
. 😱The text was updated successfully, but these errors were encountered: