Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 1b125c4

Browse files
committed
Also fix the composer serve script following php built-in server command format: 'php [options] -S <addr>:<port> [-t docroot] [router]'
1 parent 5735003 commit 1b125c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"development-enable": "zf-development-mode enable",
117117
"development-status": "zf-development-mode status",
118118
"post-create-project-cmd": ["@development-enable"],
119-
"serve": "php -S 0.0.0.0:8080 -t public public/index.php",
119+
"serve": "php -S 0.0.0.0:8080 -t public/ index.php",
120120
"test": "phpunit"
121121
}
122122
}

0 commit comments

Comments
 (0)