⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
stores.dev-unit.com
/
vendor
/
dompdf
/
dompdf
/
View File Name :
composer.json
{ "name": "dompdf/dompdf", "type": "library", "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", "license": "LGPL-2.1", "authors": [ { "name": "The Dompdf Community", "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md" } ], "autoload": { "psr-4": { "Dompdf\\": "src/" }, "classmap": [ "lib/" ] }, "autoload-dev": { "psr-4": { "Dompdf\\Tests\\": "tests/" } }, "require": { "php": "^7.1 || ^8.0", "ext-dom": "*", "ext-mbstring": "*", "masterminds/html5": "^2.0", "dompdf/php-font-lib": "^1.0.0", "dompdf/php-svg-lib": "^1.0.0" }, "require-dev": { "ext-gd": "*", "ext-json": "*", "ext-zip": "*", "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10", "squizlabs/php_codesniffer": "^3.5", "mockery/mockery": "^1.3", "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0" }, "suggest": { "ext-gd": "Needed to process images", "ext-imagick": "Improves image processing performance", "ext-gmagick": "Improves image processing performance", "ext-zlib": "Needed for pdf stream compression" } }