From 0241ea076ab9068d3b74c5c18fdc4170796c9266 Mon Sep 17 00:00:00 2001 From: devil Date: Sat, 25 Apr 2020 16:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=20=E5=8E=BB=E9=99=A4=E6=A1=86=E6=9E=B6=20compo?= =?UTF-8?q?ser.josn=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thinkphp/composer.json | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 thinkphp/composer.json diff --git a/thinkphp/composer.json b/thinkphp/composer.json deleted file mode 100755 index cc4fca912..000000000 --- a/thinkphp/composer.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "topthink/framework", - "description": "the new thinkphp framework", - "type": "think-framework", - "keywords": [ - "framework", - "thinkphp", - "ORM" - ], - "homepage": "http://thinkphp.cn/", - "license": "Apache-2.0", - "authors": [ - { - "name": "liu21st", - "email": "liu21st@gmail.com" - }, - { - "name": "yunwuxin", - "email": "448901948@qq.com" - } - ], - "require": { - "php": ">=5.6.0", - "topthink/think-installer": "2.*" - }, - "require-dev": { - "phpunit/phpunit": "^5.0|^6.0", - "johnkary/phpunit-speedtrap": "^1.0", - "mikey179/vfsStream": "~1.6", - "phploc/phploc": "2.*", - "sebastian/phpcpd": "2.*", - "squizlabs/php_codesniffer": "2.*", - "phpdocumentor/reflection-docblock": "^2.0" - } -} -- GitLab