Skip to content

Commit

Permalink
Merge pull request #3 from neighborhoods/v1-edge-rounding
Browse files Browse the repository at this point in the history
example and test updates
  • Loading branch information
rhift committed May 23, 2018
2 parents a15854f + 05b1291 commit dfffb2f
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 dfffb2f

Please sign in to comment.