From a2e8a89c3e53140c06a26712b67baee656936947 Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Thu, 5 May 2016 22:15:34 +0200 Subject: [PATCH] revert bin dir --- .gitignore | 1 + composer.json | 5 ++++- composer.lock | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 55f5b64..73854f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vendor/ humbuglog.* +/bin/phpunit diff --git a/composer.json b/composer.json index dcae248..041f818 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -21,5 +21,8 @@ }, "require-dev": { "phpunit/phpunit": "^5.2" + }, + "config": { + "bin-dir": "bin" } } diff --git a/composer.lock b/composer.lock index 91597a8..bf1fd1f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "0db5c4b38b7fbd4bd58649b84948d0fe", + "hash": "f3e2d9975d300b3ea4c3568de44d8499", "content-hash": "087091d0c339e9fa3a551a189ea658bf", "packages": [], "packages-dev": [