Skip to content

Commit

Permalink
Fixed minimun stablity
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostbyte committed Apr 7, 2017
1 parent dd88569 commit 3a31773
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 229 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name" : "zend_firebase/zend_firebase",
"description" : "PHP Firebase library rest and stream api",
"require" : {
"php" : "^7.0",
"guzzlehttp/guzzle" : "6.2.2",
"guzzlehttp/psr7" : "1.3.1",
"php" : ">=7.0",
"guzzlehttp/guzzle" : "dev-master",
"guzzlehttp/psr7" : "dev-master",
"monolog/monolog" : "1.21.0"
},
"require-dev" : {
"phpunit/PHPUnit" : "5.7.5",
"phpunit/PHPUnit" : "dev-master",
"squizlabs/php_codesniffer" : "2.7.0",
"friendsofphp/php-cs-fixer" : "v1.12.3",
"phpunit/php-code-coverage" : "4.0.x-dev"
"phpunit/php-code-coverage" : "dev-master"
},
"license" : "BSD-3-Clause",
"keywords" : [ "firebase", "firebase library", "firebase php library", "google php firebase library", "google firebase", "php firebase", "php library firebase", "REST", "REST API", "wrapper", "php7 firebase", "php firebase", "REST firebase", "REST php7 firebase", "STREAM REST php7 firebase", "STREAM REST firebase", "stream firebase", "firebase stream api" ],
Expand Down
Loading

0 comments on commit 3a31773

Please sign in to comment.