OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
guzzlehttp
/
promises
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:50:14 AM
rwxr-xr-x
📄
.editorconfig
156 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📁
.git
-
08/14/2024 10:55:52 AM
rwxr-xr-x
📄
.gitattributes
468 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📁
.github
-
08/14/2024 10:52:54 AM
rwxr-xr-x
📄
.gitignore
112 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
.php-cs-fixer.dist.php
734 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
CHANGELOG.md
2.52 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
LICENSE
1.28 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
Makefile
202 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
README.md
17.78 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
composer.json
1.51 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
phpstan-baseline.neon
187 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
phpstan.neon.dist
96 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
phpunit.xml.dist
604 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
psalm.xml
459 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📁
src
-
08/14/2024 10:51:21 AM
rwxr-xr-x
📁
tests
-
08/14/2024 10:51:22 AM
rwxr-xr-x
📁
vendor-bin
-
08/14/2024 10:52:54 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": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "autoload-dev": { "psr-4": { "GuzzleHttp\\Promise\\Tests\\": "tests/" } }, "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "config": { "allow-plugins": { "bamarni/composer-bin-plugin": true }, "preferred-install": "dist", "sort-packages": true } }