From 6a4df57d4adcf60e6a92e2acd6a26d063a33059f Mon Sep 17 00:00:00 2001 From: kideny Date: Mon, 7 Aug 2017 11:17:41 +0800 Subject: [PATCH] update composer.json --- app/config/config.php | 8 ++++---- composer.json | 11 ++++++++--- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/app/config/config.php b/app/config/config.php index 26d19b1..58fcd79 100644 --- a/app/config/config.php +++ b/app/config/config.php @@ -11,10 +11,10 @@ 'database' => [ 'adapter' => 'Mysql', - 'host' => 'xxxxx', - 'username' => 'xxxxx', - 'password' => 'xxxxx', - 'dbname' => 'wwwdragonphpcn', + 'host' => '127.0.0.1', + 'username' => 'phalcon', + 'password' => 'phalcon', + 'dbname' => 'dragonphp', 'charset' => 'utf8', ], diff --git a/composer.json b/composer.json index d2463c9..ff1dc33 100644 --- a/composer.json +++ b/composer.json @@ -14,22 +14,27 @@ "php": ">=7.0", "ext-json": "*", "ext-PDO": "*", - "ext-phalcon": "^3.1", - "phalcon/incubator": "~3.1" + "ext-openssl": "*", + "ext-phalcon": "^3.2", + "phalcon/incubator": "~3.2", + "webonyx/graphql-php": "^0.9" }, "require-dev": { + "phalcon/zephir": "^0.9", "phalcon/devtools": "3.*", "phalcon/dd": "^1", "codeception/codeception": "2.*", "codeception/specify": "~0.3", + "phpunit/dbunit": "3.*", "phpunit/phpunit": "6.*", "phpunit/php-invoker": "1.*", "squizlabs/php_codesniffer": "2.*", "friendsofphp/php-cs-fixer": "^2.3", + "phpdocumentor/reflection-docblock": "3.1.*", "fzaninotto/faker": "^1.6", "Mockery/Mockery": "^0.9.9", "fabfuel/prophiler": "~1.0", - "phpdocumentor/reflection-docblock": "3.1.*" + "blackfire/php-sdk": "1.*" }, "license": "GPL v3", "authors": [{