diff --git a/composer.json b/composer.json index 54d59ca40b94f69aafd9ec95ba3c712db3e5ab9c..b801cd88863f92825f1b0469f144578cad3eec02 100755 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "bjyoungblood/bjy-authorize": "dev-master", "zf-commons/zfc-user": "0.1.3", "zendframework/zend-file": ">=2.3", - "mpdf/mpdf": "v5.7.2", + "mpdf/mpdf": "v6.1.3", "unicaen/unicaen-code": "dev-trunk as 1.0.1", "unicaen/unicaen-import": "dev-trunk as 1.0.6", "unicaen/unicaen-tbl": "dev-trunk" diff --git a/composer.lock b/composer.lock index 6e3b93bb99215bb7e8a86785c308b6b5c01d8403..a26e159b627217db70868a0890056863d1334501 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "44be8cfa17f051728f09542f59d7214b", - "content-hash": "a2e4bcf2efac6a66dc6831bcc85c7a90", + "content-hash": "352b4a0b014f0be4b9331604c6ba87f1", "packages": [ { "name": "bjyoungblood/bjy-authorize", @@ -143,7 +142,7 @@ "docblock", "parser" ], - "time": "2017-02-24 16:22:25" + "time": "2017-02-24T16:22:25+00:00" }, { "name": "doctrine/cache", @@ -213,7 +212,7 @@ "cache", "caching" ], - "time": "2016-10-29 11:16:17" + "time": "2016-10-29T11:16:17+00:00" }, { "name": "doctrine/collections", @@ -280,7 +279,7 @@ "collections", "iterator" ], - "time": "2017-01-03 10:49:41" + "time": "2017-01-03T10:49:41+00:00" }, { "name": "doctrine/common", @@ -353,7 +352,7 @@ "persistence", "spl" ], - "time": "2017-01-13 14:02:13" + "time": "2017-01-13T14:02:13+00:00" }, { "name": "doctrine/dbal", @@ -424,7 +423,7 @@ "persistence", "queryobject" ], - "time": "2017-02-08 12:53:47" + "time": "2017-02-08T12:53:47+00:00" }, { "name": "doctrine/doctrine-module", @@ -502,7 +501,7 @@ "module", "zf2" ], - "time": "2016-03-21 22:50:01" + "time": "2016-03-21T22:50:01+00:00" }, { "name": "doctrine/doctrine-orm-module", @@ -580,7 +579,7 @@ "orm", "zf2" ], - "time": "2016-03-22 00:43:08" + "time": "2016-03-22T00:43:08+00:00" }, { "name": "doctrine/inflector", @@ -647,7 +646,7 @@ "singularize", "string" ], - "time": "2015-11-06 14:35:42" + "time": "2015-11-06T14:35:42+00:00" }, { "name": "doctrine/instantiator", @@ -701,7 +700,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14 21:17:01" + "time": "2015-06-14T21:17:01+00:00" }, { "name": "doctrine/lexer", @@ -755,7 +754,7 @@ "lexer", "parser" ], - "time": "2014-09-09 13:34:57" + "time": "2014-09-09T13:34:57+00:00" }, { "name": "doctrine/orm", @@ -831,7 +830,7 @@ "database", "orm" ], - "time": "2016-12-18 15:42:34" + "time": "2016-12-18T15:42:34+00:00" }, { "name": "jasig/phpcas", @@ -885,7 +884,7 @@ "cas", "jasig" ], - "time": "2017-04-10 19:12:45" + "time": "2017-04-10T19:12:45+00:00" }, { "name": "kriswallsmith/assetic", @@ -959,25 +958,32 @@ "compression", "minification" ], - "time": "2014-12-12 05:04:05" + "time": "2014-12-12T05:04:05+00:00" }, { "name": "mpdf/mpdf", - "version": "v5.7.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/mpdf/mpdf.git", - "reference": "1627f9e7d2ef0f635a886f611079216ed2929717" + "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mpdf/mpdf/zipball/1627f9e7d2ef0f635a886f611079216ed2929717", - "reference": "1627f9e7d2ef0f635a886f611079216ed2929717", + "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97", + "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=4.3.10" + "php": ">=5.4.0", + "setasign/fpdi": "1.6.*" + }, + "require-dev": { + "phpunit/phpunit": "^4.7" + }, + "suggest": { + "ext-zlib": "Needed for compression of embedded resources, such as fonts" }, "type": "library", "autoload": { @@ -988,21 +994,22 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-1.0+" + "GPL-2.0" ], "authors": [ { - "name": "Ian Back" + "name": "Ian Back", + "role": "Developer" } ], "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support", - "homepage": "http://www.mpdf1.com/mpdf/index.php", + "homepage": "http://mpdf.github.io", "keywords": [ "pdf", "php", "utf-8" ], - "time": "2014-05-16 07:18:10" + "time": "2016-12-12T10:42:18+00:00" }, { "name": "psr/log", @@ -1049,7 +1056,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "rwoverdijk/assetmanager", @@ -1110,7 +1117,56 @@ "zend framework 2", "zf2" ], - "time": "2016-03-31 09:19:26" + "time": "2016-03-31T09:19:26+00:00" + }, + { + "name": "setasign/fpdi", + "version": "1.6.2", + "source": { + "type": "git", + "url": "https://github.com/Setasign/FPDI.git", + "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", + "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", + "shasum": "" + }, + "suggest": { + "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.", + "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.", + "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF." + }, + "type": "library", + "autoload": { + "classmap": [ + "filters/", + "fpdi.php", + "fpdf_tpl.php", + "fpdi_pdf_parser.php", + "pdf_context.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jan Slabon", + "email": "jan.slabon@setasign.com", + "homepage": "https://www.setasign.com" + } + ], + "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.", + "homepage": "https://www.setasign.com/fpdi", + "keywords": [ + "fpdf", + "fpdi", + "pdf" + ], + "time": "2017-05-11T14:25:49+00:00" }, { "name": "symfony/console", @@ -1179,7 +1235,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-06-02 19:24:58" + "time": "2017-06-02T19:24:58+00:00" }, { "name": "symfony/debug", @@ -1235,7 +1291,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2017-06-01 21:01:25" + "time": "2017-06-01T21:01:25+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -1294,7 +1350,7 @@ "portable", "shim" ], - "time": "2017-06-09 14:24:12" + "time": "2017-06-09T14:24:12+00:00" }, { "name": "symfony/process", @@ -1343,7 +1399,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-05-08 01:19:21" + "time": "2017-05-08T01:19:21+00:00" }, { "name": "unicaen/unicaen-app", @@ -1394,7 +1450,7 @@ ] }, "description": "Module commun aux applis ZF2 de l'UCBN", - "time": "2017-04-26 11:54:51" + "time": "2017-04-26T11:54:51+00:00" }, { "name": "unicaen/unicaen-auth", @@ -1424,7 +1480,7 @@ ] }, "description": "Module d'authentification pour les applis ZF2 de l'UCBN", - "time": "2017-06-13 11:48:36" + "time": "2017-06-13T11:48:36+00:00" }, { "name": "unicaen/unicaen-code", @@ -1453,7 +1509,7 @@ ] }, "description": "Boite à outils pour la programmation avec la bibliothèque Unicaen", - "time": "2017-04-03 09:34:47" + "time": "2017-04-03T09:34:47+00:00" }, { "name": "unicaen/unicaen-import", @@ -1481,7 +1537,7 @@ ] }, "description": "Boite à outils pour la programmation avec la bibliothèque Unicaen", - "time": "2017-06-13 16:01:48" + "time": "2017-06-13T16:01:48+00:00" }, { "name": "unicaen/unicaen-oracle", @@ -1509,7 +1565,7 @@ ] }, "description": "Bibliothèque utile lorsqu'on utilise un base de données Oracle", - "time": "2017-01-17 11:13:51" + "time": "2017-01-17T11:13:51+00:00" }, { "name": "unicaen/unicaen-tbl", @@ -1536,11 +1592,11 @@ ] }, "description": "Module Unicaen de gestion de tableaux de bord Oracle", - "time": "2017-05-15 13:55:05" + "time": "2017-05-15T13:55:05+00:00" }, { "name": "zendframework/zend-authentication", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-authentication.git", @@ -1599,11 +1655,11 @@ "Authentication", "zf2" ], - "time": "2015-05-11 16:17:05" + "time": "2015-05-11T16:17:05+00:00" }, { "name": "zendframework/zend-cache", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-cache.git", @@ -1660,11 +1716,11 @@ "cache", "zf2" ], - "time": "2015-09-15 16:23:56" + "time": "2015-09-15T16:23:56+00:00" }, { "name": "zendframework/zend-code", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-code.git", @@ -1713,11 +1769,11 @@ "code", "zf2" ], - "time": "2015-05-11 16:17:05" + "time": "2015-05-11T16:17:05+00:00" }, { "name": "zendframework/zend-config", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-config.git", @@ -1770,11 +1826,11 @@ "config", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-console", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-console.git", @@ -1820,11 +1876,11 @@ "console", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-crypt", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-crypt.git", @@ -1872,11 +1928,11 @@ "crypt", "zf2" ], - "time": "2015-11-23 16:33:27" + "time": "2015-11-23T16:33:27+00:00" }, { "name": "zendframework/zend-db", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-db.git", @@ -1925,7 +1981,7 @@ "db", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-debug", @@ -1974,7 +2030,7 @@ "debug", "zf2" ], - "time": "2015-06-03 14:05:35" + "time": "2015-06-03T14:05:35+00:00" }, { "name": "zendframework/zend-developer-tools", @@ -2042,11 +2098,11 @@ "module", "zf2" ], - "time": "2015-11-24 11:08:25" + "time": "2015-11-24T11:08:25+00:00" }, { "name": "zendframework/zend-escaper", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-escaper.git", @@ -2087,11 +2143,11 @@ "escaper", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-eventmanager", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-eventmanager.git", @@ -2133,11 +2189,11 @@ "eventmanager", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-file", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-file.git", @@ -2187,11 +2243,11 @@ "file", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-filter", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-filter.git", @@ -2243,11 +2299,11 @@ "filter", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-form", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-form.git", @@ -2314,11 +2370,11 @@ "form", "zf2" ], - "time": "2015-09-09 19:11:05" + "time": "2015-09-09T19:11:05+00:00" }, { "name": "zendframework/zend-http", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-http.git", @@ -2365,11 +2421,11 @@ "http", "zf2" ], - "time": "2015-09-14 16:11:20" + "time": "2015-09-14T16:11:20+00:00" }, { "name": "zendframework/zend-i18n", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-i18n.git", @@ -2429,11 +2485,11 @@ "i18n", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-inputfilter", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-inputfilter.git", @@ -2480,11 +2536,11 @@ "inputfilter", "zf2" ], - "time": "2015-09-09 15:44:54" + "time": "2015-09-09T15:44:54+00:00" }, { "name": "zendframework/zend-json", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-json.git", @@ -2534,11 +2590,11 @@ "json", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-ldap", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-ldap.git", @@ -2586,11 +2642,11 @@ "ldap", "zf2" ], - "time": "2015-05-11 15:11:40" + "time": "2015-05-11T15:11:40+00:00" }, { "name": "zendframework/zend-loader", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-loader.git", @@ -2631,11 +2687,11 @@ "loader", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-log", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-log.git", @@ -2693,11 +2749,11 @@ "logging", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-mail", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mail.git", @@ -2749,11 +2805,11 @@ "mail", "zf2" ], - "time": "2016-12-19 22:35:29" + "time": "2016-12-19T22:35:29+00:00" }, { "name": "zendframework/zend-math", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-math.git", @@ -2800,11 +2856,11 @@ "math", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-mime", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mime.git", @@ -2850,11 +2906,11 @@ "mime", "zf2" ], - "time": "2015-05-07 16:53:42" + "time": "2015-05-07T16:53:42+00:00" }, { "name": "zendframework/zend-modulemanager", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-modulemanager.git", @@ -2908,11 +2964,11 @@ "modulemanager", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-mvc", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mvc.git", @@ -2996,11 +3052,11 @@ "mvc", "zf2" ], - "time": "2015-09-14 16:32:50" + "time": "2015-09-14T16:32:50+00:00" }, { "name": "zendframework/zend-navigation", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-navigation.git", @@ -3055,11 +3111,11 @@ "navigation", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-paginator", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-paginator.git", @@ -3115,7 +3171,7 @@ "paginator", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-permissions-acl", @@ -3164,11 +3220,11 @@ "acl", "zf2" ], - "time": "2016-02-03 21:46:45" + "time": "2016-02-03T21:46:45+00:00" }, { "name": "zendframework/zend-serializer", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-serializer.git", @@ -3217,11 +3273,11 @@ "serializer", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-servicemanager", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-servicemanager.git", @@ -3267,20 +3323,20 @@ "servicemanager", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-session", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-session.git", - "reference": "da7f5745a75d76d5c803cd4291aa98e7393da2f1" + "reference": "5123393617a05ade012ddf3dc389f86dcbed7fdc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-session/zipball/da7f5745a75d76d5c803cd4291aa98e7393da2f1", - "reference": "da7f5745a75d76d5c803cd4291aa98e7393da2f1", + "url": "https://api.github.com/repos/zendframework/zend-session/zipball/5123393617a05ade012ddf3dc389f86dcbed7fdc", + "reference": "5123393617a05ade012ddf3dc389f86dcbed7fdc", "shasum": "" }, "require": { @@ -3328,11 +3384,11 @@ "session", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2017-06-19T18:48:06+00:00" }, { "name": "zendframework/zend-stdlib", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", @@ -3383,11 +3439,11 @@ "stdlib", "zf2" ], - "time": "2015-07-21 13:55:46" + "time": "2015-07-21T13:55:46+00:00" }, { "name": "zendframework/zend-uri", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-uri.git", @@ -3431,11 +3487,11 @@ "uri", "zf2" ], - "time": "2015-09-14 16:17:10" + "time": "2015-09-14T16:17:10+00:00" }, { "name": "zendframework/zend-validator", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-validator.git", @@ -3496,20 +3552,20 @@ "validator", "zf2" ], - "time": "2015-09-08 21:04:17" + "time": "2015-09-08T21:04:17+00:00" }, { "name": "zendframework/zend-version", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-version.git", - "reference": "167eafabae1747ad3595cbed839cf3db815b3119" + "reference": "4b5c19ea4fa6aea74fec28044b1cf7a6d343939c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-version/zipball/167eafabae1747ad3595cbed839cf3db815b3119", - "reference": "167eafabae1747ad3595cbed839cf3db815b3119", + "url": "https://api.github.com/repos/zendframework/zend-version/zipball/4b5c19ea4fa6aea74fec28044b1cf7a6d343939c", + "reference": "4b5c19ea4fa6aea74fec28044b1cf7a6d343939c", "shasum": "" }, "require": { @@ -3546,11 +3602,11 @@ "version", "zf2" ], - "time": "2016-12-19 22:32:50" + "time": "2017-06-19T18:52:48+00:00" }, { "name": "zendframework/zend-view", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-view.git", @@ -3623,7 +3679,7 @@ "view", "zf2" ], - "time": "2015-06-16 15:22:37" + "time": "2015-06-16T15:22:37+00:00" }, { "name": "zf-commons/zfc-base", @@ -3676,7 +3732,7 @@ "keywords": [ "zf2" ], - "time": "2013-05-02 12:33:49" + "time": "2013-05-02T12:33:49+00:00" }, { "name": "zf-commons/zfc-user", @@ -3753,7 +3809,7 @@ "keywords": [ "zf2" ], - "time": "2014-04-17 10:31:44" + "time": "2014-04-17T10:31:44+00:00" }, { "name": "zf-commons/zfc-user-doctrine-orm", @@ -3809,7 +3865,7 @@ "keywords": [ "zf2" ], - "time": "2014-04-17 19:39:44" + "time": "2014-04-17T19:39:44+00:00" } ], "packages-dev": [ @@ -3865,7 +3921,7 @@ "reflection", "static analysis" ], - "time": "2015-12-27 11:43:31" + "time": "2015-12-27T11:43:31+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -3910,7 +3966,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2016-09-30 07:12:33" + "time": "2016-09-30T07:12:33+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -3957,7 +4013,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2016-11-25 06:54:22" + "time": "2016-11-25T06:54:22+00:00" }, { "name": "phpspec/prophecy", @@ -4020,7 +4076,7 @@ "spy", "stub" ], - "time": "2017-03-02 20:05:34" + "time": "2017-03-02T20:05:34+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4082,7 +4138,7 @@ "testing", "xunit" ], - "time": "2015-10-06 15:47:00" + "time": "2015-10-06T15:47:00+00:00" }, { "name": "phpunit/php-file-iterator", @@ -4129,7 +4185,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03 07:40:28" + "time": "2016-10-03T07:40:28+00:00" }, { "name": "phpunit/php-text-template", @@ -4170,7 +4226,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -4219,7 +4275,7 @@ "keywords": [ "timer" ], - "time": "2017-02-26 11:10:40" + "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", @@ -4268,20 +4324,20 @@ "keywords": [ "tokenizer" ], - "time": "2017-02-27 10:12:30" + "time": "2017-02-27T10:12:30+00:00" }, { "name": "phpunit/phpunit", - "version": "4.8.35", + "version": "4.8.36", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87" + "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87", - "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", + "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", "shasum": "" }, "require": { @@ -4340,7 +4396,7 @@ "testing", "xunit" ], - "time": "2017-02-06 05:18:07" + "time": "2017-06-21T08:07:12+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -4396,7 +4452,7 @@ "mock", "xunit" ], - "time": "2015-10-02 06:51:40" + "time": "2015-10-02T06:51:40+00:00" }, { "name": "sebastian/comparator", @@ -4460,7 +4516,7 @@ "compare", "equality" ], - "time": "2017-01-29 09:50:25" + "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", @@ -4512,7 +4568,7 @@ "keywords": [ "diff" ], - "time": "2017-05-22 07:24:03" + "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", @@ -4562,7 +4618,7 @@ "environment", "hhvm" ], - "time": "2016-08-18 05:49:44" + "time": "2016-08-18T05:49:44+00:00" }, { "name": "sebastian/exporter", @@ -4629,7 +4685,7 @@ "export", "exporter" ], - "time": "2016-06-17 09:04:28" + "time": "2016-06-17T09:04:28+00:00" }, { "name": "sebastian/global-state", @@ -4680,7 +4736,7 @@ "keywords": [ "global state" ], - "time": "2015-10-12 03:26:01" + "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/recursion-context", @@ -4733,7 +4789,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2016-10-03 07:41:43" + "time": "2016-10-03T07:41:43+00:00" }, { "name": "sebastian/version", @@ -4768,7 +4824,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21 13:59:46" + "time": "2015-06-21T13:59:46+00:00" }, { "name": "symfony/yaml", @@ -4823,7 +4879,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-06-02 22:05:06" + "time": "2017-06-02T22:05:06+00:00" }, { "name": "webmozart/assert", @@ -4873,11 +4929,11 @@ "check", "validate" ], - "time": "2016-11-23 20:04:58" + "time": "2016-11-23T20:04:58+00:00" }, { "name": "zendframework/zend-dom", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-dom.git", @@ -4919,11 +4975,11 @@ "dom", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-test", - "version": "2.4.11", + "version": "2.4.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-test.git", @@ -4978,7 +5034,7 @@ "test", "zf2" ], - "time": "2015-05-07 14:55:31" + "time": "2015-05-07T14:55:31+00:00" } ], "aliases": [