Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #10 from beaucollins/fix
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
beaucollins committed Dec 7, 2017
2 parents c525c8c + bb4a569 commit 2efc3ff
Show file tree
Hide file tree
Showing 4 changed files with 1,768 additions and 447 deletions.
7 changes: 4 additions & 3 deletions composer.json
Expand Up @@ -8,15 +8,16 @@
{
"name" : "Beau Collins",
"email" : "beaucollins@gmail.com",
"homepage" : "http://viewsource.beaucollins.com"
"homepage" : "http://proprietarynoise.com"
}
],
"require" : {
"php" : ">=5.3",
"react/react": "dev-master"
"react/react": ">=0.3"
},
"require-dev" : {
"phpunit/phpunit" : "3.7.*"
"phpunit/phpunit" : "~4",
"phpunit/phpunit-dom-assertions": "~2"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 2efc3ff

Please sign in to comment.