Skip to content

Commit

Permalink
Add composer files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingraham committed Apr 22, 2016
1 parent b80c71f commit e1016b7
Show file tree
Hide file tree
Showing 2 changed files with 1,085 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name:": "dustingraham/react-mysql",
"description": "Nuclear MySQL Reactor",
"keywords": ["mysql", "react", "asynchronous"],
"license": "MIT",
"authors": [
{"name": "Dustin Graham", "email": "[email protected]"}
],
"require": {
"php": ">=5.4.0",
"react/event-loop": "^0.4.2",
"react/promise": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"DustinGraham\\ReactMysql\\": "src/"
}
}
}
Loading

0 comments on commit e1016b7

Please sign in to comment.