|
|
@@ -15,7 +15,6 @@
|
|
|
"require":{
|
|
|
"php": ">=5.4",
|
|
|
"cakephp/cakephp": "3.0.*-dev",
|
|
|
- "yangqi/htmldom": "dev-master",
|
|
|
"dereuromark/cakephp-shim": "3.0.*-dev"
|
|
|
},
|
|
|
"autoload": {
|
|
|
@@ -30,6 +29,9 @@
|
|
|
"TestApp\\": "tests/TestApp"
|
|
|
}
|
|
|
},
|
|
|
+ "suggest": {
|
|
|
+ "yangqi/htmldom": "For HtmlDom usage"
|
|
|
+ },
|
|
|
"support":{
|
|
|
"source": "https://github.com/dereuromark/cakephp-tools",
|
|
|
"issues": "https://github.com/dereuromark/cakephp-tools/issues"
|