Skip to content

Commit 958ac69

Browse files
committed
Update composer.json for json-path to be compatible with PHP 8.2 and PHP 8.3
1 parent 901dde5 commit 958ac69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"php": "7.4|8.0.*|8.1.*",
23+
"php": "8.1.*|8.2.*|8.3.*",
2424
"parsica-php/parsica": "^0.8.1",
25-
"symfony/property-access": "^5.4|^6.0"
25+
"symfony/property-access": "^5.4|^6.4|^7.1"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)