Skip to content

Commit

Permalink
Merge pull request #4 from neighborhoods/v1-edge-rounding
Browse files Browse the repository at this point in the history
3.x.x
  • Loading branch information
rhift committed Jun 11, 2018
2 parents dfffb2f + f2fecaf commit 07deb95
Show file tree
Hide file tree
Showing 98 changed files with 7,558 additions and 810 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN bash docker/build.sh \

#CMD ["php-fpm"]

EXPOSE 9000
EXPOSE 9001
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"symfony/finder": "^4.0",
"zendframework/zend-db": "^2.8",
"dragonmantank/cron-expression": "^2.0",
"ocramius/proxy-manager": "^2.1",
"neighborhoods/pylon": "^1.0",
"doctrine/dbal": "^2.7"
},
Expand All @@ -47,8 +46,7 @@
},
"autoload-dev": {
"psr-4": {
"Neighborhoods\\KojoTest\\": "tests",
"Neighborhoods\\KojoExample\\": "example"
"Neighborhoods\\KojoTest\\": "tests"
}
}
}
Loading

0 comments on commit 07deb95

Please sign in to comment.