Skip to content

Commit

Permalink
Merge pull request #23 from vzool/patch-000
Browse files Browse the repository at this point in the history
Fix: composer command to start a web instance
  • Loading branch information
paragonie-scott authored Jul 5, 2018
2 parents 49e7908 + 74826e0 commit 313e5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"scripts": {
"start": "php -S 0.0.0.0:8080 -t public index.php",
"start": "php -S 0.0.0.0:8080 -t public public/index.php",
"static-analysis": "psalm",
"test": "phpunit"
}
Expand Down

0 comments on commit 313e5a0

Please sign in to comment.