Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
tbfguestbe.tbf.ro
/
vendor
/
barryvdh
/
laravel-dompdf
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
composer.json
| Size :
1.52
KB
Copy
{ "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": "^2.0.1", "illuminate/support": "^6|^7|^8|^9|^10" }, "require-dev": { "orchestra/testbench": "^4|^5|^6|^7|^8", "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": "2.0-dev" }, "laravel": { "providers": [ "Barryvdh\\DomPDF\\ServiceProvider" ], "aliases": { "Pdf": "Barryvdh\\DomPDF\\Facade\\Pdf", "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 } } }
Back