cocur / slugify

Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
MIT License
2.88k stars 251 forks source link

1.4.1 should be tagged 2.0 #94

Closed GwendolenLynch closed 8 years ago

GwendolenLynch commented 8 years ago

This change was merged in November last year into your 2.0 branch… then the 2.0 branch was merged into master soon after.

These changes, while awesome, break BC and Composer is pulling this in for Bolt users where our require is ^1.0. :wink:

florianeckerstorfer commented 8 years ago

Damn, I created the tag from the wrong branch. This should be fixed now. Does it work for Bolt now?

GwendolenLynch commented 8 years ago

Just re-running Travis now… but looking at the tagged branch I would say so.

I'll close now, with many thanks, and update if there is some weird unforeseen problem!

P.S. Looking forward to 2.0 from you all :+1:

florianeckerstorfer commented 8 years ago

Great. Sorry, for messing this up. If there are any other problems please reopen this or create another issue.

GwendolenLynch commented 8 years ago

@florianeckerstorfer Just one thing I have noticed, Packagist hasn't gotten the "new" tag:

v1.4.1 2016-02-11 09:44 UTC
requires
php: >=5.6

requires (dev)
phpunit/phpunit: ~5.1.3
mockery/mockery: ~0.9
mikey179/vfsstream: ~1.6
symfony/http-kernel: ~2.4|~3.0
symfony/dependency-injection: ~2.4|~3.0
twig/twig: ~1.12
silex/silex: ~1.3
pimple/pimple: ~1.1
zendframework/zend-modulemanager: ~2.2
zendframework/zend-view: ~2.2
zendframework/zend-servicemanager: ~2.2
laravel/framework: ~5.1
nette/di: ~2.2
latte/latte: ~2.2
plumphp/plum: ~0.1
florianeckerstorfer commented 8 years ago

I did a force update on Packagist, everything should be up-to-date now.

GwendolenLynch commented 8 years ago

That looks to have gotten it… Thank you!