OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
guzzlehttp
/
promises
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:57 AM
rwxr-xr-x
📄
.editorconfig
156 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📁
.git
-
08/12/2024 10:35:32 AM
rwxr-xr-x
📄
.gitattributes
468 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:09 AM
rwxr-xr-x
📄
.gitignore
112 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
.php-cs-fixer.dist.php
3.69 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
.travis.yml
452 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
CHANGELOG.md
2.09 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
LICENSE
1.28 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
Makefile
202 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
README.md
17.55 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
composer.json
1.42 KB
08/12/2024 10:32:57 AM
rw-r--r--
📄
phpstan-baseline.neon
903 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
phpstan.neon.dist
96 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
phpunit.xml.dist
604 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📄
psalm.xml
459 bytes
08/12/2024 10:32:57 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:19 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:33:20 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "guzzlehttp/promises", "description": "Guzzle promises library", "keywords": ["promise"], "license": "MIT", "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": ["src/functions_include.php"] }, "autoload-dev": { "psr-4": { "GuzzleHttp\\Promise\\Tests\\": "tests/" } }, "scripts": { "test": "vendor/bin/simple-phpunit", "test-ci": "vendor/bin/simple-phpunit --coverage-text" }, "config": { "preferred-install": "dist", "sort-packages": true } }