Allow registration at packagist

This commit is contained in:
Daniel Siepmann 2023-04-11 13:14:12 +02:00
parent 8a504ce454
commit 150e2b6611
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

22
composer.json Normal file
View file

@ -0,0 +1,22 @@
{
"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"
}
}