Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.118.212.165
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-test /
vendor /
react /
promise-timer /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2018-06-13 16:45
tests
[ DIR ]
drwxr-xr-x
2018-06-13 16:45
.gitignore
23
B
-rw-r--r--
2018-06-13 16:45
.travis.yml
398
B
-rw-r--r--
2018-06-13 16:45
CHANGELOG.md
1.36
KB
-rw-r--r--
2018-06-13 16:45
LICENSE
1.06
KB
-rw-r--r--
2018-06-13 16:45
README.md
12.58
KB
-rw-r--r--
2018-06-13 16:45
composer.json
879
B
-rw-r--r--
2018-06-13 16:45
phpunit.xml.dist
507
B
-rw-r--r--
2018-06-13 16:45
Save
Rename
{ "name": "react/promise-timer", "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.", "keywords": ["Promise", "timeout", "timer", "event-loop", "ReactPHP", "async"], "homepage": "https://github.com/reactphp/promise-timer", "license": "MIT", "authors": [ { "name": "Christian Lück", "email": "christian@lueck.tv" } ], "autoload": { "psr-4": { "React\\Promise\\Timer\\": "src/" }, "files": [ "src/functions.php" ] }, "autoload-dev": { "psr-4": { "React\\Tests\\Promise\\Timer\\": "tests/" } }, "require": { "php": ">=5.3", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", "react/promise": "^2.7.0 || ^1.2.1" }, "require-dev": { "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" } }