Skip to content

Commit 167c71a

Browse files
committed
Add support for PHP 8.2
1 parent 0cf8cf2 commit 167c71a

File tree

4 files changed

+598
-548
lines changed

4 files changed

+598
-548
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-cli
1+
FROM php:8.2-cli
22

33
RUN apt-get update \
44
&& apt-get install -y unzip \

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.4 || ^8.0",
17+
"php": "^7.4 || ^8.0 || ^8.2",
1818
"ext-curl": "*",
1919
"ext-xml": "*",
20-
"ext-simplexml": "*"
20+
"ext-simplexml": "*",
21+
"ext-dom": "*"
2122
},
2223
"require-dev": {
2324
"phpunit/phpunit": "^9",

0 commit comments

Comments
 (0)