Skip to content

Commit

Permalink
Merge pull request thecsea#9 from rene-mueller/master
Browse files Browse the repository at this point in the history
fixed PHPDoc
  • Loading branch information
carduz authored Sep 28, 2020
2 parents 1e4469d + 846e84e commit 542eda9
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 152 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-curl": "*",
"ext-xml": "*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 542eda9

Please sign in to comment.