Skip to content

Commit

Permalink
Add housing model with endpoint on awd lambda 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed May 15, 2019
1 parent 567f40b commit 7c16ceb
Show file tree
Hide file tree
Showing 6 changed files with 1,006 additions and 277 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
humbuglog.*
/bin/phpunit
.php_cs.cache
.stack.yaml
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
}
],
"require": {
"php-ai/php-ml": "^0.7.0",
"symfony/console": "^4.2"
"ext-json": "*",
"php-ai/php-ml": "dev-master",
"symfony/console": "^4.2",
"mnapoli/bref": "^0.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14"
Expand Down
Loading

0 comments on commit 7c16ceb

Please sign in to comment.