start pdf generation workflow

This commit is contained in:
Manuel Raynaud
2013-10-02 15:21:18 +02:00
parent 46e23c2708
commit 0116cb2891
6 changed files with 224 additions and 2 deletions

78
composer.lock generated
View File

@@ -3,8 +3,49 @@
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "097481390dc87b3482d895b3b6a65479",
"hash": "39e5fa13bfa3de21f03854c90a076713",
"packages": [
{
"name": "dompdf/dompdf",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
"reference": "3a8a09240159ac084f0c4b607eb12ca83ddbe318"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/3a8a09240159ac084f0c4b607eb12ca83ddbe318",
"reference": "3a8a09240159ac084f0c4b607eb12ca83ddbe318",
"shasum": ""
},
"require": {
"phenx/php-font-lib": "0.2.*"
},
"type": "library",
"autoload": {
"classmap": [
"include/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
},
{
"name": "Brian Sweeney",
"email": "eclecticgeek@gmail.com"
}
],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"homepage": "https://github.com/dompdf/dompdf",
"time": "2013-09-04 20:59:58"
},
{
"name": "imagine/imagine",
"version": "dev-master",
@@ -208,6 +249,40 @@
"homepage": "http://leafo.net/lessphp/",
"time": "2013-08-09 17:09:19"
},
{
"name": "phenx/php-font-lib",
"version": "0.2.1",
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-font-lib.git",
"reference": "42a1ca6d19f14076911a118705b771c3a5a8b179"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/42a1ca6d19f14076911a118705b771c3a5a8b179",
"reference": "42a1ca6d19f14076911a118705b771c3a5a8b179",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"classes/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/PhenX/php-font-lib",
"time": "2013-02-22 23:30:49"
},
{
"name": "propel/propel",
"version": "dev-master",
@@ -2143,6 +2218,7 @@
"ptachoire/cssembed": 20,
"simplepie/simplepie": 20,
"imagine/imagine": 20,
"dompdf/dompdf": 20,
"fzaninotto/faker": 20,
"maximebf/debugbar": 20
},