Skip to content

Commit

Permalink
fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuehrer82 committed Nov 19, 2016
1 parent 2cc6c11 commit 6448066
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 210 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
/bin/
/composer.phar
app/config/parameters.yml
.idea/*
prod.db3
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"description": "The gardening tips api",
"autoload": {
"psr-4": { "": "src/" }
"psr-4": { "app": "src/" }
},
"require": {
"php": "^7.0",
Expand Down
Loading

0 comments on commit 6448066

Please sign in to comment.