create composer file

This commit is contained in:
Arkadiusz Kondas 2016-02-08 21:54:09 +01:00
parent 26b1481297
commit 2d78110b39
3 changed files with 1080 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

15
composer.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "php-ai/php-ml",
"description": "PHP Machine learning library",
"license": "MIT",
"authors": [
{
"name": "Arkadiusz Kondas",
"email": "arkadiusz.kondas@gmail.com"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.2"
}
}

1064
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff