From 2a62f2440b697f89f29b7de454b7230cd30a7bfb Mon Sep 17 00:00:00 2001 From: xiaoz Date: Fri, 14 Jun 2019 16:49:15 +0800 Subject: [PATCH] add composer --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..094b522 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "helloxz/imgurl", + "description": "ImgURL is a simple, pure graph bed program, simple installation, powerful.", + "type": "project", + "license": "GPL-3.0", + "authors": [ + { + "name": "xiaoz", + "email": "xiaoz93@outlook.com" + } + ], + "minimum-stability": "stable", + "require": {} +}