mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-22 04:55:10 +00:00
revert bin dir
This commit is contained in:
parent
71400cc1e6
commit
a2e8a89c3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/vendor/
|
/vendor/
|
||||||
humbuglog.*
|
humbuglog.*
|
||||||
|
/bin/phpunit
|
||||||
|
@ -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
2
composer.lock
generated
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user