Browse Source

forgot to tweak composer script after changing directory name

pull/90/head
Chris 7 years ago
parent
commit
47ace65c8b
  1. 2
      composer.json

2
composer.json

@ -14,6 +14,6 @@
"php": ">=5.6"
},
"scripts": {
"serve": ["@php -S localhost:29896 ./test/router.php"]
"serve": ["@php -S localhost:29896 ./tests/router.php"]
}
}
Loading…
Cancel
Save