156 lines
5.6 KiB
JSON
156 lines
5.6 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "mikehaertl/php-shellcommand",
|
|
"version": "1.6.4",
|
|
"version_normalized": "1.6.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mikehaertl/php-shellcommand.git",
|
|
"reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
|
|
"reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">= 5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">4.0 <=9.4"
|
|
},
|
|
"time": "2021-03-17T06:54:33+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mikehaertl\\shellcommand\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Härtl",
|
|
"email": "haertl.mike@gmail.com"
|
|
}
|
|
],
|
|
"description": "An object oriented interface to shell commands",
|
|
"keywords": [
|
|
"shell"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/mikehaertl/php-shellcommand/issues",
|
|
"source": "https://github.com/mikehaertl/php-shellcommand/tree/1.6.4"
|
|
},
|
|
"install-path": "../mikehaertl/php-shellcommand"
|
|
},
|
|
{
|
|
"name": "mikehaertl/php-tmpfile",
|
|
"version": "1.2.1",
|
|
"version_normalized": "1.2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mikehaertl/php-tmpfile.git",
|
|
"reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/70a5b70b17bc0d9666388e6a551ecc93d0b40a10",
|
|
"reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"php": ">=5.3.0",
|
|
"phpunit/phpunit": ">4.0 <=9.4"
|
|
},
|
|
"time": "2021-03-01T18:26:25+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mikehaertl\\tmp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Härtl",
|
|
"email": "haertl.mike@gmail.com"
|
|
}
|
|
],
|
|
"description": "A convenience class for temporary files",
|
|
"keywords": [
|
|
"files"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/mikehaertl/php-tmpfile/issues",
|
|
"source": "https://github.com/mikehaertl/php-tmpfile/tree/1.2.1"
|
|
},
|
|
"install-path": "../mikehaertl/php-tmpfile"
|
|
},
|
|
{
|
|
"name": "mikehaertl/phpwkhtmltopdf",
|
|
"version": "2.5.0",
|
|
"version_normalized": "2.5.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mikehaertl/phpwkhtmltopdf.git",
|
|
"reference": "17ee71341591415d942774eda2c98d8ba7ea9e90"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mikehaertl/phpwkhtmltopdf/zipball/17ee71341591415d942774eda2c98d8ba7ea9e90",
|
|
"reference": "17ee71341591415d942774eda2c98d8ba7ea9e90",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"mikehaertl/php-shellcommand": "^1.5.0",
|
|
"mikehaertl/php-tmpfile": "^1.2.1",
|
|
"php": ">=5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">4.0 <9.4"
|
|
},
|
|
"time": "2021-03-01T19:41:06+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mikehaertl\\wkhtmlto\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Haertl",
|
|
"email": "haertl.mike@gmail.com"
|
|
}
|
|
],
|
|
"description": "A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface",
|
|
"homepage": "http://mikehaertl.github.com/phpwkhtmltopdf/",
|
|
"keywords": [
|
|
"pdf",
|
|
"wkhtmltoimage",
|
|
"wkhtmltopdf"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/mikehaertl/phpwkhtmltopdf/issues",
|
|
"source": "https://github.com/mikehaertl/phpwkhtmltopdf/tree/2.5.0"
|
|
},
|
|
"install-path": "../mikehaertl/phpwkhtmltopdf"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|