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 3, 2023
1 parent b942237 commit d32b617
Show file tree
Hide file tree
Showing 5 changed files with 1,803 additions and 1,320 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
],
"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"
},
"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 d32b617

Please sign in to comment.