Skip to content

Commit

Permalink
revert bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed May 5, 2016
1 parent 71400cc commit a2e8a89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
humbuglog.*
/bin/phpunit
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "php-ai/php-ml",
"type": "library",
"description": "PHP Machine Learning library",
"description": "PHP-ML - Machine Learning library for PHP",
"license": "MIT",
"keywords": ["machine learning","pattern recognition","computational learning theory","artificial intelligence"],
"homepage": "https://github.com/php-ai/php-ml",
Expand All @@ -21,5 +21,8 @@
},
"require-dev": {
"phpunit/phpunit": "^5.2"
},
"config": {
"bin-dir": "bin"
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2e8a89

Please sign in to comment.