Skip to content
Snippets Groups Projects
Commit 11fc714b authored by lecluse's avatar lecluse
Browse files

Finalisation V4

parent 3b2c94e5
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,6 @@ ...@@ -21,6 +21,6 @@
"require-dev": { "require-dev": {
"zendframework/zend-test": ">=2.3", "zendframework/zend-test": ">=2.3",
"phpunit/PHPUnit": ">=3.7", "phpunit/PHPUnit": ">=3.7",
"zendframework/zend-developer-tools": "dev-master" "zendframework/zend-developer-tools": ">=1.0"
} }
} }
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"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": "e9a03ec485f9ccfc2bb4514f15bdd006", "hash": "b6d11a914b1f966115119a75a6bd7b50",
"content-hash": "35bf601386a0c157322aec6aee992009", "content-hash": "40d314b038632bbaf050515df19c6bc2",
"packages": [ "packages": [
{ {
"name": "bjyoungblood/bjy-authorize", "name": "bjyoungblood/bjy-authorize",
...@@ -1066,16 +1066,16 @@ ...@@ -1066,16 +1066,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.1.0", "version": "v3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "f62db5b8afec27073a4609b8c84b1f9936652259" "reference": "747154aa69b0f83cd02fc9aa554836dee417631a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/f62db5b8afec27073a4609b8c84b1f9936652259", "url": "https://api.github.com/repos/symfony/console/zipball/747154aa69b0f83cd02fc9aa554836dee417631a",
"reference": "f62db5b8afec27073a4609b8c84b1f9936652259", "reference": "747154aa69b0f83cd02fc9aa554836dee417631a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1122,7 +1122,7 @@ ...@@ -1122,7 +1122,7 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-05-30 06:58:39" "time": "2016-06-29 07:02:31"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
...@@ -1185,16 +1185,16 @@ ...@@ -1185,16 +1185,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.8.6", "version": "v2.8.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "1276bd9be89be039748cf753a2137f4ef149cd74" "reference": "89f33c16796415ccfd8bb3cf8d520cbb79899bfe"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/1276bd9be89be039748cf753a2137f4ef149cd74", "url": "https://api.github.com/repos/symfony/process/zipball/89f33c16796415ccfd8bb3cf8d520cbb79899bfe",
"reference": "1276bd9be89be039748cf753a2137f4ef149cd74", "reference": "89f33c16796415ccfd8bb3cf8d520cbb79899bfe",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1230,7 +1230,7 @@ ...@@ -1230,7 +1230,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-04-14 15:22:22" "time": "2016-06-29 05:29:29"
}, },
{ {
"name": "unicaen/unicaen-app", "name": "unicaen/unicaen-app",
...@@ -1238,7 +1238,7 @@ ...@@ -1238,7 +1238,7 @@
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://svn.unicaen.fr/svn/UnicaenApp", "url": "https://svn.unicaen.fr/svn/UnicaenApp",
"reference": "/trunk/@707" "reference": "/trunk/@714"
}, },
"require": { "require": {
"doctrine/doctrine-orm-module": ">=0.7", "doctrine/doctrine-orm-module": ">=0.7",
...@@ -1281,7 +1281,7 @@ ...@@ -1281,7 +1281,7 @@
] ]
}, },
"description": "Module commun aux applis ZF2 de l'UCBN", "description": "Module commun aux applis ZF2 de l'UCBN",
"time": "2016-05-20 10:53:48" "time": "2016-06-10 15:26:34"
}, },
{ {
"name": "unicaen/unicaen-auth", "name": "unicaen/unicaen-auth",
...@@ -1289,7 +1289,7 @@ ...@@ -1289,7 +1289,7 @@
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://svn.unicaen.fr/svn/UnicaenAuth", "url": "https://svn.unicaen.fr/svn/UnicaenAuth",
"reference": "/trunk/@281" "reference": "/trunk/@288"
}, },
"require": { "require": {
"bjyoungblood/bjy-authorize": ">=1.4", "bjyoungblood/bjy-authorize": ">=1.4",
...@@ -1310,7 +1310,8 @@ ...@@ -1310,7 +1310,8 @@
"./Module.php" "./Module.php"
] ]
}, },
"description": "Module d'authentification pour les applis ZF2 de l'UCBN" "description": "Module d'authentification pour les applis ZF2 de l'UCBN",
"time": "2016-06-24 11:49:10"
}, },
{ {
"name": "unicaen/unicaen-code", "name": "unicaen/unicaen-code",
...@@ -1318,10 +1319,10 @@ ...@@ -1318,10 +1319,10 @@
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://svn.unicaen.fr/svn/UnicaenCode", "url": "https://svn.unicaen.fr/svn/UnicaenCode",
"reference": "/trunk/@32" "reference": "/trunk/@35"
}, },
"require": { "require": {
"zendframework/zend-developer-tools": "dev-master" "zendframework/zend-developer-tools": ">=1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=3.7", "phpunit/phpunit": ">=3.7",
...@@ -1337,7 +1338,8 @@ ...@@ -1337,7 +1338,8 @@
"./Module.php" "./Module.php"
] ]
}, },
"description": "Boite à outils pour la programmation avec la bibliothèque Unicaen" "description": "Boite à outils pour la programmation avec la bibliothèque Unicaen",
"time": "2016-07-01 12:19:01"
}, },
{ {
"name": "unicaen/unicaen-import", "name": "unicaen/unicaen-import",
...@@ -1803,7 +1805,7 @@ ...@@ -1803,7 +1805,7 @@
}, },
{ {
"name": "zendframework/zend-developer-tools", "name": "zendframework/zend-developer-tools",
"version": "dev-master", "version": "1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/ZendDeveloperTools.git", "url": "https://github.com/zendframework/ZendDeveloperTools.git",
...@@ -3638,39 +3640,136 @@ ...@@ -3638,39 +3640,136 @@
} }
], ],
"packages-dev": [ "packages-dev": [
{
"name": "phpdocumentor/reflection-common",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
"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": "2015-12-27 11:43:31"
},
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "2.0.4", "version": "3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
}, },
"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/9270140b940ff02e58ec577c237274e92cd40cdd",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0@dev",
"phpdocumentor/type-resolver": "^0.2.0",
"webmozart/assert": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.4"
}, },
"suggest": { "type": "library",
"dflydev/markdown": "~1.0", "autoload": {
"erusev/parsedown": "~1.0" "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": "2016-06-10 09:48:41"
},
{
"name": "phpdocumentor/type-resolver",
"version": "0.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
"shasum": ""
},
"require": {
"php": ">=5.5",
"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/"
] ]
} }
...@@ -3682,39 +3781,39 @@ ...@@ -3682,39 +3781,39 @@
"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": "2016-06-10 07:14:17"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "v1.6.0", "version": "v1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
"reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.0.2", "doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0", "php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "~2.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
"sebastian/comparator": "~1.1", "sebastian/comparator": "^1.1",
"sebastian/recursion-context": "~1.0" "sebastian/recursion-context": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "~2.0" "phpspec/phpspec": "^2.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.5.x-dev" "dev-master": "1.6.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3747,7 +3846,7 @@ ...@@ -3747,7 +3846,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2016-02-15 07:46:21" "time": "2016-06-07 08:13:47"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
...@@ -4288,16 +4387,16 @@ ...@@ -4288,16 +4387,16 @@
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
"version": "1.2.1", "version": "1.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "7ae5513327cb536431847bcc0c10edba2701064e" "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
"reference": "7ae5513327cb536431847bcc0c10edba2701064e", "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4305,12 +4404,13 @@ ...@@ -4305,12 +4404,13 @@
"sebastian/recursion-context": "~1.0" "sebastian/recursion-context": "~1.0"
}, },
"require-dev": { "require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "~4.4" "phpunit/phpunit": "~4.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2.x-dev" "dev-master": "1.3.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -4350,7 +4450,7 @@ ...@@ -4350,7 +4450,7 @@
"export", "export",
"exporter" "exporter"
], ],
"time": "2015-06-21 07:55:53" "time": "2016-06-17 09:04:28"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
...@@ -4493,16 +4593,16 @@ ...@@ -4493,16 +4593,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.1.0", "version": "v3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a" "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a", "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
"reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a", "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4538,7 +4638,56 @@ ...@@ -4538,7 +4638,56 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-05-26 21:46:24" "time": "2016-06-29 05:41:56"
},
{
"name": "webmozart/assert",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
"reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
"reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"time": "2015-08-24 13:29:44"
}, },
{ {
"name": "zendframework/zend-dom", "name": "zendframework/zend-dom",
...@@ -4653,8 +4802,7 @@ ...@@ -4653,8 +4802,7 @@
"unicaen/unicaen-auth": 20, "unicaen/unicaen-auth": 20,
"bjyoungblood/bjy-authorize": 20, "bjyoungblood/bjy-authorize": 20,
"unicaen/unicaen-code": 20, "unicaen/unicaen-code": 20,
"unicaen/unicaen-import": 20, "unicaen/unicaen-import": 20
"zendframework/zend-developer-tools": 20
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment