Skip to content

Commit

Permalink
Update composer.json (#108)
Browse files Browse the repository at this point in the history
Improve compatibility with older (<7.1) and newer (>7.0) PHP versions.
  • Loading branch information
SoftCreatR authored May 16, 2022
1 parent b726e64 commit 2309c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"illuminate/support" : "^5.0|^6.0|^7.0|^8.0|^9.0",
"ratchet/pawl" : "^0.3",
"symfony/yaml" : "^4.0|^5.0|^6.0",
"softcreatr/jsonpath" : "^0.6"
"softcreatr/jsonpath" : "^0.5 || ^0.7 || ^0.8"
},
"require-dev": {
"phpunit/phpunit" : "~7.0|~9.5",
Expand Down

0 comments on commit 2309c96

Please sign in to comment.