|
|
@@ -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"
|