Commit 259c97b1 by yeran

remove require of ext-phalcon

1 parent b4b13dd0
Showing with 2 additions and 3 deletions
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"description": "Phalcon", "description": "Phalcon",
"keywords": ["phwoolcon"], "keywords": ["phwoolcon"],
"type": "library", "type": "library",
"version": "1.0.2", "version": "1.0.3",
"license": "proprietary", "license": "proprietary",
"authors": [ "authors": [
{ {
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
"ext-openssl": "*", "ext-openssl": "*",
"ext-PDO": "*", "ext-PDO": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-phalcon": "~3.0",
"symfony/console": "~3.0", "symfony/console": "~3.0",
"pda/pheanstalk": "~3.1", "pda/pheanstalk": "~3.1",
"swiftmailer/swiftmailer": "~5.4|~6.0" "swiftmailer/swiftmailer": "~5.4|~6.0"
...@@ -28,7 +27,7 @@ ...@@ -28,7 +27,7 @@
"require-dev": { "require-dev": {
}, },
"suggest": { "suggest": {
"ext-swoole": "~1.8|~2.0" "ext-swoole": "~2.0|~4.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!