Skip to content

Commit 40de90f

Browse files
feat: support for PHP 8.5
1 parent 51dafa7 commit 40de90f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 4
1313
matrix:
14-
php-version: ["8.1", "8.2", "8.3"]
14+
php-version: ["8.1", "8.2", "8.3", "8.4", "8.5"]
1515

1616
steps:
1717
- name: Cloning repo

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"ext-gmp": "*",
1616
"php-http/discovery": "^1.14",
1717
"psr/simple-cache": ">=1.0",
18-
"psr/http-factory-implementation": "1.0",
19-
"psr/http-client-implementation": "1.0",
20-
"psr/http-message-implementation": "1.0",
21-
"softcreatr/jsonpath": "^0.10.0"
18+
"psr/http-factory-implementation": "^1.0",
19+
"psr/http-client-implementation": "^1.0",
20+
"psr/http-message-implementation": "^1.0",
21+
"softcreatr/jsonpath": "^0.10.0 || ^0.11.0 || ^1.0"
2222
},
2323
"require-dev": {
2424
"guzzlehttp/guzzle": "^7.3",

0 commit comments

Comments
 (0)