Skip to content

Commit

Permalink
[BUGFIX] Make phpspreadsheet available in TER
Browse files Browse the repository at this point in the history
Change order in composer installation
  • Loading branch information
calien666 committed Aug 19, 2024
1 parent c6b1d06 commit 8208cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
- name: Install Dependencies - move old composer.json
run: |
mv composer.json composer.json-orig
composer require phpoffice/phpspreadsheet ^1.29 --no-update
composer config vendor-dir Resources/Private/Php
composer require phpoffice/phpspreadsheet ^1.29 --ignore-platform-reqs --no-progress
composer install --ignore-platform-reqs --no-progress
mv composer.json-orig composer.json
rm composer.lock
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_email' => '[email protected]',
'author_company' => '',
'state' => 'beta',
'version' => '3.1.7',
'version' => '3.1.8',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
Expand Down

0 comments on commit 8208cef

Please sign in to comment.