Skip to content

Commit

Permalink
Add "script" entry to run project in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca authored Jan 11, 2024
1 parent cccde70 commit f79940a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"psr-4": {
"Potherca\\CrossReference\\HelloWorld\\": "src/"
}
},
"scripts": {
"start": "php -S 0.0.0.0:8080 -t web index.php"
}
}

0 comments on commit f79940a

Please sign in to comment.