Skip to content
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

Stringy Naming Collision #25

Closed
jmauzyk opened this issue Aug 27, 2019 · 2 comments
Closed

Stringy Naming Collision #25

jmauzyk opened this issue Aug 27, 2019 · 2 comments

Comments

@jmauzyk
Copy link

jmauzyk commented Aug 27, 2019

Just installed Craft 3.3 and was starting to test it when I ran into a naming collision issue with Stringy. Craft 3.3 switches from danielstjules/Stringy to voku/Stringy. This wouldn't be an issue except that Craft 3.3 now uses the snakeize() method (unique to voku) for the |snake twig filter. Because composer defaults to the old danielstjules/Stringy when generating autoload files, I now get a call to undefined method error when using the snake filter. Can you switch from the danielstjules version to the voku version to avoid this collision?

louderthan10 added a commit to louderthanten/Wordsmith that referenced this issue Aug 29, 2019
Fixes naming collision with Craft's included Stringy library (Issue [TopShelfCraft#25](TopShelfCraft#25))
@lukeholder
Copy link

Also getting this. collision with Crafts built in Stringy/Stringy

@vaughn-taylor
Copy link

I have an issue as well as reported here. Apparently danielstjules/Stringy needs to be updated to voku/Stringy in topshelfcraft/wordsmith.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants