Skip to content

Commit

Permalink
Make composer run serve work on windows (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
anovsiradj authored Feb 10, 2024
1 parent 67c8adf commit f91646e
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 @@ -11,7 +11,7 @@
"scripts": {
"serve": [
"Composer\\Config::disableProcessTimeout",
"./yii serve"
"@php ./yii serve"
],
"test": "codecept run",
"test-watch": "phpunit-watcher watch",
Expand Down

0 comments on commit f91646e

Please sign in to comment.