revert bin dir

This commit is contained in:
Arkadiusz Kondas 2016-05-05 22:15:34 +02:00
parent 71400cc1e6
commit a2e8a89c3e
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/vendor/ /vendor/
humbuglog.* humbuglog.*
/bin/phpunit

View File

@ -1,7 +1,7 @@
{ {
"name": "php-ai/php-ml", "name": "php-ai/php-ml",
"type": "library", "type": "library",
"description": "PHP Machine Learning library", "description": "PHP-ML - Machine Learning library for PHP",
"license": "MIT", "license": "MIT",
"keywords": ["machine learning","pattern recognition","computational learning theory","artificial intelligence"], "keywords": ["machine learning","pattern recognition","computational learning theory","artificial intelligence"],
"homepage": "https://github.com/php-ai/php-ml", "homepage": "https://github.com/php-ai/php-ml",
@ -21,5 +21,8 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.2" "phpunit/phpunit": "^5.2"
},
"config": {
"bin-dir": "bin"
} }
} }

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "0db5c4b38b7fbd4bd58649b84948d0fe", "hash": "f3e2d9975d300b3ea4c3568de44d8499",
"content-hash": "087091d0c339e9fa3a551a189ea658bf", "content-hash": "087091d0c339e9fa3a551a189ea658bf",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [