Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
phpMyAdmin /
vendor /
slim /
psr7 /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
LICENSE.md
1.06
KB
-rw-rw-rw-
2023-02-07 22:26
composer.json
1.75
KB
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
{ "name": "slim/psr7", "type": "library", "description": "Strict PSR-7 implementation", "keywords": ["psr7","psr-7","http"], "homepage": "https://www.slimframework.com", "license": "MIT", "authors": [ { "name": "Josh Lockhart", "email": "hello@joshlockhart.com", "homepage": "http://joshlockhart.com" }, { "name": "Andrew Smith", "email": "a.smith@silentworks.co.uk", "homepage": "http://silentworks.co.uk" }, { "name": "Rob Allen", "email": "rob@akrabat.com", "homepage": "http://akrabat.com" }, { "name": "Pierre Berube", "email": "pierre@lgse.com", "homepage": "http://www.lgse.com" } ], "require": { "php": "^7.2 || ^8.0", "fig/http-message-util": "^1.1.5", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "ralouphie/getallheaders": "^3", "symfony/polyfill-php80": "^1.22" }, "require-dev": { "ext-json": "*", "adriansuter/php-autoload-override": "^1.2", "http-interop/http-factory-tests": "^0.9.0", "php-http/psr7-integration-tests": "dev-master", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^8.5 || ^9.5", "squizlabs/php_codesniffer": "^3.6", "weirdan/prophecy-shim": "^1.0 || ^2.0.2" }, "provide": { "psr/http-message-implementation": "1.0", "psr/http-factory-implementation": "1.0" }, "autoload": { "psr-4": { "Slim\\Psr7\\": "src" } }, "autoload-dev": { "psr-4": { "Slim\\Tests\\Psr7\\": "tests" } }, "scripts": { "test": [ "@phpunit", "@phpcs", "@phpstan" ], "phpunit": "phpunit", "phpcs": "phpcs", "phpstan": "phpstan analyse src --memory-limit=-1" }, "config": { "sort-packages": true } }