Skip to content

Commit

Permalink
Merge pull request #46 from sudhaus7/task/version-release
Browse files Browse the repository at this point in the history
[TASK] Prepare release 5.0.3
  • Loading branch information
calien666 authored Feb 8, 2024
2 parents 15ed610 + cc86383 commit b9b02a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"require": {
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
"ext-json": "*",
"phpoffice/phpspreadsheet": "^1.29",
"typo3/cms-core": "^11.5 || ^12.4"
"phpoffice/phpspreadsheet": "^1.29"
},
"require-dev": {
"armin/editorconfig-cli": "^1.8",
Expand Down Expand Up @@ -77,6 +76,7 @@
"*": "dist"
},
"sort-packages": true,
"vendor-dir": "Resources/Private/Php",
"bin-dir": ".Build/bin",
"allow-plugins": {
"typo3/cms-composer-installers": true,
Expand Down
18 changes: 9 additions & 9 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'description' => 'A simple importer to import data into the database',
'category' => 'module',

'version' => '5.0.2',
'version' => '5.0.3',
'state' => 'stable',
'uploadfolder' => 1,
'clearcacheonload' => 0,
Expand All @@ -24,14 +24,14 @@
'autoload' => [
'psr-4' => [
'SUDHAUS7\\Xlsimport\\' => 'Classes',
'ZipStream\\' => 'vendor/maennchen/zipstream-php/src',
'Symfony\\Polyfill\\Mbstring\\' => 'vendor/symfony/polyfill-mbstring',
'Psr\\SimpleCache\\' => 'vendor/psr/simple-cache/src',
'Psr\\Http\\Message\\' => 'vendor/psr/http-message/src',
'PhpOffice\\PhpSpreadsheet\\' => 'vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
'MyCLabs\\Enum\\' => 'vendor/myclabs/php-enum/src',
'Matrix\\' => 'vendor/markbaker/matrix/classes/src',
'Complex\\' => 'vendor/markbaker/complex/classes/src',
'ZipStream\\' => 'Resources/Private/Php/maennchen/zipstream-php/src',
'Symfony\\Polyfill\\Mbstring\\' => 'Resources/Private/Php/symfony/polyfill-mbstring',
'Psr\\SimpleCache\\' => 'Resources/Private/Php/psr/simple-cache/src',
'Psr\\Http\\Message\\' => 'Resources/Private/Php/psr/http-message/src',
'PhpOffice\\PhpSpreadsheet\\' => 'Resources/Private/Php/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
'MyCLabs\\Enum\\' => 'Resources/Private/Php/myclabs/php-enum/src',
'Matrix\\' => 'Resources/Private/Php/markbaker/matrix/classes/src',
'Complex\\' => 'Resources/Private/Php/markbaker/complex/classes/src',
],
],
];

0 comments on commit b9b02a3

Please sign in to comment.