add composer json

This commit is contained in:
Daniel Seifert 2024-02-23 15:58:10 +01:00
commit 2fdd06b6eb
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 11 additions and 0 deletions

11
composer.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "d3data/empty",
"description": "no description",
"keywords": [],
"type": "library",
"license": "LGPL-3.0",
"require": {
"php": "^7.3|^8.0",
"ext-mbstring" : "*"
}
}