Skip to content

Commit 185afdd

Browse files
authored
Added requirement for php-xml extension
1 parent f246def commit 185afdd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require": {
13-
"php": "^8.1"
14-
},
12+
"require": {
13+
"php": "^8.1",
14+
"ext-xml": "*"
15+
},
1516
"autoload": {
1617
"psr-4": {
1718
"Pinga\\Tembo\\": "src/",

0 commit comments

Comments
 (0)