Skip to content

Commit

Permalink
Branch alias, composer info
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed Jul 9, 2012
1 parent 1e2df47 commit e71cf44
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
9 changes: 9 additions & 0 deletions composer.json
Expand Up @@ -4,6 +4,10 @@
"description": "Nuclear Reactor written in PHP.",
"keywords": ["event-loop", "reactor"],
"license": "MIT",
"support": {
"issues": "https://github.com/react-php/react/issues",
"irc": "irc://irc.freenode.org/reactphp"
},
"require": {
"php": ">=5.3.2",
"evenement/evenement": "1.0.*",
Expand All @@ -19,5 +23,10 @@
},
"autoload": {
"psr-0": { "React": "src" }
},
"extra": {
"branch-alias": {
"dev-master": "0.1.0"
}
}
}
26 changes: 12 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e71cf44

Please sign in to comment.