From 2fdd06b6eb4efa81aa7e6a655a67bdaf21e50b4f Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 23 Feb 2024 15:58:10 +0100 Subject: [PATCH] add composer json --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 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" : "*" + } +}