Skip to content
Snippets Groups Projects
Commit ffe7b256 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

composer update + gitignore"

parent 28af5625
Branches
Tags
No related merge requests found
vendor/
\ No newline at end of file
{ {
"name": "unicaen/unicaen-auth", "name": "unicaen/auth",
"description": "Module d'authentification pour les applis ZF2 de l'UCBN", "description": "Module d'authentification pour les applis ZF2 de l'UCBN",
"repositories": [ "repositories": [
{ {
"type": "composer", "type": "composer",
"url": "http://dev.unicaen.fr/packagist" "url": "https://dev.unicaen.fr/packagist"
} }
], ],
"require": { "require": {
"unicaen/unicaen-app": ">=1.2.2", "unicaen/app": "^1.3",
"zf-commons/zfc-user-doctrine-orm": ">=0.1", "zf-commons/zfc-user-doctrine-orm": ">=0.1",
"jasig/phpcas": ">=1.3.3", "jasig/phpcas": ">=1.3.3",
"bjyoungblood/bjy-authorize": ">=1.4" "bjyoungblood/bjy-authorize": ">=1.4"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "7d7bed06a0726c3dd90e04c09235e2ed", "content-hash": "da2ed87ab6fc90c21bdc02df1926d100",
"packages": [ "packages": [
{ {
"name": "bjyoungblood/bjy-authorize", "name": "bjyoungblood/bjy-authorize",
...@@ -74,39 +74,39 @@ ...@@ -74,39 +74,39 @@
"zf2", "zf2",
"zfc-user" "zfc-user"
], ],
"time": "2013-07-05 11:59:46" "time": "2013-07-05T11:59:46+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "v1.2.6", "version": "v1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4" "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4", "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
"reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4", "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/lexer": "1.*", "doctrine/lexer": "1.*",
"php": ">=5.3.2" "php": "^5.6 || ^7.0"
}, },
"require-dev": { "require-dev": {
"doctrine/cache": "1.*", "doctrine/cache": "1.*",
"phpunit/phpunit": "4.*" "phpunit/phpunit": "^5.7"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3.x-dev" "dev-master": "1.4.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/" "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -142,42 +142,42 @@ ...@@ -142,42 +142,42 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2015-06-17 12:21:22" "time": "2017-02-24T16:22:25+00:00"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.4.1", "version": "v1.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03" "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03", "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
"reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03", "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "~5.5|~7.0"
}, },
"conflict": { "conflict": {
"doctrine/common": ">2.2,<2.4" "doctrine/common": ">2.2,<2.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=3.7", "phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0", "predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6" "satooshi/php-coveralls": "~0.6"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.5.x-dev" "dev-master": "1.6.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Common\\Cache\\": "lib/" "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -212,32 +212,33 @@ ...@@ -212,32 +212,33 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2015-04-15 00:11:59" "time": "2017-07-22T12:49:21+00:00"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
"version": "v1.3.0", "version": "v1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/collections.git", "url": "https://github.com/doctrine/collections.git",
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "^5.6 || ^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "doctrine/coding-standard": "~0.1@dev",
"phpunit/phpunit": "^5.7"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2.x-dev" "dev-master": "1.3.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -278,20 +279,20 @@ ...@@ -278,20 +279,20 @@
"collections", "collections",
"iterator" "iterator"
], ],
"time": "2015-04-14 22:21:58" "time": "2017-01-03T10:49:41+00:00"
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "v2.5.0", "version": "v2.7.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3" "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3", "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
"reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3", "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -300,20 +301,20 @@ ...@@ -300,20 +301,20 @@
"doctrine/collections": "1.*", "doctrine/collections": "1.*",
"doctrine/inflector": "1.*", "doctrine/inflector": "1.*",
"doctrine/lexer": "1.*", "doctrine/lexer": "1.*",
"php": ">=5.3.2" "php": "~5.6|~7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7" "phpunit/phpunit": "^5.4.6"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6.x-dev" "dev-master": "2.7.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Common\\": "lib/" "Doctrine\\Common\\": "lib/Doctrine/Common"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -351,29 +352,29 @@ ...@@ -351,29 +352,29 @@
"persistence", "persistence",
"spl" "spl"
], ],
"time": "2015-04-02 19:55:44" "time": "2017-07-22T08:35:12+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.5.1", "version": "v2.5.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "628c2256b646ae2417d44e063bce8aec5199d48d" "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d", "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
"reference": "628c2256b646ae2417d44e063bce8aec5199d48d", "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/common": ">=2.4,<2.6-dev", "doctrine/common": ">=2.4,<2.8-dev",
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.*", "phpunit/phpunit": "4.*",
"symfony/console": "2.*" "symfony/console": "2.*||^3.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
...@@ -422,26 +423,27 @@ ...@@ -422,26 +423,27 @@
"persistence", "persistence",
"queryobject" "queryobject"
], ],
"time": "2015-01-12 21:52:47" "time": "2017-07-22T20:44:48+00:00"
}, },
{ {
"name": "doctrine/doctrine-module", "name": "doctrine/doctrine-module",
"version": "0.8.1", "version": "1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineModule.git", "url": "https://github.com/doctrine/DoctrineModule.git",
"reference": "83d422b98eb183d206f2a4b568ab488a98d2a74f" "reference": "ade6c1667283e3d8131d40e79c427b8a8100e7d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/83d422b98eb183d206f2a4b568ab488a98d2a74f", "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/ade6c1667283e3d8131d40e79c427b8a8100e7d3",
"reference": "83d422b98eb183d206f2a4b568ab488a98d2a74f", "reference": "ade6c1667283e3d8131d40e79c427b8a8100e7d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/common": ">=2.4,<2.6-dev", "doctrine/cache": "~1.5",
"php": ">=5.3.23", "doctrine/common": "~2.6",
"symfony/console": "~2.3", "php": "^5.5 || ^7.0",
"symfony/console": "~2.3|~3.0",
"zendframework/zend-authentication": "~2.3", "zendframework/zend-authentication": "~2.3",
"zendframework/zend-cache": "~2.3", "zendframework/zend-cache": "~2.3",
"zendframework/zend-mvc": "~2.3", "zendframework/zend-mvc": "~2.3",
...@@ -451,8 +453,8 @@ ...@@ -451,8 +453,8 @@
"zendframework/zend-validator": "~2.3" "zendframework/zend-validator": "~2.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7", "doctrine/coding-standard": "dev-master",
"squizlabs/php_codesniffer": "1.5.*", "phpunit/phpunit": "~4.0",
"zendframework/zendframework": "~2.3" "zendframework/zendframework": "~2.3"
}, },
"suggest": { "suggest": {
...@@ -462,11 +464,6 @@ ...@@ -462,11 +464,6 @@
"bin/doctrine-module" "bin/doctrine-module"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.9.x-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"DoctrineModule\\": "src/" "DoctrineModule\\": "src/"
...@@ -504,27 +501,27 @@ ...@@ -504,27 +501,27 @@
"module", "module",
"zf2" "zf2"
], ],
"time": "2015-04-15 20:43:34" "time": "2016-03-21T22:50:01+00:00"
}, },
{ {
"name": "doctrine/doctrine-orm-module", "name": "doctrine/doctrine-orm-module",
"version": "0.9.1", "version": "0.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineORMModule.git", "url": "https://github.com/doctrine/DoctrineORMModule.git",
"reference": "11cf6a34cd097b4d252a82d198ceed565ee3102c" "reference": "50808eb795d00aac6a551023b1bb379de054f9b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/11cf6a34cd097b4d252a82d198ceed565ee3102c", "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/50808eb795d00aac6a551023b1bb379de054f9b5",
"reference": "11cf6a34cd097b4d252a82d198ceed565ee3102c", "reference": "50808eb795d00aac6a551023b1bb379de054f9b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/dbal": ">=2.4,<2.7", "doctrine/dbal": ">=2.4,<2.7",
"doctrine/doctrine-module": "~0.8", "doctrine/doctrine-module": "~1.0",
"doctrine/orm": ">=2.4,<2.7", "doctrine/orm": ">=2.5,<2.7",
"php": ">=5.4", "php": "^5.5 || ^7.0",
"symfony/console": "~2.5|~3.0", "symfony/console": "~2.5|~3.0",
"zendframework/zend-mvc": "~2.3", "zendframework/zend-mvc": "~2.3",
"zendframework/zend-servicemanager": "~2.3", "zendframework/zend-servicemanager": "~2.3",
...@@ -582,37 +579,37 @@ ...@@ -582,37 +579,37 @@
"orm", "orm",
"zf2" "zf2"
], ],
"time": "2015-06-15 21:20:41" "time": "2016-03-22T00:43:08+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "v1.0.1", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.*" "phpunit/phpunit": "^6.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.2.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/" "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -649,7 +646,7 @@ ...@@ -649,7 +646,7 @@
"singularize", "singularize",
"string" "string"
], ],
"time": "2014-12-20 21:24:13" "time": "2017-07-22T12:18:28+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
...@@ -703,7 +700,7 @@ ...@@ -703,7 +700,7 @@
"constructor", "constructor",
"instantiate" "instantiate"
], ],
"time": "2015-06-14 21:17:01" "time": "2015-06-14T21:17:01+00:00"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
...@@ -757,36 +754,35 @@ ...@@ -757,36 +754,35 @@
"lexer", "lexer",
"parser" "parser"
], ],
"time": "2014-09-09 13:34:57" "time": "2014-09-09T13:34:57+00:00"
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "v2.5.0", "version": "v2.5.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/doctrine2.git", "url": "https://github.com/doctrine/doctrine2.git",
"reference": "aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe" "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
"reference": "aa80c7d2c55a372f5f9f825f5c66dbda53a6e3fe", "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "~1.4", "doctrine/cache": "~1.4",
"doctrine/collections": "~1.2", "doctrine/collections": "~1.2",
"doctrine/common": ">=2.5-dev,<2.6-dev", "doctrine/common": ">=2.5-dev,<2.9-dev",
"doctrine/dbal": ">=2.5-dev,<2.6-dev", "doctrine/dbal": ">=2.5-dev,<2.7-dev",
"doctrine/instantiator": "~1.0.1", "doctrine/instantiator": "^1.0.1",
"ext-pdo": "*", "ext-pdo": "*",
"php": ">=5.4", "php": ">=5.4",
"symfony/console": "~2.5" "symfony/console": "~2.5|~3.0|~4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master", "symfony/yaml": "~2.3|~3.0|~4.0"
"symfony/yaml": "~2.1"
}, },
"suggest": { "suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
...@@ -834,24 +830,25 @@ ...@@ -834,24 +830,25 @@
"database", "database",
"orm" "orm"
], ],
"time": "2015-04-02 20:40:18" "time": "2017-12-17T02:57:51+00:00"
}, },
{ {
"name": "jasig/phpcas", "name": "jasig/phpcas",
"version": "1.3.3", "version": "1.3.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Jasig/phpCAS.git", "url": "https://github.com/apereo/phpCAS.git",
"reference": "b6f5d484735d3b0e80b068a87bd1eabac04b2cbe" "reference": "61c8899c8f91204e8b9135d795461e50fe5c2db0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Jasig/phpCAS/zipball/b6f5d484735d3b0e80b068a87bd1eabac04b2cbe", "url": "https://api.github.com/repos/apereo/phpCAS/zipball/61c8899c8f91204e8b9135d795461e50fe5c2db0",
"reference": "b6f5d484735d3b0e80b068a87bd1eabac04b2cbe", "reference": "61c8899c8f91204e8b9135d795461e50fe5c2db0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.0.0" "ext-curl": "*",
"php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7.10" "phpunit/phpunit": "~3.7.10"
...@@ -887,7 +884,7 @@ ...@@ -887,7 +884,7 @@
"cas", "cas",
"jasig" "jasig"
], ],
"time": "2014-07-24 20:29:29" "time": "2017-04-10T19:12:45+00:00"
}, },
{ {
"name": "kriswallsmith/assetic", "name": "kriswallsmith/assetic",
...@@ -961,20 +958,118 @@ ...@@ -961,20 +958,118 @@
"compression", "compression",
"minification" "minification"
], ],
"time": "2014-12-12 05:04:05" "time": "2014-12-12T05:04:05+00:00"
},
{
"name": "mpdf/mpdf",
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/mpdf/mpdf.git",
"reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
"reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"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": {
"classmap": [
"mpdf.php",
"classes"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "Ian Back",
"role": "Developer"
}
],
"description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
"homepage": "http://mpdf.github.io",
"keywords": [
"pdf",
"php",
"utf-8"
],
"time": "2016-12-12T10:42:18+00:00"
},
{
"name": "psr/log",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2016-10-10T12:19:37+00:00"
}, },
{ {
"name": "rwoverdijk/assetmanager", "name": "rwoverdijk/assetmanager",
"version": "1.4.4", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/RWOverdijk/AssetManager.git", "url": "https://github.com/RWOverdijk/AssetManager.git",
"reference": "fed0e5cc6799a595627c79c41da4492f6e857cc0" "reference": "3068ea0fe1aab593ec343b0f00f13e12e369ff8e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/RWOverdijk/AssetManager/zipball/fed0e5cc6799a595627c79c41da4492f6e857cc0", "url": "https://api.github.com/repos/RWOverdijk/AssetManager/zipball/3068ea0fe1aab593ec343b0f00f13e12e369ff8e",
"reference": "fed0e5cc6799a595627c79c41da4492f6e857cc0", "reference": "3068ea0fe1aab593ec343b0f00f13e12e369ff8e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1022,46 +1117,106 @@ ...@@ -1022,46 +1117,106 @@
"zend framework 2", "zend framework 2",
"zf2" "zf2"
], ],
"time": "2015-03-12 07:10:33" "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", "name": "symfony/console",
"version": "v2.7.1", "version": "v3.3.16",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console.git", "url": "https://github.com/symfony/console.git",
"reference": "564398bc1f33faf92fc2ec86859983d30eb81806" "reference": "af7ec995de93671c03cc1b4e3176c8588bc79dcc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/564398bc1f33faf92fc2ec86859983d30eb81806", "url": "https://api.github.com/repos/symfony/console/zipball/af7ec995de93671c03cc1b4e3176c8588bc79dcc",
"reference": "564398bc1f33faf92fc2ec86859983d30eb81806", "reference": "af7ec995de93671c03cc1b4e3176c8588bc79dcc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9" "php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/event-dispatcher": "~2.1", "symfony/config": "~3.3",
"symfony/phpunit-bridge": "~2.7", "symfony/dependency-injection": "~3.3",
"symfony/process": "~2.1" "symfony/event-dispatcher": "~2.8|~3.0",
"symfony/filesystem": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0"
}, },
"suggest": { "suggest": {
"psr/log": "For using the console logger", "psr/log": "For using the console logger",
"symfony/event-dispatcher": "", "symfony/event-dispatcher": "",
"symfony/filesystem": "",
"symfony/process": "" "symfony/process": ""
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.7-dev" "dev-master": "3.3-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Symfony\\Component\\Console\\": "" "Symfony\\Component\\Console\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
...@@ -1079,39 +1234,154 @@ ...@@ -1079,39 +1234,154 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-10 15:30:22" "time": "2018-01-29T09:02:23+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/debug",
"version": "v2.7.1", "version": "v3.4.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process.git", "url": "https://github.com/symfony/debug.git",
"reference": "552d8efdc80980cbcca50b28d626ac8e36e3cdd1" "reference": "53f6af2805daf52a43b393b93d2f24925d35c937"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/552d8efdc80980cbcca50b28d626ac8e36e3cdd1", "url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937",
"reference": "552d8efdc80980cbcca50b28d626ac8e36e3cdd1", "reference": "53f6af2805daf52a43b393b93d2f24925d35c937",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9" "php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
}, },
"require-dev": { "require-dev": {
"symfony/phpunit-bridge": "~2.7" "symfony/http-kernel": "~2.8|~3.0|~4.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.7-dev" "dev-master": "3.4-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Symfony\\Component\\Process\\": "" "Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2018-01-18T22:16:57+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"time": "2018-01-30T19:27:44+00:00"
},
{
"name": "symfony/process",
"version": "v2.8.34",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "905efe90024caa75a2fc93f54e14b26f2a099d96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/905efe90024caa75a2fc93f54e14b26f2a099d96",
"reference": "905efe90024caa75a2fc93f54e14b26f2a099d96",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
} }
}, },
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
...@@ -1128,23 +1398,25 @@ ...@@ -1128,23 +1398,25 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-08 09:37:21" "time": "2018-01-29T08:54:45+00:00"
}, },
{ {
"name": "unicaen/unicaen-app", "name": "unicaen/app",
"version": "dev-trunk", "version": "1.3.6",
"source": { "source": {
"type": "svn", "type": "git",
"url": "https://svn.unicaen.fr/svn/UnicaenApp", "url": "https://git.unicaen.fr/lib/unicaen/app.git",
"reference": "/trunk/@607" "reference": "16dae0de5dd759aba4b1e547d2363f45d106776b"
}, },
"require": { "require": {
"doctrine/doctrine-orm-module": ">=0.7", "doctrine/doctrine-orm-module": ">=0.7",
"php": ">=5.3.3", "mpdf/mpdf": "v6.1.3",
"php": ">=5.6 || >=7.0",
"rwoverdijk/assetmanager": ">=1.3", "rwoverdijk/assetmanager": ">=1.3",
"zendframework/zend-config": "2.4.*", "zendframework/zend-config": "2.4.*",
"zendframework/zend-console": "2.4.*", "zendframework/zend-console": "2.4.*",
"zendframework/zend-eventmanager": "2.4.*", "zendframework/zend-eventmanager": "2.4.*",
"zendframework/zend-http": "2.4.*",
"zendframework/zend-i18n": "2.4.*", "zendframework/zend-i18n": "2.4.*",
"zendframework/zend-json": "2.4.*", "zendframework/zend-json": "2.4.*",
"zendframework/zend-ldap": "2.4.*", "zendframework/zend-ldap": "2.4.*",
...@@ -1159,9 +1431,8 @@ ...@@ -1159,9 +1431,8 @@
"zendframework/zend-view": "2.4.*" "zendframework/zend-view": "2.4.*"
}, },
"require-dev": { "require-dev": {
"mpdf/mpdf": "v5.7.1", "phpunit/phpunit": "^5.6",
"phpunit/phpunit": ">=3.7", "zendframework/zend-test": "^2.4"
"zendframework/zend-test": "2.4.*"
}, },
"bin": [ "bin": [
"bin/deploy.sh", "bin/deploy.sh",
...@@ -1177,11 +1448,12 @@ ...@@ -1177,11 +1448,12 @@
"./Module.php" "./Module.php"
] ]
}, },
"description": "Module commun aux applis ZF2 de l'UCBN" "description": "Module de base des applications unicaen",
"time": "2018-02-23T17:22:40+00:00"
}, },
{ {
"name": "zendframework/zend-authentication", "name": "zendframework/zend-authentication",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-authentication.git", "url": "https://github.com/zendframework/zend-authentication.git",
...@@ -1240,34 +1512,34 @@ ...@@ -1240,34 +1512,34 @@
"Authentication", "Authentication",
"zf2" "zf2"
], ],
"time": "2015-05-11 16:17:05" "time": "2015-05-11T16:17:05+00:00"
}, },
{ {
"name": "zendframework/zend-cache", "name": "zendframework/zend-cache",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-cache.git", "url": "https://github.com/zendframework/zend-cache.git",
"reference": "e75d3fb0405dd13c77d66b4d139da3d7d07e8f80" "reference": "5c4e6231082f74ab3e4fd58927c867ef4c24d71f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-cache/zipball/e75d3fb0405dd13c77d66b4d139da3d7d07e8f80", "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/5c4e6231082f74ab3e4fd58927c867ef4c24d71f",
"reference": "e75d3fb0405dd13c77d66b4d139da3d7d07e8f80", "reference": "5c4e6231082f74ab3e4fd58927c867ef4c24d71f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23", "php": ">=5.3.23",
"zendframework/zend-eventmanager": "self.version", "zendframework/zend-eventmanager": "~2.4.0",
"zendframework/zend-serializer": "self.version", "zendframework/zend-serializer": "~2.4.0",
"zendframework/zend-servicemanager": "self.version", "zendframework/zend-servicemanager": "~2.4.0",
"zendframework/zend-stdlib": "self.version" "zendframework/zend-stdlib": "~2.4.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master", "satooshi/php-coveralls": "dev-master",
"zendframework/zend-session": "self.version" "zendframework/zend-session": "~2.4.0"
}, },
"suggest": { "suggest": {
"ext-apc": "APC >= 3.1.6 to use the APC storage adapter", "ext-apc": "APC >= 3.1.6 to use the APC storage adapter",
...@@ -1301,11 +1573,11 @@ ...@@ -1301,11 +1573,11 @@
"cache", "cache",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-09-15T16:23:56+00:00"
}, },
{ {
"name": "zendframework/zend-config", "name": "zendframework/zend-config",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-config.git", "url": "https://github.com/zendframework/zend-config.git",
...@@ -1358,11 +1630,11 @@ ...@@ -1358,11 +1630,11 @@
"config", "config",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-console", "name": "zendframework/zend-console",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-console.git", "url": "https://github.com/zendframework/zend-console.git",
...@@ -1408,32 +1680,33 @@ ...@@ -1408,32 +1680,33 @@
"console", "console",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-crypt", "name": "zendframework/zend-crypt",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-crypt.git", "url": "https://github.com/zendframework/zend-crypt.git",
"reference": "ec78d08abaa1a09b76b4b8161ba7d27a675e5bf1" "reference": "165ec063868884eb952f6bca258f464f7103b79f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/ec78d08abaa1a09b76b4b8161ba7d27a675e5bf1", "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/165ec063868884eb952f6bca258f464f7103b79f",
"reference": "ec78d08abaa1a09b76b4b8161ba7d27a675e5bf1", "reference": "165ec063868884eb952f6bca258f464f7103b79f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23", "php": ">=5.3.23",
"zendframework/zend-math": "self.version", "zendframework/zend-math": "~2.4.0",
"zendframework/zend-servicemanager": "self.version", "zendframework/zend-servicemanager": "~2.4.0",
"zendframework/zend-stdlib": "self.version" "zendframework/zend-stdlib": "~2.4.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master" "satooshi/php-coveralls": "dev-master",
"zendframework/zend-config": "~2.4.0"
}, },
"suggest": { "suggest": {
"ext-mcrypt": "Required for most features of Zend\\Crypt" "ext-mcrypt": "Required for most features of Zend\\Crypt"
...@@ -1459,11 +1732,11 @@ ...@@ -1459,11 +1732,11 @@
"crypt", "crypt",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-11-23T16:33:27+00:00"
}, },
{ {
"name": "zendframework/zend-db", "name": "zendframework/zend-db",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-db.git", "url": "https://github.com/zendframework/zend-db.git",
...@@ -1512,11 +1785,11 @@ ...@@ -1512,11 +1785,11 @@
"db", "db",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-escaper", "name": "zendframework/zend-escaper",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-escaper.git", "url": "https://github.com/zendframework/zend-escaper.git",
...@@ -1557,11 +1830,11 @@ ...@@ -1557,11 +1830,11 @@
"escaper", "escaper",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-eventmanager", "name": "zendframework/zend-eventmanager",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-eventmanager.git", "url": "https://github.com/zendframework/zend-eventmanager.git",
...@@ -1603,11 +1876,11 @@ ...@@ -1603,11 +1876,11 @@
"eventmanager", "eventmanager",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-filter", "name": "zendframework/zend-filter",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-filter.git", "url": "https://github.com/zendframework/zend-filter.git",
...@@ -1659,40 +1932,44 @@ ...@@ -1659,40 +1932,44 @@
"filter", "filter",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-form", "name": "zendframework/zend-form",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-form.git", "url": "https://github.com/zendframework/zend-form.git",
"reference": "d4719b4d9782ec0825a2b63ac8c2289002d6bebb" "reference": "779ba5da3dc040c52e632ea340462af2306c7682"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-form/zipball/d4719b4d9782ec0825a2b63ac8c2289002d6bebb", "url": "https://api.github.com/repos/zendframework/zend-form/zipball/779ba5da3dc040c52e632ea340462af2306c7682",
"reference": "d4719b4d9782ec0825a2b63ac8c2289002d6bebb", "reference": "779ba5da3dc040c52e632ea340462af2306c7682",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23", "php": ">=5.3.23",
"zendframework/zend-inputfilter": "self.version", "zendframework/zend-inputfilter": "~2.4.0",
"zendframework/zend-stdlib": "self.version" "zendframework/zend-stdlib": "~2.4.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"ircmaxell/random-lib": "^1.1",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master", "satooshi/php-coveralls": "dev-master",
"zendframework/zend-captcha": "self.version", "zendframework/zend-cache": "~2.4.0",
"zendframework/zend-code": "self.version", "zendframework/zend-captcha": "~2.4.0",
"zendframework/zend-eventmanager": "self.version", "zendframework/zend-code": "~2.4.0",
"zendframework/zend-filter": "self.version", "zendframework/zend-eventmanager": "~2.4.0",
"zendframework/zend-i18n": "self.version", "zendframework/zend-filter": "~2.4.0",
"zendframework/zend-servicemanager": "self.version", "zendframework/zend-i18n": "~2.4.0",
"zendframework/zend-validator": "self.version", "zendframework/zend-servicemanager": "~2.4.0",
"zendframework/zend-view": "self.version", "zendframework/zend-session": "~2.4.0",
"zendframework/zendservice-recaptcha": "*" "zendframework/zend-text": "~2.4.0",
"zendframework/zend-validator": "~2.4.0",
"zendframework/zend-view": "~2.4.0",
"zendframework/zendservice-recaptcha": "~2.0"
}, },
"suggest": { "suggest": {
"zendframework/zend-captcha": "Zend\\Captcha component", "zendframework/zend-captcha": "Zend\\Captcha component",
...@@ -1726,33 +2003,34 @@ ...@@ -1726,33 +2003,34 @@
"form", "form",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-09-09T19:11:05+00:00"
}, },
{ {
"name": "zendframework/zend-http", "name": "zendframework/zend-http",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-http.git", "url": "https://github.com/zendframework/zend-http.git",
"reference": "0d1bbff4a28af28aa4ec34fb1c56c61c7ac59f50" "reference": "0456267c3825f3c4b558460e0bffeb4c496e6fb8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-http/zipball/0d1bbff4a28af28aa4ec34fb1c56c61c7ac59f50", "url": "https://api.github.com/repos/zendframework/zend-http/zipball/0456267c3825f3c4b558460e0bffeb4c496e6fb8",
"reference": "0d1bbff4a28af28aa4ec34fb1c56c61c7ac59f50", "reference": "0456267c3825f3c4b558460e0bffeb4c496e6fb8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23", "php": ">=5.3.23",
"zendframework/zend-loader": "self.version", "zendframework/zend-loader": "~2.4.0",
"zendframework/zend-stdlib": "self.version", "zendframework/zend-stdlib": "~2.4.0",
"zendframework/zend-uri": "self.version", "zendframework/zend-uri": "~2.4.0",
"zendframework/zend-validator": "self.version" "zendframework/zend-validator": "~2.4.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master" "satooshi/php-coveralls": "dev-master",
"zendframework/zend-config": "~2.4.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -1776,11 +2054,11 @@ ...@@ -1776,11 +2054,11 @@
"http", "http",
"zf2" "zf2"
], ],
"time": "2015-05-11 16:17:05" "time": "2015-09-14T16:11:20+00:00"
}, },
{ {
"name": "zendframework/zend-i18n", "name": "zendframework/zend-i18n",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-i18n.git", "url": "https://github.com/zendframework/zend-i18n.git",
...@@ -1840,33 +2118,32 @@ ...@@ -1840,33 +2118,32 @@
"i18n", "i18n",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-inputfilter", "name": "zendframework/zend-inputfilter",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-inputfilter.git", "url": "https://github.com/zendframework/zend-inputfilter.git",
"reference": "31c737076c4d9d628e6d5f8ad1fece6a41ac7b9b" "reference": "6305e9acf7da9f5481b5266cb6e0353a96c10a06"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/31c737076c4d9d628e6d5f8ad1fece6a41ac7b9b", "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/6305e9acf7da9f5481b5266cb6e0353a96c10a06",
"reference": "31c737076c4d9d628e6d5f8ad1fece6a41ac7b9b", "reference": "6305e9acf7da9f5481b5266cb6e0353a96c10a06",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23", "php": ">=5.3.23",
"zendframework/zend-filter": "self.version", "zendframework/zend-filter": "~2.4.0",
"zendframework/zend-stdlib": "self.version", "zendframework/zend-stdlib": "~2.4.0",
"zendframework/zend-validator": "self.version" "zendframework/zend-validator": "~2.4.8"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "^4.5",
"satooshi/php-coveralls": "dev-master", "zendframework/zend-servicemanager": "~2.4.0"
"zendframework/zend-servicemanager": "self.version"
}, },
"suggest": { "suggest": {
"zendframework/zend-servicemanager": "To support plugin manager support" "zendframework/zend-servicemanager": "To support plugin manager support"
...@@ -1887,16 +2164,16 @@ ...@@ -1887,16 +2164,16 @@
"license": [ "license": [
"BSD-3-Clause" "BSD-3-Clause"
], ],
"homepage": "https://github.com/zendframework/zend-input-filter", "homepage": "https://github.com/zendframework/zend-inputfilter",
"keywords": [ "keywords": [
"inputfilter", "inputfilter",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-09-09T15:44:54+00:00"
}, },
{ {
"name": "zendframework/zend-json", "name": "zendframework/zend-json",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-json.git", "url": "https://github.com/zendframework/zend-json.git",
...@@ -1946,11 +2223,11 @@ ...@@ -1946,11 +2223,11 @@
"json", "json",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-ldap", "name": "zendframework/zend-ldap",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-ldap.git", "url": "https://github.com/zendframework/zend-ldap.git",
...@@ -1998,11 +2275,11 @@ ...@@ -1998,11 +2275,11 @@
"ldap", "ldap",
"zf2" "zf2"
], ],
"time": "2015-05-11 15:11:40" "time": "2015-05-11T15:11:40+00:00"
}, },
{ {
"name": "zendframework/zend-loader", "name": "zendframework/zend-loader",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-loader.git", "url": "https://github.com/zendframework/zend-loader.git",
...@@ -2043,11 +2320,11 @@ ...@@ -2043,11 +2320,11 @@
"loader", "loader",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-log", "name": "zendframework/zend-log",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-log.git", "url": "https://github.com/zendframework/zend-log.git",
...@@ -2105,35 +2382,36 @@ ...@@ -2105,35 +2382,36 @@
"logging", "logging",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-mail", "name": "zendframework/zend-mail",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-mail.git", "url": "https://github.com/zendframework/zend-mail.git",
"reference": "0d4f36867faf01dbef881148097849e6e9f7414c" "reference": "99f7ceb42065c0cc89ef5130ee4b1ee89ae014d6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-mail/zipball/0d4f36867faf01dbef881148097849e6e9f7414c", "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/99f7ceb42065c0cc89ef5130ee4b1ee89ae014d6",
"reference": "0d4f36867faf01dbef881148097849e6e9f7414c", "reference": "99f7ceb42065c0cc89ef5130ee4b1ee89ae014d6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23", "php": ">=5.3.23",
"zendframework/zend-crypt": "self.version", "zendframework/zend-crypt": "~2.4.0",
"zendframework/zend-loader": "self.version", "zendframework/zend-loader": "~2.4.0",
"zendframework/zend-mime": "self.version", "zendframework/zend-mime": "~2.4.0",
"zendframework/zend-stdlib": "self.version", "zendframework/zend-stdlib": "~2.4.0",
"zendframework/zend-validator": "self.version" "zendframework/zend-validator": "~2.4.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master", "satooshi/php-coveralls": "dev-master",
"zendframework/zend-servicemanager": "self.version" "zendframework/zend-config": "~2.4.0",
"zendframework/zend-servicemanager": "~2.4.0"
}, },
"suggest": { "suggest": {
"zendframework/zend-servicemanager": "Zend\\ServiceManager component" "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
...@@ -2160,11 +2438,11 @@ ...@@ -2160,11 +2438,11 @@
"mail", "mail",
"zf2" "zf2"
], ],
"time": "2015-05-11 16:17:05" "time": "2017-07-13T16:53:17+00:00"
}, },
{ {
"name": "zendframework/zend-math", "name": "zendframework/zend-math",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-math.git", "url": "https://github.com/zendframework/zend-math.git",
...@@ -2211,11 +2489,11 @@ ...@@ -2211,11 +2489,11 @@
"math", "math",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-mime", "name": "zendframework/zend-mime",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-mime.git", "url": "https://github.com/zendframework/zend-mime.git",
...@@ -2261,11 +2539,11 @@ ...@@ -2261,11 +2539,11 @@
"mime", "mime",
"zf2" "zf2"
], ],
"time": "2015-05-07 16:53:42" "time": "2015-05-07T16:53:42+00:00"
}, },
{ {
"name": "zendframework/zend-modulemanager", "name": "zendframework/zend-modulemanager",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-modulemanager.git", "url": "https://github.com/zendframework/zend-modulemanager.git",
...@@ -2319,50 +2597,51 @@ ...@@ -2319,50 +2597,51 @@
"modulemanager", "modulemanager",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-mvc", "name": "zendframework/zend-mvc",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-mvc.git", "url": "https://github.com/zendframework/zend-mvc.git",
"reference": "680cf794c42a691979964c769a6ecc8260be9726" "reference": "5ecf513a82fe9fdeee84919eee45e8098639df04"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/680cf794c42a691979964c769a6ecc8260be9726", "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/5ecf513a82fe9fdeee84919eee45e8098639df04",
"reference": "680cf794c42a691979964c769a6ecc8260be9726", "reference": "5ecf513a82fe9fdeee84919eee45e8098639df04",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23", "php": ">=5.3.23",
"zendframework/zend-eventmanager": "self.version", "zendframework/zend-eventmanager": "~2.4.0",
"zendframework/zend-form": "self.version", "zendframework/zend-form": "~2.4.8",
"zendframework/zend-servicemanager": "self.version", "zendframework/zend-servicemanager": "~2.4.0",
"zendframework/zend-stdlib": "self.version" "zendframework/zend-stdlib": "~2.4.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master", "satooshi/php-coveralls": "dev-master",
"zendframework/zend-authentication": "self.version", "zendframework/zend-authentication": "~2.4.0",
"zendframework/zend-console": "self.version", "zendframework/zend-cache": "~2.4.0",
"zendframework/zend-di": "self.version", "zendframework/zend-console": "~2.4.0",
"zendframework/zend-filter": "self.version", "zendframework/zend-di": "~2.4.0",
"zendframework/zend-http": "self.version", "zendframework/zend-filter": "~2.4.0",
"zendframework/zend-i18n": "self.version", "zendframework/zend-http": "~2.4.8",
"zendframework/zend-inputfilter": "self.version", "zendframework/zend-i18n": "~2.4.0",
"zendframework/zend-json": "self.version", "zendframework/zend-inputfilter": "~2.4.8",
"zendframework/zend-log": "self.version", "zendframework/zend-json": "~2.4.0",
"zendframework/zend-modulemanager": "self.version", "zendframework/zend-log": "~2.4.0",
"zendframework/zend-serializer": "self.version", "zendframework/zend-modulemanager": "~2.4.0",
"zendframework/zend-session": "self.version", "zendframework/zend-serializer": "~2.4.0",
"zendframework/zend-text": "self.version", "zendframework/zend-session": "~2.4.0",
"zendframework/zend-uri": "self.version", "zendframework/zend-text": "~2.4.0",
"zendframework/zend-validator": "self.version", "zendframework/zend-uri": "~2.4.0",
"zendframework/zend-version": "self.version", "zendframework/zend-validator": "~2.4.8",
"zendframework/zend-view": "self.version" "zendframework/zend-version": "~2.4.0",
"zendframework/zend-view": "~2.4.0"
}, },
"suggest": { "suggest": {
"zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin", "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
...@@ -2406,11 +2685,11 @@ ...@@ -2406,11 +2685,11 @@
"mvc", "mvc",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-09-14T16:32:50+00:00"
}, },
{ {
"name": "zendframework/zend-navigation", "name": "zendframework/zend-navigation",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-navigation.git", "url": "https://github.com/zendframework/zend-navigation.git",
...@@ -2465,11 +2744,11 @@ ...@@ -2465,11 +2744,11 @@
"navigation", "navigation",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-paginator", "name": "zendframework/zend-paginator",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-paginator.git", "url": "https://github.com/zendframework/zend-paginator.git",
...@@ -2525,30 +2804,29 @@ ...@@ -2525,30 +2804,29 @@
"paginator", "paginator",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-permissions-acl", "name": "zendframework/zend-permissions-acl",
"version": "2.5.1", "version": "2.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-permissions-acl.git", "url": "https://github.com/zendframework/zend-permissions-acl.git",
"reference": "7f1aac3bf99d0be8f71fe4ae79981338be8a08dc" "reference": "843bbd9c6f6d20b84dd0ce6c815d10397e98082b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-permissions-acl/zipball/7f1aac3bf99d0be8f71fe4ae79981338be8a08dc", "url": "https://api.github.com/repos/zendframework/zend-permissions-acl/zipball/843bbd9c6f6d20b84dd0ce6c815d10397e98082b",
"reference": "7f1aac3bf99d0be8f71fe4ae79981338be8a08dc", "reference": "843bbd9c6f6d20b84dd0ce6c815d10397e98082b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23" "php": "^5.5 || ^7.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"zendframework/zend-di": "~2.5", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
"zendframework/zend-servicemanager": "~2.5"
}, },
"suggest": { "suggest": {
"zendframework/zend-servicemanager": "To support Zend\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage" "zendframework/zend-servicemanager": "To support Zend\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
...@@ -2556,8 +2834,8 @@ ...@@ -2556,8 +2834,8 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.5-dev", "dev-master": "2.6-dev",
"dev-develop": "2.6-dev" "dev-develop": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2575,11 +2853,11 @@ ...@@ -2575,11 +2853,11 @@
"acl", "acl",
"zf2" "zf2"
], ],
"time": "2015-06-03 15:32:02" "time": "2016-02-03T21:46:45+00:00"
}, },
{ {
"name": "zendframework/zend-serializer", "name": "zendframework/zend-serializer",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-serializer.git", "url": "https://github.com/zendframework/zend-serializer.git",
...@@ -2628,11 +2906,11 @@ ...@@ -2628,11 +2906,11 @@
"serializer", "serializer",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-servicemanager", "name": "zendframework/zend-servicemanager",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-servicemanager.git", "url": "https://github.com/zendframework/zend-servicemanager.git",
...@@ -2678,20 +2956,20 @@ ...@@ -2678,20 +2956,20 @@
"servicemanager", "servicemanager",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-05-07T14:55:31+00:00"
}, },
{ {
"name": "zendframework/zend-session", "name": "zendframework/zend-session",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-session.git", "url": "https://github.com/zendframework/zend-session.git",
"reference": "da7f5745a75d76d5c803cd4291aa98e7393da2f1" "reference": "5123393617a05ade012ddf3dc389f86dcbed7fdc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-session/zipball/da7f5745a75d76d5c803cd4291aa98e7393da2f1", "url": "https://api.github.com/repos/zendframework/zend-session/zipball/5123393617a05ade012ddf3dc389f86dcbed7fdc",
"reference": "da7f5745a75d76d5c803cd4291aa98e7393da2f1", "reference": "5123393617a05ade012ddf3dc389f86dcbed7fdc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2739,20 +3017,20 @@ ...@@ -2739,20 +3017,20 @@
"session", "session",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2017-06-19T18:48:06+00:00"
}, },
{ {
"name": "zendframework/zend-stdlib", "name": "zendframework/zend-stdlib",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-stdlib.git", "url": "https://github.com/zendframework/zend-stdlib.git",
"reference": "a5dd7fd2ba6e8f6c6ea5a12db0605d3aa48af1e7" "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/a5dd7fd2ba6e8f6c6ea5a12db0605d3aa48af1e7", "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
"reference": "a5dd7fd2ba6e8f6c6ea5a12db0605d3aa48af1e7", "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2794,26 +3072,26 @@ ...@@ -2794,26 +3072,26 @@
"stdlib", "stdlib",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-07-21T13:55:46+00:00"
}, },
{ {
"name": "zendframework/zend-uri", "name": "zendframework/zend-uri",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-uri.git", "url": "https://github.com/zendframework/zend-uri.git",
"reference": "180b7470844a4f5d592e53c2ef06f46a4de23ad9" "reference": "33512866d20cc4bc54a0c1a6a0bdfcf5088939b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-uri/zipball/180b7470844a4f5d592e53c2ef06f46a4de23ad9", "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/33512866d20cc4bc54a0c1a6a0bdfcf5088939b3",
"reference": "180b7470844a4f5d592e53c2ef06f46a4de23ad9", "reference": "33512866d20cc4bc54a0c1a6a0bdfcf5088939b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23", "php": ">=5.3.23",
"zendframework/zend-escaper": "self.version", "zendframework/zend-escaper": "~2.4.0",
"zendframework/zend-validator": "self.version" "zendframework/zend-validator": "~2.4.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
...@@ -2842,37 +3120,38 @@ ...@@ -2842,37 +3120,38 @@
"uri", "uri",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-09-14T16:17:10+00:00"
}, },
{ {
"name": "zendframework/zend-validator", "name": "zendframework/zend-validator",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-validator.git", "url": "https://github.com/zendframework/zend-validator.git",
"reference": "43a304283b2004cbaa46e419a57ed67a123319ef" "reference": "81415511fe729e6de19a61936313cef43c80d337"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-validator/zipball/43a304283b2004cbaa46e419a57ed67a123319ef", "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
"reference": "43a304283b2004cbaa46e419a57ed67a123319ef", "reference": "81415511fe729e6de19a61936313cef43c80d337",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.23", "php": ">=5.3.23",
"zendframework/zend-stdlib": "self.version" "zendframework/zend-stdlib": "~2.4.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master", "satooshi/php-coveralls": "dev-master",
"zendframework/zend-db": "self.version", "zendframework/zend-config": "~2.4.0",
"zendframework/zend-filter": "self.version", "zendframework/zend-db": "~2.4.0",
"zendframework/zend-i18n": "self.version", "zendframework/zend-filter": "~2.4.0",
"zendframework/zend-math": "self.version", "zendframework/zend-i18n": "~2.4.0",
"zendframework/zend-servicemanager": "self.version", "zendframework/zend-math": "~2.4.0",
"zendframework/zend-session": "self.version", "zendframework/zend-servicemanager": "~2.4.0",
"zendframework/zend-uri": "self.version" "zendframework/zend-session": "~2.4.0",
"zendframework/zend-uri": "~2.4.0"
}, },
"suggest": { "suggest": {
"zendframework/zend-db": "Zend\\Db component", "zendframework/zend-db": "Zend\\Db component",
...@@ -2906,20 +3185,20 @@ ...@@ -2906,20 +3185,20 @@
"validator", "validator",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-09-08T21:04:17+00:00"
}, },
{ {
"name": "zendframework/zend-version", "name": "zendframework/zend-version",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-version.git", "url": "https://github.com/zendframework/zend-version.git",
"reference": "c02ce68d2c2617cd222c92545d2bf820bb9e0837" "reference": "00d456c9fa490c8798801cc099a05f6c32ac9d2a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-version/zipball/c02ce68d2c2617cd222c92545d2bf820bb9e0837", "url": "https://api.github.com/repos/zendframework/zend-version/zipball/00d456c9fa490c8798801cc099a05f6c32ac9d2a",
"reference": "c02ce68d2c2617cd222c92545d2bf820bb9e0837", "reference": "00d456c9fa490c8798801cc099a05f6c32ac9d2a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2956,11 +3235,11 @@ ...@@ -2956,11 +3235,11 @@
"version", "version",
"zf2" "zf2"
], ],
"time": "2015-06-16 21:50:03" "time": "2017-07-13T17:22:10+00:00"
}, },
{ {
"name": "zendframework/zend-view", "name": "zendframework/zend-view",
"version": "2.4.3", "version": "2.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-view.git", "url": "https://github.com/zendframework/zend-view.git",
...@@ -3033,7 +3312,7 @@ ...@@ -3033,7 +3312,7 @@
"view", "view",
"zf2" "zf2"
], ],
"time": "2015-06-16 15:22:37" "time": "2015-06-16T15:22:37+00:00"
}, },
{ {
"name": "zf-commons/zfc-base", "name": "zf-commons/zfc-base",
...@@ -3086,24 +3365,24 @@ ...@@ -3086,24 +3365,24 @@
"keywords": [ "keywords": [
"zf2" "zf2"
], ],
"time": "2013-05-02 12:33:49" "time": "2013-05-02T12:33:49+00:00"
}, },
{ {
"name": "zf-commons/zfc-user", "name": "zf-commons/zfc-user",
"version": "1.2.2", "version": "1.4.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ZF-Commons/ZfcUser.git", "url": "https://github.com/ZF-Commons/ZfcUser.git",
"reference": "baf0e460796ea92f6c902fa9b007190bccff2b8f" "reference": "f3d5fababf2d59f840527e62c4756fa81e346651"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ZF-Commons/ZfcUser/zipball/baf0e460796ea92f6c902fa9b007190bccff2b8f", "url": "https://api.github.com/repos/ZF-Commons/ZfcUser/zipball/f3d5fababf2d59f840527e62c4756fa81e346651",
"reference": "baf0e460796ea92f6c902fa9b007190bccff2b8f", "reference": "f3d5fababf2d59f840527e62c4756fa81e346651",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": "^5.3.3|~7.0",
"zendframework/zend-authentication": "~2.1", "zendframework/zend-authentication": "~2.1",
"zendframework/zend-crypt": "~2.1", "zendframework/zend-crypt": "~2.1",
"zendframework/zend-form": "~2.1", "zendframework/zend-form": "~2.1",
...@@ -3163,20 +3442,20 @@ ...@@ -3163,20 +3442,20 @@
"keywords": [ "keywords": [
"zf2" "zf2"
], ],
"time": "2015-01-08 13:18:45" "time": "2016-05-07T11:21:34+00:00"
}, },
{ {
"name": "zf-commons/zfc-user-doctrine-orm", "name": "zf-commons/zfc-user-doctrine-orm",
"version": "1.0.0", "version": "1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ZF-Commons/ZfcUserDoctrineORM.git", "url": "https://github.com/ZF-Commons/ZfcUserDoctrineORM.git",
"reference": "9a2e148c9a5a03ca8592b93ea28a21e37b06e053" "reference": "252d77f55e64312184f3bcd4168292d919f11ceb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ZF-Commons/ZfcUserDoctrineORM/zipball/9a2e148c9a5a03ca8592b93ea28a21e37b06e053", "url": "https://api.github.com/repos/ZF-Commons/ZfcUserDoctrineORM/zipball/252d77f55e64312184f3bcd4168292d919f11ceb",
"reference": "9a2e148c9a5a03ca8592b93ea28a21e37b06e053", "reference": "252d77f55e64312184f3bcd4168292d919f11ceb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3219,43 +3498,293 @@ ...@@ -3219,43 +3498,293 @@
"keywords": [ "keywords": [
"zf2" "zf2"
], ],
"time": "2014-04-18 10:21:19" "time": "2015-07-20T20:10:49+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
{
"name": "myclabs/deep-copy",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"time": "2017-10-19T19:58:43+00:00"
},
{
"name": "phar-io/manifest",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^1.0.1",
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2017-03-05T18:14:27+00:00"
},
{
"name": "phar-io/version",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"time": "2017-03-05T17:38:23+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"time": "2017-09-11T18:02:19+00:00"
},
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "2.0.4", "version": "4.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": "^7.0",
"phpdocumentor/reflection-common": "^1.0.0",
"phpdocumentor/type-resolver": "^0.4.0",
"webmozart/assert": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
}, },
"suggest": { "type": "library",
"dflydev/markdown": "~1.0", "extra": {
"erusev/parsedown": "~1.0" "branch-alias": {
"dev-master": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2017-11-30T07:14:17+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "1.0.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"phpDocumentor": [ "phpDocumentor\\Reflection\\": [
"src/" "src/"
] ]
} }
...@@ -3267,37 +3796,40 @@ ...@@ -3267,37 +3796,40 @@
"authors": [ "authors": [
{ {
"name": "Mike van Riel", "name": "Mike van Riel",
"email": "mike.vanriel@naenius.com" "email": "me@mikevanriel.com"
} }
], ],
"time": "2015-02-03 12:10:50" "time": "2017-07-14T14:27:02+00:00"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "v1.4.1", "version": "1.7.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373" "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.0.2", "doctrine/instantiator": "^1.0.2",
"phpdocumentor/reflection-docblock": "~2.0", "php": "^5.3|^7.0",
"sebastian/comparator": "~1.1" "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
"sebastian/comparator": "^1.1|^2.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "~2.0" "phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4.x-dev" "dev-master": "1.7.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3330,43 +3862,44 @@ ...@@ -3330,43 +3862,44 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2015-04-27 22:15:08" "time": "2018-02-19T10:16:54+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "2.1.7", "version": "5.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "07e27765596d72c378a6103e80da5d84e802f1e4" "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/07e27765596d72c378a6103e80da5d84e802f1e4", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
"reference": "07e27765596d72c378a6103e80da5d84e802f1e4", "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "ext-dom": "*",
"phpunit/php-file-iterator": "~1.3", "ext-xmlwriter": "*",
"phpunit/php-text-template": "~1.2", "php": "^7.0",
"phpunit/php-token-stream": "~1.3", "phpunit/php-file-iterator": "^1.4.2",
"sebastian/environment": "~1.0", "phpunit/php-text-template": "^1.2.1",
"sebastian/version": "~1.0" "phpunit/php-token-stream": "^2.0.1",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.0",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
}, },
"require-dev": { "require-dev": {
"ext-xdebug": ">=2.1.4", "phpunit/phpunit": "^6.0"
"phpunit/phpunit": "~4"
}, },
"suggest": { "suggest": {
"ext-dom": "*", "ext-xdebug": "^2.5.5"
"ext-xdebug": ">=2.2.1",
"ext-xmlwriter": "*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1.x-dev" "dev-master": "5.3.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3381,7 +3914,7 @@ ...@@ -3381,7 +3914,7 @@
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de", "email": "sebastian@phpunit.de",
"role": "lead" "role": "lead"
} }
], ],
...@@ -3392,20 +3925,20 @@ ...@@ -3392,20 +3925,20 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-06-30 06:52:35" "time": "2017-12-06T09:29:45+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
"version": "1.4.0", "version": "1.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb" "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3439,7 +3972,7 @@ ...@@ -3439,7 +3972,7 @@
"filesystem", "filesystem",
"iterator" "iterator"
], ],
"time": "2015-04-02 05:19:05" "time": "2017-11-27T13:52:08+00:00"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
...@@ -3480,26 +4013,34 @@ ...@@ -3480,26 +4013,34 @@
"keywords": [ "keywords": [
"template" "template"
], ],
"time": "2015-06-21 13:50:34" "time": "2015-06-21T13:50:34+00:00"
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
"version": "1.0.6", "version": "1.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git", "url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "83fe1bdc5d47658b727595c14da140da92b3d66d" "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "83fe1bdc5d47658b727595c14da140da92b3d66d", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"src/" "src/"
...@@ -3521,33 +4062,33 @@ ...@@ -3521,33 +4062,33 @@
"keywords": [ "keywords": [
"timer" "timer"
], ],
"time": "2015-06-13 07:35:30" "time": "2017-02-26T11:10:40+00:00"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "1.4.3", "version": "2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9" "reference": "791198a2c6254db10131eecfe8c06670700904db"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
"reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9", "reference": "791198a2c6254db10131eecfe8c06670700904db",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-tokenizer": "*", "ext-tokenizer": "*",
"php": ">=5.3.3" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.2" "phpunit/phpunit": "^6.2.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3570,45 +4111,57 @@ ...@@ -3570,45 +4111,57 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2015-06-19 03:43:16" "time": "2017-11-27T05:48:46+00:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "4.7.6", "version": "6.5.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b" "reference": "6bd77b57707c236833d2b57b968e403df060c9d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6bd77b57707c236833d2b57b968e403df060c9d9",
"reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b", "reference": "6bd77b57707c236833d2b57b968e403df060c9d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-json": "*", "ext-json": "*",
"ext-pcre": "*", "ext-libxml": "*",
"ext-reflection": "*", "ext-mbstring": "*",
"ext-spl": "*", "ext-xml": "*",
"php": ">=5.3.3", "myclabs/deep-copy": "^1.6.1",
"phpspec/prophecy": "~1.3,>=1.3.1", "phar-io/manifest": "^1.0.1",
"phpunit/php-code-coverage": "~2.1", "phar-io/version": "^1.0",
"phpunit/php-file-iterator": "~1.4", "php": "^7.0",
"phpunit/php-text-template": "~1.2", "phpspec/prophecy": "^1.7",
"phpunit/php-timer": ">=1.0.6", "phpunit/php-code-coverage": "^5.3",
"phpunit/phpunit-mock-objects": "~2.3", "phpunit/php-file-iterator": "^1.4.3",
"sebastian/comparator": "~1.1", "phpunit/php-text-template": "^1.2.1",
"sebastian/diff": "~1.2", "phpunit/php-timer": "^1.0.9",
"sebastian/environment": "~1.2", "phpunit/phpunit-mock-objects": "^5.0.5",
"sebastian/exporter": "~1.2", "sebastian/comparator": "^2.1",
"sebastian/global-state": "~1.0", "sebastian/diff": "^2.0",
"sebastian/version": "~1.0", "sebastian/environment": "^3.1",
"symfony/yaml": "~2.1|~3.0" "sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^1.0",
"sebastian/version": "^2.0.1"
},
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2",
"phpunit/dbunit": "<3.0"
},
"require-dev": {
"ext-pdo": "*"
}, },
"suggest": { "suggest": {
"phpunit/php-invoker": "~1.1" "ext-xdebug": "*",
"phpunit/php-invoker": "^1.1"
}, },
"bin": [ "bin": [
"phpunit" "phpunit"
...@@ -3616,7 +4169,7 @@ ...@@ -3616,7 +4169,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.7.x-dev" "dev-master": "6.5.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3642,29 +4195,33 @@ ...@@ -3642,29 +4195,33 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-06-30 06:53:57" "time": "2018-02-26T07:01:09+00:00"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
"version": "2.3.5", "version": "5.0.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c" "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/1c330b1b6e1ea8fd15f2fbea46770576e366855c", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
"reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c", "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "~1.0,>=1.0.2", "doctrine/instantiator": "^1.0.5",
"php": ">=5.3.3", "php": "^7.0",
"phpunit/php-text-template": "~1.2" "phpunit/php-text-template": "^1.2.1",
"sebastian/exporter": "^3.1"
},
"conflict": {
"phpunit/phpunit": "<6.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.4" "phpunit/phpunit": "^6.5"
}, },
"suggest": { "suggest": {
"ext-soap": "*" "ext-soap": "*"
...@@ -3672,7 +4229,7 @@ ...@@ -3672,7 +4229,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.3.x-dev" "dev-master": "5.0.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3687,7 +4244,7 @@ ...@@ -3687,7 +4244,7 @@
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de", "email": "sebastian@phpunit.de",
"role": "lead" "role": "lead"
} }
], ],
...@@ -3697,34 +4254,79 @@ ...@@ -3697,34 +4254,79 @@
"mock", "mock",
"xunit" "xunit"
], ],
"time": "2015-07-04 05:41:32" "time": "2018-01-06T05:45:45+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
"version": "1.1.1", "version": "2.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e" "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e", "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": "^7.0",
"sebastian/diff": "~1.2", "sebastian/diff": "^2.0 || ^3.0",
"sebastian/exporter": "~1.2" "sebastian/exporter": "^3.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.4" "phpunit/phpunit": "^6.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1.x-dev" "dev-master": "2.1.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3755,38 +4357,38 @@ ...@@ -3755,38 +4357,38 @@
} }
], ],
"description": "Provides the functionality to compare PHP values for equality", "description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator", "homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [ "keywords": [
"comparator", "comparator",
"compare", "compare",
"equality" "equality"
], ],
"time": "2015-01-29 16:28:08" "time": "2018-02-01T13:46:46+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
"version": "1.3.0", "version": "2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3" "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3", "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.2" "phpunit/phpunit": "^6.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3809,36 +4411,36 @@ ...@@ -3809,36 +4411,36 @@
} }
], ],
"description": "Diff implementation", "description": "Diff implementation",
"homepage": "http://www.github.com/sebastianbergmann/diff", "homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [ "keywords": [
"diff" "diff"
], ],
"time": "2015-02-22 15:13:53" "time": "2017-08-03T08:09:46+00:00"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
"version": "1.2.2", "version": "3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "5a8c7d31914337b69923db26c4221b81ff5a196e" "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"reference": "5a8c7d31914337b69923db26c4221b81ff5a196e", "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.4" "phpunit/phpunit": "^6.1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3.x-dev" "dev-master": "3.1.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3863,33 +4465,34 @@ ...@@ -3863,33 +4465,34 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2015-01-01 10:01:08" "time": "2017-07-01T08:51:00+00:00"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
"version": "1.2.0", "version": "3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "84839970d05254c73cde183a721c7af13aede943" "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
"reference": "84839970d05254c73cde183a721c7af13aede943", "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": "^7.0",
"sebastian/recursion-context": "~1.0" "sebastian/recursion-context": "^3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.4" "ext-mbstring": "*",
"phpunit/phpunit": "^6.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2.x-dev" "dev-master": "3.1.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3929,27 +4532,27 @@ ...@@ -3929,27 +4532,27 @@
"export", "export",
"exporter" "exporter"
], ],
"time": "2015-01-27 07:23:06" "time": "2017-04-03T13:19:02+00:00"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
"version": "1.0.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git", "url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.2" "phpunit/phpunit": "^6.0"
}, },
"suggest": { "suggest": {
"ext-uopz": "*" "ext-uopz": "*"
...@@ -3957,7 +4560,7 @@ ...@@ -3957,7 +4560,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3980,32 +4583,124 @@ ...@@ -3980,32 +4583,124 @@
"keywords": [ "keywords": [
"global state" "global state"
], ],
"time": "2014-10-06 09:23:50" "time": "2017-04-27T15:39:26+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
}, },
{ {
"name": "sebastian/recursion-context", "name": "sebastian/recursion-context",
"version": "1.0.0", "version": "3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git", "url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "3989662bbb30a29d20d9faa04a846af79b276252" "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "3989662bbb30a29d20d9faa04a846af79b276252", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.4" "phpunit/phpunit": "^6.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "3.0.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -4033,23 +4728,73 @@ ...@@ -4033,23 +4728,73 @@
], ],
"description": "Provides functionality to recursively process PHP variables", "description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2015-01-24 09:48:32" "time": "2017-03-03T06:23:57+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2015-07-28T20:34:47+00:00"
}, },
{ {
"name": "sebastian/version", "name": "sebastian/version",
"version": "1.0.6", "version": "2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/version.git", "url": "https://github.com/sebastianbergmann/version.git",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": "" "shasum": ""
}, },
"require": {
"php": ">=5.6"
},
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"src/" "src/"
...@@ -4068,37 +4813,78 @@ ...@@ -4068,37 +4813,78 @@
], ],
"description": "Library that helps with managing the version number of Git-hosted PHP projects", "description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version", "homepage": "https://github.com/sebastianbergmann/version",
"time": "2015-06-21 13:59:46" "time": "2016-10-03T07:35:21+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "theseer/tokenizer",
"version": "v2.7.1", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/theseer/tokenizer.git",
"reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160" "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/9808e75c609a14f6db02f70fccf4ca4aab53c160", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160", "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9" "ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2017-04-07T12:08:54+00:00"
},
{
"name": "webmozart/assert",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
}, },
"require-dev": { "require-dev": {
"symfony/phpunit-bridge": "~2.7" "phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.7-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Symfony\\Component\\Yaml\\": "" "Webmozart\\Assert\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -4107,24 +4893,22 @@ ...@@ -4107,24 +4893,22 @@
], ],
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Bernhard Schussek",
"email": "fabien@symfony.com" "email": "bschussek@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Yaml Component", "description": "Assertions to validate method input/output with nice error messages.",
"homepage": "https://symfony.com", "keywords": [
"time": "2015-06-10 15:30:22" "assert",
"check",
"validate"
],
"time": "2018-01-29T19:49:41+00:00"
} }
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"unicaen/unicaen-app": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment