From 34ac7b70e56eea372883638739499f54a9cee8f2 Mon Sep 17 00:00:00 2001 From: Lufei Date: Thu, 18 Aug 2022 09:16:53 +0800 Subject: [PATCH] - Remove composer.json. zentaopms is not published in packagist and the dependencies in the file are outdated --- composer.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 composer.json diff --git a/composer.json b/composer.json deleted file mode 100644 index 797156678b..0000000000 --- a/composer.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "easysoft/zentaopms", - "description": "Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!​", - "type": "project", - "license": "ZPL", - "require": { - "php": "~5.2||~7.0", - "ext-json" : "*", - "ext-mbstring" : "*", - "ext-curl" : "*" - } -}