Skip to content

Commit

Permalink
Add template types
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 13, 2023
1 parent b942237 commit fce34bc
Show file tree
Hide file tree
Showing 5 changed files with 1,839 additions and 1,301 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,20 @@
],
"require": {
"php": "^8.2",
"react/async": "^4",
"react/promise": "^2.10 || ^3",
"reactivex/rxphp": "^2.0.12"
"react/async": "^4.2",
"react/promise": "^3.1",
"reactivex/rxphp": "dev-template-types as 2.0.13",
"wyrihaximus/react-event-loop-rx-scheduler-hook-up": "^0.1.1"
},
"require-dev": {
"wyrihaximus/async-test-utilities": "^7.2"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/WyriHaximus-secret-labs/rxphp"
}
],
"autoload": {
"psr-4": {
"WyriHaximus\\React\\": "src/"
Expand Down
Loading

0 comments on commit fce34bc

Please sign in to comment.