Skip to content

Commit

Permalink
example and test updates
Browse files Browse the repository at this point in the history
- composer.json
- composer.lock
  • Loading branch information
rhift committed May 23, 2018
1 parent a212df0 commit 05b1291
Show file tree
Hide file tree
Showing 34 changed files with 1,081 additions and 561 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"zendframework/zend-db": "^2.8",
"dragonmantank/cron-expression": "^2.0",
"ocramius/proxy-manager": "^2.1",
"neighborhoods/pylon": "^1.0"
"neighborhoods/pylon": "^1.0",
"doctrine/dbal": "^2.7"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
Expand All @@ -46,8 +47,8 @@
},
"autoload-dev": {
"psr-4": {
"Neighborhoods\\Kojo\\Test\\": "tests",
"Neighborhoods\\Kojo\\Example\\": "example"
"Neighborhoods\\KojoTest\\": "tests",
"Neighborhoods\\KojoExample\\": "example"
}
}
}
}
Loading

0 comments on commit 05b1291

Please sign in to comment.