Skip to content

Commit

Permalink
Added requirement for php-xml extension
Browse files Browse the repository at this point in the history
  • Loading branch information
getpinga authored Feb 20, 2023
1 parent f246def commit 185afdd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"email": "tk@gepinga.com"
}
],
"require": {
"php": "^8.1"
},
"require": {
"php": "^8.1",
"ext-xml": "*"
},
"autoload": {
"psr-4": {
"Pinga\\Tembo\\": "src/",
Expand Down

0 comments on commit 185afdd

Please sign in to comment.