gpothier

Results 28 comments of gpothier

Sure, here is `extensions/composer.json`: ``` { "autoload": { "psr-4": { "Bolt\\Composer\\EventListener\\": "../vendor/bolt/bolt/src/Composer/EventListener", "DesignSpike\\MenuChain\\": "local/designspike/menuchain/src/" } }, "config": { "discard-changes": true, "preferred-install": "dist" }, "description": "Bolt extension installation interface", "extra": {...

I did remove it (you can see my .bolt.yml file in my previous comment). The error message you quoted was from before this change.

The same without said prefix: > Extension class name "DesignSpike\MenuChain\MenuChainExtension" is defined in .bolt.yml or .bolt.php, but the class name is misspelled or not loadable by Composer.

I had not, but I tried it and it gives the same error: ``` gpothier@tadzim4:~/Documents/mirrored/clients/caligrafix/web2019-caligrafix-bolt$ ./app/nut extensions:setup [LogicException] Extension class name "DesignSpike\MenuChain\MenuChainExtension" is defined in .bolt.yml or .bolt.php, but the...

Hi, now that the fix has been merged, would it be possible to generate a new version of the plugin?

Not sure what to do about the remaining failed checks: - the pre-commit checks complain about missing files in the `setup` directories, but other modules do not have it either....

Thanks Sylvain, I just ran the pre-commit hooks locally and the check now passes. Regarding the dependency on the web_enterprise module, I understand that the checks will not pass. If...

Hi Pedro, sure, I can update the PR so as to make this behavior optional. Actually I had already started and I stashed those changes to upload a simpler version...

Okay I think the PR is decent now: - I removed the `web_responsive_enterprise` module, so that there is no dependency on Enterprise Edition in this repo - I made the...