Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ncou authored Mar 18, 2018
1 parent d1a2493 commit 20fb004
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"phpunit/phpunit": "^7.0"
},
"autoload": {
"files" : [
"app/defines.php"
],
"psr-0": { "": "app/" }
},
"autoload-dev": {
Expand All @@ -20,6 +23,9 @@
}
},
"scripts": {
"post-create-project-cmd": [
"@php -r \"file_exists('app/.env') || copy('app/.env.example', 'app/.env');\""
],
"start": "php -S localhost:8080 -t public index.php",
"test": "phpunit --colors=always"
}
Expand Down

0 comments on commit 20fb004

Please sign in to comment.