Skip to content

Commit ec004b3

Browse files
aliabbasrizviMike Ng
authored and
Mike Ng
committed
fix: Updating dependencies (#125)
1 parent 9b01b96 commit ec004b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"require": {
1313
"php": ">=5.5",
14-
"justinrainbow/json-schema": "^1.6 || ^2.0 || ^4.0",
14+
"justinrainbow/json-schema": "^1.6 || ^2.0 || ^4.0 || ^5.0",
1515
"lastguest/murmurhash": "1.3.0",
1616
"guzzlehttp/guzzle": "~5.3|~6.2",
1717
"monolog/monolog": "~1.21",
1818
"icecave/parity": "^1.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "~4.8|~5.0",
22-
"satooshi/php-coveralls": "v1.0.1"
21+
"phpunit/phpunit": "^4.8|^5.0",
22+
"php-coveralls/php-coveralls": "v2.0.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)