Skip to content

Commit

Permalink
Update recoil/api and kernel 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 988d7f1 commit bb0df9e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 46 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"php": "^7",
"react/event-loop": "^0.4",
"react/promise": "^2",
"recoil/api": "dev-3-select as 1.0.0-alpha.9999",
"recoil/kernel": "dev-select as 1.0.0-alpha.9999"
"recoil/api": "^1@alpha",
"recoil/kernel": "^1@alpha"
},
"require-dev": {
"eloquent/phony": "^0.14",
Expand All @@ -15,7 +15,7 @@
"peridot-php/leo": "^1",
"peridot-php/peridot-code-coverage-reporters": "^2",
"peridot-php/peridot": "^1",
"recoil/dev": "dev-select as 1.0.0-alpha.9999"
"recoil/dev": "^0.2"
},
"autoload": { "psr-4": { "Recoil\\React\\": "src" } },
"autoload-dev": { "psr-4": { "Recoil\\React\\": "test/src" } },
Expand Down
66 changes: 23 additions & 43 deletions composer.lock

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

0 comments on commit bb0df9e

Please sign in to comment.