|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/namascar_app/panel.namascar.app/vendor/codedge/laravel-fpdf/ |
Upload File : |
{
"name": "codedge/laravel-fpdf",
"description": "Laravel package to include Fpdf. It ships with Fpdf 1.86.",
"license": "MIT",
"keywords": [
"fpdf",
"laravel",
"pdf"
],
"authors": [
{
"name": "Holger Lösken",
"email": "holger.loesken@codedge.de"
}
],
"support": {
"issues": "https://github.com/codedge/laravel-fpdf/issues",
"source": "https://github.com/codedge/laravel-fpdf"
},
"require": {
"php": "~8.0 || ~8.1 || ~8.2",
"illuminate/support": "^9.0 || ^10.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.30",
"orchestra/testbench": "^6.25.1 || ^8.0",
"phpunit/phpunit": "^9.6.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Codedge\\Fpdf\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Codedge\\Fpdf\\Test\\": "tests"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
},
"sort-packages": true
},
"extra": {
"laravel": {
"aliases": {
"Fpdf": "Codedge\\Fpdf\\Facades\\Fpdf"
},
"providers": [
"Codedge\\Fpdf\\FpdfServiceProvider"
]
}
},
"scripts": {
"test": "phpunit"
}
}