[TASK] Initial commit with base functionality
refs KIME-4583
parents
Showing
Configuration/Settings.yaml
0 → 100644
File added
composer.json
0 → 100644
{ | ||
"description": "A Flow package to import spreadsheet records into configurable domain objects", | ||
"type": "typo3-flow-package", | ||
"name": "we/spreadsheetimport", | ||
"license": [ | ||
"LGPL-3.0", | ||
"MIT" | ||
], | ||
"require": { | ||
"typo3/flow": "*" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"WE\\SpreadsheetImport": "Classes/" | ||
} | ||
} | ||
} |
Please register or sign in to comment