Your IP : 216.73.216.65


Current Path : /home/a/t/a/ataenra/www/ATA/INTRANET/Outils/PDFTOIMG/
Upload File :
Current File : /home/a/t/a/ataenra/www/ATA/INTRANET/Outils/PDFTOIMG/composer.json

{
	"name": "baraja-core/php-pdf-to-image",
	"description": "Convert PDF to JPG, PNG or GIF in PHP.",
	"homepage": "https://github.com/baraja-core/php-pdf-to-image",
	"authors": [
		{
			"name": "Jan Barášek",
			"homepage": "https://baraja.cz"
		}
	],
	"require": {
		"php": "^8.0"
	},
	"require-dev": {
		"phpstan/phpstan": "^1.0",
		"phpstan/extension-installer": "^1.1",
		"phpstan/phpstan-nette": "^1.0",
		"phpstan/phpstan-deprecation-rules": "^1.0",
		"phpstan/phpstan-strict-rules": "^1.0",
		"spaze/phpstan-disallowed-calls": "^2.0",
		"roave/security-advisories": "dev-master"
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"scripts": {
		"phpstan": [
			"vendor/bin/phpstan analyse src -c phpstan.neon --level 8 --no-progress"
		]
	},
	"minimum-stability": "stable",
	"config": {
		"allow-plugins": {
			"phpstan/extension-installer": true
		}
	}
}