Skip to content

Commit 14935bb

Browse files
authored
Merge pull request #32 from jtl-software/EA-7266-php-8-4
EA-7266 PHP8.4
2 parents c5fce9e + 4dc528e commit 14935bb

File tree

7 files changed

+1148
-366
lines changed

7 files changed

+1148
-366
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- "8.1"
5454
- "8.2"
5555
- "8.3"
56+
- "8.4"
5657

5758
steps:
5859
- name: Setup PHP

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "8.1.* || 8.2.* || 8.3.*",
7+
"php": "8.1.* || 8.2.* || 8.3.* || 8.4.*",
88
"ext-json": "*",
99
"ext-pcntl": "*",
1010
"jtl/php-generic-collection": " ^1.0.0",
11-
"nikic/php-parser": "^4.18.0",
11+
"nikic/php-parser": "^5.6.0",
1212
"psr/container": "^2.0.2",
1313
"psr/event-dispatcher": "^1.0",
1414
"psr/log": "^3.0",

0 commit comments

Comments
 (0)