Skip to content

Commit 392e68f

Browse files
authored
PHP 7/8 compatibility (#317)
* PHP 8 compatibility n/t * Update composer.json
1 parent 3d0c1f3 commit 392e68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"phpunit/phpunit": "^8.5|^9.4",
3333
"roave/security-advisories": "dev-latest",
3434
"squizlabs/php_codesniffer": "^3.5",
35-
"softcreatr/jsonpath": "^0.6.4",
35+
"softcreatr/jsonpath": "^0.7 || ^0.8",
3636
"phpspec/prophecy-phpunit": "^2.0"
3737
},
3838
"config": {

0 commit comments

Comments
 (0)