Skip to content

Commit 40c4f08

Browse files
committed
allow PHP 8.4
1 parent 958ac69 commit 40c4f08

File tree

4 files changed

+491
-934
lines changed

4 files changed

+491
-934
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
vendor/*
2+
.phpunit.cache
3+
build
4+
/.phpunit.result.cache

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,11 @@
2020
}
2121
],
2222
"require": {
23-
"php": "8.1.*|8.2.*|8.3.*",
23+
"php": "8.1.*|8.2.*|8.3.*|8.4.*",
2424
"parsica-php/parsica": "^0.8.1",
2525
"symfony/property-access": "^5.4|^6.4|^7.1"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^9.5"
29-
},
30-
"config": {
31-
"platform": {
32-
"php": "7.4"
33-
}
28+
"phpunit/phpunit": "^10.5"
3429
}
3530
}

0 commit comments

Comments
 (0)