commit 2fdd06b6eb4efa81aa7e6a655a67bdaf21e50b4f Author: Daniel Seifert Date: Fri Feb 23 15:58:10 2024 +0100 add composer json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..eb05023 --- /dev/null +++ b/composer.json @@ -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" : "*" + } +}