Skip to content

Commit

Permalink
chore: update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
TiSiE committed Jun 5, 2020
1 parent 101afee commit 78f495e
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 205 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
"post-update-command": [
"@auto-scripts"
],
"serve": "php -S localhost:8080 -t public/"
"serve": "php -S 0.0.0.0:8080 -t public/ public/router.php"
},
"config": {
"platform": {
"ext-mongo": "1.6.16"
"ext-mongo": "1.7.4"
},
"preferred-install": {
"*": "dist"
Expand Down
Loading

0 comments on commit 78f495e

Please sign in to comment.