mirror of
https://github.com/Codappix/typo3-php-datasets.git
synced 2024-11-14 18:56:11 +01:00
22 lines
568 B
JSON
22 lines
568 B
JSON
{
|
|
"name": "codappix/typo3-php-datasets",
|
|
"description": "Enables usage of PHP data sets within TYPO3.",
|
|
"type": "library",
|
|
"license": "GPL-2.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codappix\\Typo3PhpDatasets\\": "Classes/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Siepmann",
|
|
"email": "coding@daniel-siepmann.de"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
|
|
"doctrine/dbal": "^2.13",
|
|
"typo3/cms-core": "^10.4 || ^11.5"
|
|
}
|
|
}
|