Commit 88e11040 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'release_5.1.0'

parents 5fbcfff9 be19bbc0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
Journal des modifications
=========================

5.1.0
-----
- Nouveau module "technique" Fichier proposant 2 modes de stockage des fichiers téléversés : Filesystem ou S3 
  (cf. [releases notes](./doc/release-notes/v5.0.2.md)).
- [FIX] Correction du chemin de stockage des rapports CSI et de mi-parcours

5.0.1
-----
- [FIX] Abandon des 'data:image/*;base64,' dans les templates mPDF.
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@
        "laminas/laminas-feed": "^2.12",
        "laminas/laminas-soap": "^2.8",
        "laminas/laminas-development-mode": "^3.2",
        "laminas/laminas-dependency-plugin": "^2.1"
        "laminas/laminas-dependency-plugin": "^2.1",
        "aws/aws-sdk-php": "^3.226"
    },
    "autoload": {
        "psr-0": {
+234 −29
Original line number Diff line number Diff line
@@ -4,8 +4,150 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "ee21eba4d1cd9604235adb3c934b2669",
    "content-hash": "108f4174a64555e056ba86f718f747c7",
    "packages": [
        {
            "name": "aws/aws-crt-php",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/awslabs/aws-crt-php.git",
                "reference": "3942776a8c99209908ee0b287746263725685732"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
                "reference": "3942776a8c99209908ee0b287746263725685732",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35|^5.4.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "AWS SDK Common Runtime Team",
                    "email": "aws-sdk-common-runtime@amazon.com"
                }
            ],
            "description": "AWS Common Runtime for PHP",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "crt",
                "sdk"
            ],
            "support": {
                "issues": "https://github.com/awslabs/aws-crt-php/issues",
                "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
            },
            "time": "2021-09-03T22:57:30+00:00"
        },
        {
            "name": "aws/aws-sdk-php",
            "version": "3.231.8",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-sdk-php.git",
                "reference": "99b3e4585ac82a6e9ab6d1944d90231456fefbea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/99b3e4585ac82a6e9ab6d1944d90231456fefbea",
                "reference": "99b3e4585ac82a6e9ab6d1944d90231456fefbea",
                "shasum": ""
            },
            "require": {
                "aws/aws-crt-php": "^1.0.2",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-simplexml": "*",
                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
                "guzzlehttp/promises": "^1.4.0",
                "guzzlehttp/psr7": "^1.8.5 || ^2.3",
                "mtdowling/jmespath.php": "^2.6",
                "php": ">=5.5"
            },
            "require-dev": {
                "andrewsville/php-token-reflection": "^1.4",
                "aws/aws-php-sns-message-validator": "~1.0",
                "behat/behat": "~3.0",
                "composer/composer": "^1.10.22",
                "doctrine/cache": "~1.4",
                "ext-dom": "*",
                "ext-openssl": "*",
                "ext-pcntl": "*",
                "ext-sockets": "*",
                "nette/neon": "^2.3",
                "paragonie/random_compat": ">= 2",
                "phpunit/phpunit": "^4.8.35 || ^5.6.3",
                "psr/cache": "^1.0",
                "psr/simple-cache": "^1.0",
                "sebastian/comparator": "^1.2.3"
            },
            "suggest": {
                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
                "doctrine/cache": "To use the DoctrineCacheAdapter",
                "ext-curl": "To send requests using cURL",
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
                "ext-sockets": "To use client-side monitoring"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Aws\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Amazon Web Services",
                    "homepage": "http://aws.amazon.com"
                }
            ],
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "cloud",
                "dynamodb",
                "ec2",
                "glacier",
                "s3",
                "sdk"
            ],
            "support": {
                "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
                "issues": "https://github.com/aws/aws-sdk-php/issues",
                "source": "https://github.com/aws/aws-sdk-php/tree/3.231.8"
            },
            "time": "2022-07-18T18:20:47+00:00"
        },
        {
            "name": "beberlei/assert",
            "version": "v2.9.9",
@@ -3842,40 +3984,41 @@
        },
        {
            "name": "laminas/laminas-feed",
            "version": "2.17.0",
            "version": "2.18.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-feed.git",
                "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0"
                "reference": "f2b852e88996fb9ffeaa862398505ce06afdbcc0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/1ccb024ea615606ed1d676ba0fa3f22a398f3ac0",
                "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0",
                "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/f2b852e88996fb9ffeaa862398505ce06afdbcc0",
                "reference": "f2b852e88996fb9ffeaa862398505ce06afdbcc0",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "laminas/laminas-escaper": "^2.9",
                "laminas/laminas-servicemanager": "^3.14.0",
                "laminas/laminas-stdlib": "^3.6",
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
            },
            "conflict": {
                "laminas/laminas-servicemanager": "<3.3",
                "zendframework/zend-feed": "*"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.7.2",
                "laminas/laminas-coding-standard": "~2.2.1",
                "laminas/laminas-cache": "^2.13.2 || ^3.1.3",
                "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.0.0",
                "laminas/laminas-coding-standard": "~2.3.0",
                "laminas/laminas-db": "^2.13.3",
                "laminas/laminas-http": "^2.15",
                "laminas/laminas-servicemanager": "^3.7",
                "laminas/laminas-validator": "^2.15",
                "phpunit/phpunit": "^9.5.5",
                "psalm/plugin-phpunit": "^0.13.0",
                "psalm/plugin-phpunit": "^0.17.0",
                "psr/http-message": "^1.0.1",
                "vimeo/psalm": "^4.1"
                "vimeo/psalm": "^4.24.0"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
@@ -3895,11 +4038,13 @@
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides functionality for consuming RSS and Atom feeds",
            "description": "provides functionality for creating and consuming RSS and Atom feeds",
            "homepage": "https://laminas.dev",
            "keywords": [
                "atom",
                "feed",
                "laminas"
                "laminas",
                "rss"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
@@ -3915,7 +4060,7 @@
                    "type": "community_bridge"
                }
            ],
            "time": "2022-03-24T10:26:04+00:00"
            "time": "2022-07-19T09:20:28+00:00"
        },
        {
            "name": "laminas/laminas-filter",
@@ -5942,22 +6087,23 @@
        },
        {
            "name": "laminas/laminas-servicemanager",
            "version": "3.14.0",
            "version": "3.15.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-servicemanager.git",
                "reference": "918de970b2c3d42acebff3d431d76db52b6a32a2"
                "reference": "65910ef6a8066b0369fab77fbec9e030be59c866"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/918de970b2c3d42acebff3d431d76db52b6a32a2",
                "reference": "918de970b2c3d42acebff3d431d76db52b6a32a2",
                "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/65910ef6a8066b0369fab77fbec9e030be59c866",
                "reference": "65910ef6a8066b0369fab77fbec9e030be59c866",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "laminas/laminas-stdlib": "^3.2.1",
                "php": "~7.4.0 || ~8.0.0 || ~8.1.0",
                "psr/container": "^1.0"
                "psr/container": "^1.1 || ^2.0.2"
            },
            "conflict": {
                "ext-psr": "*",
@@ -5966,16 +6112,14 @@
                "zendframework/zend-servicemanager": "*"
            },
            "provide": {
                "psr/container-implementation": "^1.0"
                "psr/container-implementation": "^1.1 || ^2.0"
            },
            "replace": {
                "container-interop/container-interop": "^1.2.0"
            },
            "require-dev": {
                "composer/package-versions-deprecated": "^1.0",
                "laminas/laminas-coding-standard": "~2.3.0",
                "laminas/laminas-container-config-test": "^0.6",
                "laminas/laminas-dependency-plugin": "^2.1.2",
                "mikey179/vfsstream": "^1.6.10@alpha",
                "ocramius/proxy-manager": "^2.11",
                "phpbench/phpbench": "^1.1",
@@ -6029,7 +6173,7 @@
                    "type": "community_bridge"
                }
            ],
            "time": "2022-07-07T16:13:26+00:00"
            "time": "2022-07-18T21:18:56+00:00"
        },
        {
            "name": "laminas/laminas-session",
@@ -6445,16 +6589,16 @@
        },
        {
            "name": "laminas/laminas-view",
            "version": "2.21.0",
            "version": "2.22.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-view.git",
                "reference": "4145f10db72ebfe34d11bc3b6a298aa62ad9533f"
                "reference": "ae32391bdec45ca9fc73dd0882cd7301ab07ecf3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-view/zipball/4145f10db72ebfe34d11bc3b6a298aa62ad9533f",
                "reference": "4145f10db72ebfe34d11bc3b6a298aa62ad9533f",
                "url": "https://api.github.com/repos/laminas/laminas-view/zipball/ae32391bdec45ca9fc73dd0882cd7301ab07ecf3",
                "reference": "ae32391bdec45ca9fc73dd0882cd7301ab07ecf3",
                "shasum": ""
            },
            "require": {
@@ -6497,7 +6641,7 @@
                "phpspec/prophecy": "^1.12",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.5.5",
                "psalm/plugin-phpunit": "^0.16.1",
                "psalm/plugin-phpunit": "^0.17.0",
                "vimeo/psalm": "^4.10"
            },
            "suggest": {
@@ -6548,7 +6692,7 @@
                    "type": "community_bridge"
                }
            ],
            "time": "2022-07-10T15:36:43+00:00"
            "time": "2022-07-19T09:25:16+00:00"
        },
        {
            "name": "laminas/laminas-zendframework-bridge",
@@ -6793,6 +6937,67 @@
            ],
            "time": "2022-04-18T11:50:28+00:00"
        },
        {
            "name": "mtdowling/jmespath.php",
            "version": "2.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/jmespath/jmespath.php.git",
                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0 || ^8.0",
                "symfony/polyfill-mbstring": "^1.17"
            },
            "require-dev": {
                "composer/xdebug-handler": "^1.4 || ^2.0",
                "phpunit/phpunit": "^4.8.36 || ^7.5.15"
            },
            "bin": [
                "bin/jp.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/JmesPath.php"
                ],
                "psr-4": {
                    "JmesPath\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Declaratively specify how to extract elements from a JSON document",
            "keywords": [
                "json",
                "jsonpath"
            ],
            "support": {
                "issues": "https://github.com/jmespath/jmespath.php/issues",
                "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
            },
            "time": "2021-06-14T00:11:39+00:00"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.11.0",
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ return [
        'UnicaenPdf',
        'UnicaenRenderer',
        'Structure',
        'Fichier',
        'Import',
        'Indicateur',
        'Individu',
+0 −4
Original line number Diff line number Diff line
@@ -62,10 +62,6 @@ return [
        // cf. secret.local.php
    ],

    'fichier' => [
        'root_dir_path' => '/app/upload',
    ],

    'cli_config' => [
        // cf. secret.local.php
    ],
Loading