-
- Downloads
New upstream version 3.1.0
No related branches found
No related tags found
Showing
- .github/workflows/ci.yml 4 additions, 2 deletions.github/workflows/ci.yml
- CHANGELOG.md 11 additions, 0 deletionsCHANGELOG.md
- README.md 3 additions, 3 deletionsREADME.md
- composer.json 2 additions, 2 deletionscomposer.json
- phpunit.xml.dist 3 additions, 3 deletionsphpunit.xml.dist
- phpunit.xml.legacy 2 additions, 2 deletionsphpunit.xml.legacy
- src/Deferred.php 5 additions, 2 deletionssrc/Deferred.php
- src/Promise.php 19 additions, 12 deletionssrc/Promise.php
- src/functions.php 7 additions, 3 deletionssrc/functions.php
- tests/Internal/CancellationQueueTest.php 1 addition, 0 deletionstests/Internal/CancellationQueueTest.php
- tests/PromiseTest.php 4 additions, 1 deletiontests/PromiseTest.php
- tests/types/deferred.php 37 additions, 0 deletionstests/types/deferred.php
- tests/types/promise.php 91 additions, 0 deletionstests/types/promise.php
- tests/types/reject.php 9 additions, 9 deletionstests/types/reject.php
- tests/types/resolve.php 5 additions, 5 deletionstests/types/resolve.php
... | ... | @@ -28,8 +28,8 @@ |
"php": ">=7.1.0" | ||
}, | ||
"require-dev": { | ||
"phpstan/phpstan": "1.10.20 || 1.4.10", | ||
"phpunit/phpunit": "^9.5 || ^7.5" | ||
"phpstan/phpstan": "1.10.39 || 1.4.10", | ||
"phpunit/phpunit": "^9.6 || ^7.5" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
tests/types/promise.php
0 → 100644
Please register or sign in to comment