Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gubi committed Nov 22, 2018
1 parent 367131f commit ee5be65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"require": {
"php": ">=7.2",
"ext-curl:": "*",
"ext-json:": "*",
"ext-xml:": "*",
"ext-zip:": "*"
"ext-curl": "*",
"ext-json": "*",
"ext-xml": "*",
"ext-zip": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ee5be65

Please sign in to comment.