Skip to content

Commit d722b36

Browse files
committed
php 7.4 compatibility for ext-json requirement
1 parent 4d46a78 commit d722b36

2 files changed

Lines changed: 322 additions & 263 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require": {
2525
"php": "^7.1",
26-
"ext-json": "^1.5",
26+
"ext-json": "^1.5 || ^7.4",
2727
"symfony/http-client": "^4.3"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)