markstory / asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatal error plugin class

dereuromark opened this issue · comments

PHP Fatal error: Cannot use Cake\Core\Plugin as Plugin because the name is already in use in /var/www/app/vendor/markstory/asset_compress/src/AssetScanner.php on line 5

strange, this happens with "dev-master" branch.

Looks like 3.3.0...3.4.0#diff-f7fcf01b75ab0236c970de527853c3abR11 changes could play into this.
This happens on live deploy now.

Reverting to asset compress 3.3.1 works again - for now (using latest core package).

3.4.0 doesnt work, however. You didnt tag a release yet, though

There is a 3.4.1 tag which includes all changes on master.

I'm having the same problem. Where's the 3.4.1 tag? Do I have to switch to dev-master?

3.4.0...master still missing a patch release @markstory

My mistake. 3.4.1 has been tagged now.

Thanks!