diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index c573c04..b350968 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 4 matrix: - php-version: ["8.1", "8.2", "8.3"] + php-version: ["8.1", "8.2", "8.3", "8.4", "8.5"] steps: - name: Cloning repo diff --git a/composer.json b/composer.json index 2a5b3da..79de6a0 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ "ext-gmp": "*", "php-http/discovery": "^1.14", "psr/simple-cache": ">=1.0", - "psr/http-factory-implementation": "1.0", - "psr/http-client-implementation": "1.0", - "psr/http-message-implementation": "1.0", - "softcreatr/jsonpath": "^0.10.0" + "psr/http-factory-implementation": "^1.0", + "psr/http-client-implementation": "^1.0", + "psr/http-message-implementation": "^1.0", + "softcreatr/jsonpath": "^0.10.0 || ^0.11.0 || ^1.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.3",