lochmueller / focuspoint

🌅 Smartest TYPO3 Crop Tool ever 🌅
http://typo3.org/extensions/repository/view/focuspoint
22 stars 23 forks source link

Remove autoloader dependency #25

Closed cweiske closed 7 years ago

cweiske commented 7 years ago

focuspoint depends on the autoloader extension, which adds a whopping 7.3 MiB (51k LOC PHP) to our TYPO3 installation.

I'd rather not have all the zend classes here just because the used array merge method is also in that package.

lochmueller commented 7 years ago

There will be a composer only version in the near feature, that handle the dependencies much smarter. I will check this in the next weeks...

tomhatzer commented 7 years ago

Any news on this topic or an upgrade to the latest autoloader version? :)

lochmueller commented 7 years ago

Hey @tomhatzer Hey @cweiske I add EXT:autoloader 4.x support: https://github.com/lochmueller/focuspoint/commit/4b1025af9784d4f8d6adc55b17810a070ae36ed6 The new autoloader version is much smaller, because of the optional dependencies fpor the external frameworks. So I will close this issue. Note: I suggest to use composer mode!

Regards, Tim