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

Dépendance avec les versions 3.0 des bib unicaen

parent d2e8f398
No related branches found
No related tags found
No related merge requests found
Pipeline #5274 failed
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "472fe5bd83d98e8ce14043b863c18ace",
"content-hash": "a868570eddc575aa0674ec170b0b473f",
"packages": [
{
"name": "beberlei/assert",
......@@ -2176,11 +2176,11 @@
},
{
"name": "unicaen/app",
"version": "dev-zf-3.x",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/app.git",
"reference": "f18f3a9ae51144c0bf5dc07b6139fba07314fc6a"
"reference": "fe92dcafbefbfdcdea019ef0c963b8b5efca4037"
},
"require": {
"beberlei/assert": "^2.9",
......@@ -2236,22 +2236,22 @@
]
},
"description": "Module de base des applications unicaen",
"time": "2019-09-16T09:49:44+00:00"
"time": "2019-09-16T13:15:55+00:00"
},
{
"name": "unicaen/auth",
"version": "dev-zf-3.x",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/auth.git",
"reference": "12c05066041f8c305c1c95ac933ed95eb128401a"
"reference": "433bbe5a7d3f5089cfc390ea5cbef90b9a56186e"
},
"require": {
"beberlei/assert": "^2.9",
"jasig/phpcas": "^1.3",
"php": "7.3.*",
"ramsey/uuid": "^3.7",
"unicaen/app": "dev-zf-3.x",
"unicaen/bjy-authorize": "dev-zf-3.x"
"unicaen/app": "^3.0",
"unicaen/bjy-authorize": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.6"
......@@ -2267,19 +2267,19 @@
]
},
"description": "Module d'authentification pour les applications Unicaen",
"time": "2019-09-11T09:05:45+00:00"
"time": "2019-09-18T12:02:04+00:00"
},
{
"name": "unicaen/bjy-authorize",
"version": "dev-zf-3.x",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/bjy-authorize.git",
"reference": "790c5fddb1a3a89ed904faa633722c57c5c472f5"
"reference": "9480124324d8b1c6de56cdf27ab687fea2216c84"
},
"require": {
"doctrine/common": "^2.7",
"php": ">=5.6 || >=7.0",
"php": "7.3.*",
"zendframework/zend-cache": "^2.8",
"zendframework/zend-eventmanager": "^3.2",
"zendframework/zend-http": "^2.10",
......@@ -2328,24 +2328,23 @@
"zf2",
"zfc-user"
],
"time": "2019-03-21T09:05:22+00:00"
"time": "2019-09-18T07:15:38+00:00"
},
{
"name": "unicaen/faq",
"version": "dev-zf-3.x",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/faq.git",
"reference": "c6f03783941b0dd0c553a0e01cd84519959550e2"
"reference": "1caeeb64aa47aeaba737e06e221d1b82b380dd46"
},
"require": {
"unicaen/app": "dev-zf-3.x"
"unicaen/app": "^3.0"
},
"require-dev": {
"phpspec/prophecy": "^1.6",
"phpunit/phpunit": "^5.6",
"snapshotpl/zf-snap-event-debugger": "1.*",
"zendframework/zend-test": "^2.4 || ^3.0"
"zendframework/zend-test": "^3.0"
},
"type": "library",
"autoload": {
......@@ -2357,18 +2356,18 @@
]
},
"description": "Module de foire aux questions",
"time": "2019-03-20T15:37:21+00:00"
"time": "2019-09-18T08:11:53+00:00"
},
{
"name": "unicaen/ldap",
"version": "dev-zf-3.x",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/ldap.git",
"reference": "2dca4963d882e9e9ea590a34ed22de3b6d922941"
"reference": "26bcaef4f761087a975139b2d1e54e935869b78c"
},
"require": {
"php": "^5.6 || ^7.0",
"php": "7.3.*",
"zendframework/zend-config": "^3.2",
"zendframework/zend-i18n": "^2.9",
"zendframework/zend-ldap": "^2.10",
......@@ -2380,7 +2379,7 @@
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"zendframework/zend-test": ">=2.2"
"zendframework/zend-test": "^3.2"
},
"type": "library",
"autoload": {
......@@ -2394,7 +2393,7 @@
]
},
"description": "Module Ldap des applications Unicaen",
"time": "2019-05-23T13:04:14+00:00"
"time": "2019-09-18T09:15:50+00:00"
},
{
"name": "zendframework/zend-authentication",
......@@ -5452,16 +5451,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "7.0.7",
"version": "7.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "7743bbcfff2a907e9ee4a25be13d0f8ec5e73800"
"reference": "aa0d179a13284c7420fc281fc32750e6cc7c9e2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7743bbcfff2a907e9ee4a25be13d0f8ec5e73800",
"reference": "7743bbcfff2a907e9ee4a25be13d0f8ec5e73800",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa0d179a13284c7420fc281fc32750e6cc7c9e2f",
"reference": "aa0d179a13284c7420fc281fc32750e6cc7c9e2f",
"shasum": ""
},
"require": {
......@@ -5470,7 +5469,7 @@
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.1.0",
"phpunit/php-token-stream": "^3.1.1",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^4.2.2",
"sebastian/version": "^2.0.1",
......@@ -5511,7 +5510,7 @@
"testing",
"xunit"
],
"time": "2019-07-25T05:31:54+00:00"
"time": "2019-09-17T06:24:36+00:00"
},
{
"name": "phpunit/php-file-iterator",
......@@ -5655,16 +5654,16 @@
},
{
"name": "phpunit/php-token-stream",
"version": "3.1.0",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "e899757bb3df5ff6e95089132f32cd59aac2220a"
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a",
"reference": "e899757bb3df5ff6e95089132f32cd59aac2220a",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
"shasum": ""
},
"require": {
......@@ -5700,7 +5699,7 @@
"keywords": [
"tokenizer"
],
"time": "2019-07-25T05:29:42+00:00"
"time": "2019-09-17T06:23:10+00:00"
},
{
"name": "phpunit/phpunit",
......@@ -6735,13 +6734,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"unicaen/app": 20,
"unicaen/auth": 20,
"unicaen/bjy-authorize": 20,
"unicaen/faq": 20,
"unicaen/ldap": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment