Skip to content

Commit

Permalink
upgrade API dependencies (#267)
Browse files Browse the repository at this point in the history
Charset was removed from Content-Type intentionally in latest slim 3.x version. See slimphp/Slim#2629 for reasons.

Ensure that composer respects our PHP support commitment.
  • Loading branch information
jelhan committed Oct 30, 2019
1 parent a1c1cb8 commit d604ed8
Show file tree
Hide file tree
Showing 8 changed files with 352 additions and 297 deletions.
5 changes: 5 additions & 0 deletions api/composer.json
Expand Up @@ -8,5 +8,10 @@
"vlucas/phpdotenv": "^3.0.0",
"codeception/codeception": "^3.1",
"codeception/phpbuiltinserver": "^1.5"
},
"config": {
"platform": {
"php": "7.1"
}
}
}

0 comments on commit d604ed8

Please sign in to comment.