forked from Padam87/RasterizeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 812 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "padam87/rasterize-bundle",
"type": "symfony-bundle",
"description": "HTML to PDF Symfony bundle. Works with Puppeteer, PhantomJS, and more.",
"license": "MIT",
"keywords": ["symfony", "rasterize", "pdf", "puppeteer", "phantomjs"],
"homepage": "https://github.com/Padam87/RasterizeBundle",
"authors": [
{
"name": "Adam Prager",
"email": "prager.adam87@gmail.com"
}
],
"autoload": {
"psr-4": { "Padam87\\RasterizeBundle\\": "" }
},
"require": {
"php": "~7.1",
"symfony/process": "~3.3|~4.0|~5.0",
"symfony/stopwatch": "~2.3|~3.0|~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"mockery/mockery": "~1.0",
"satooshi/php-coveralls": "~1.0"
}
}