Skip to content

Commit 150e2b6

Browse files
Allow registration at packagist
1 parent 8a504ce commit 150e2b6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: composer.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "codappix/typo3-php-datasets",
3+
"description": "Enables usage of PHP data sets within TYPO3.",
4+
"type": "library",
5+
"license": "GPL-2.0-or-later",
6+
"autoload": {
7+
"psr-4": {
8+
"Codappix\\Typo3PhpDatasets\\": "Classes/"
9+
}
10+
},
11+
"authors": [
12+
{
13+
"name": "Daniel Siepmann",
14+
"email": "[email protected]"
15+
}
16+
],
17+
"require": {
18+
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
19+
"doctrine/dbal": "^2.13",
20+
"typo3/cms-core": "^10.4 || ^11.5"
21+
}
22+
}

0 commit comments

Comments
 (0)