F4922 / Excel Import: moved Lib again - to get the autoloader running, we need...
F4922 / Excel Import: moved Lib again - to get the autoloader running, we need the composer inside our extension - else we would need the one delivered by typo3, which will result in more effort to integrate in QFQ.
{ | { | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^6.5" | "phpunit/phpunit": "^6.5" | ||
}, | |||
"require": { | |||
"phpoffice/phpspreadsheet": "^1.3" | |||
} | } | ||
} | } |
Please register or sign in to comment