Skip to content

Commit

Permalink
Update recoil/react to 1.0.0-alpha.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 9, 2017
1 parent 5820aaa commit d8a4486
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Asynchronous coroutines for PHP 7.",
"require": {
"php": "^7",
"recoil/api": "1.0.0-alpha.2",
"recoil/kernel": "1.0.0-alpha.2"
"recoil/api": "^1@alpha",
"recoil/kernel": "^1@alpha"
},
"require-dev": {
"eloquent/phony": "^0.14",
Expand All @@ -13,7 +13,7 @@
"peridot-php/peridot-code-coverage-reporters": "^2",
"peridot-php/peridot": "^1",
"react/dns": "^0.4",
"recoil/dev": "^0.1",
"recoil/dev": "^0.2",
"recoil/react": "^1@alpha"
},
"autoload": { "psr-4": { "Recoil\\ReferenceKernel\\": "src" } },
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

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

0 comments on commit d8a4486

Please sign in to comment.