Skip to content

Commit e1b5c2a

Browse files
committed
A specific version of json-ext is no longer needed in 5.0
See commit about opting into bad JSON serialization in 5.1.1
1 parent f68c815 commit e1b5c2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.6.6|^7.0",
14-
"ext-json": ">=1.3.7",
13+
"php": "^5.6|^7.0",
1514
"psr/log": "~1.0",
1615
"guzzlehttp/ringphp" : "~1.0"
1716
},

0 commit comments

Comments
 (0)