[00:21:25] legoktm: oh, bummer. thanks-for-letting-me-know. [00:21:37] :P [00:22:05] I'll set up jenkins for that in a bit [00:22:30] awesome! [00:30:24] legoktm: so practically speaking, what would I need to change for the code to be compliant? Just the name field in composer.json? (Does it have to match the case of the repository name?) [00:31:30] ori: just the 'name' field in composer.json [00:31:41] [km@km-tp AhoCorasick]$ composer validate [00:31:41] ./composer.json is valid, but with a few warnings [00:31:41] See http://getcomposer.org/doc/04-schema.md for details on the schema [00:31:41] Name "wikimedia/AhoCorasick" does not match the best practice (e.g. lower-cased/with-dashes). We suggest using "wikimedia/aho-corasick" instead. As such you will not be able to submit it to Packagist. [00:32:38] aha [00:32:49] we should run 'composer validate' as part of our linting toolchain, no? [00:35:18] it does :) [00:36:04] but warnings don't trigger lint failures [00:36:33] hmm, that should be causing a failure [00:36:40] I'll dig into that later [00:36:51] well, I don't actually know where to look; I'm going by the exit code 'composer validate' when I run it locally [00:42:06] yeah, it's not failing properly [00:47:35] ori: https://github.com/composer/composer/pull/4118