Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kideny committed Aug 7, 2017
1 parent b2ab135 commit 6a4df57
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],

Expand Down
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [{
Expand Down

0 comments on commit 6a4df57

Please sign in to comment.