Skip to content

Commit

Permalink
create composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Feb 8, 2016
1 parent 26b1481 commit 2d78110
Show file tree
Hide file tree
Showing 3 changed files with 1,080 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "php-ai/php-ml",
"description": "PHP Machine learning library",
"license": "MIT",
"authors": [
{
"name": "Arkadiusz Kondas",
"email": "[email protected]"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.2"
}
}
Loading

0 comments on commit 2d78110

Please sign in to comment.