浏览代码

remove init

euromark 11 年之前
父节点
当前提交
f95a938e93
共有 2 个文件被更改,包括 8 次插入8 次删除
  1. 1 1
      Test/bootstrap.php
  2. 7 7
      composer.json

+ 1 - 1
Test/bootstrap.php

@@ -5,4 +5,4 @@
  * Add additional configuration/setup your application needs when running
  * unit tests in this file.
  */
-require dirname(__DIR__) . '/../Config/bootstrap.php';
+//require dirname(__DIR__) . '/../Config/bootstrap.php';

+ 7 - 7
composer.json

@@ -5,11 +5,11 @@
 	"keywords": ["cakephp", "plugin", "tools", "utils", "helpers", "components", "behaviors", "datasources"],
 	"homepage": "https://github.com/dereuromark/tools",
 	"license": "MIT",
-	"authors":[
+	"authors": [
 		{
-			"name":"Mark Scherer",
-			"role":"Author",
-			"homepage":"http://www.dereuromark.de/"
+			"name": "Mark Scherer",
+			"role": "Author",
+			"homepage": "http://www.dereuromark.de/"
 		}
 	],
 	"require":{
@@ -17,7 +17,7 @@
 		"composer/installers": "*"
 	},
 	"require-dev": {
-		"cakephp/cakephp": "3.0.x-dev"
+		"cakephp/cakephp": "3.0.*-dev"
 	},
 	"autoload": {
 		"psr-4": {
@@ -25,8 +25,8 @@
 		}
 	},
 	"support":{
-		"source":"https://github.com/dereuromark/tools",
-		"issues":"https://github.com/dereuromark/tools/issues"
+		"source": "https://github.com/dereuromark/tools",
+		"issues": "https://github.com/dereuromark/tools/issues"
 	},
 	"extra": {
 		"installer-name": "Tools"