Commit 77bbfd0c authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

composer update

parent 16f17c55
Loading
Loading
Loading
Loading
+26 −113
Original line number Diff line number Diff line
@@ -124,16 +124,16 @@
        },
        {
            "name": "aws/aws-sdk-php",
            "version": "3.271.8",
            "version": "3.272.0",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-sdk-php.git",
                "reference": "46250f9947768c102052a6650a0a09405e77ee0a"
                "reference": "2448f5c4ffd0125fa86df6aa12d0a41aa2de68da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/46250f9947768c102052a6650a0a09405e77ee0a",
                "reference": "46250f9947768c102052a6650a0a09405e77ee0a",
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2448f5c4ffd0125fa86df6aa12d0a41aa2de68da",
                "reference": "2448f5c4ffd0125fa86df6aa12d0a41aa2de68da",
                "shasum": ""
            },
            "require": {
@@ -213,9 +213,9 @@
            "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.271.8"
                "source": "https://github.com/aws/aws-sdk-php/tree/3.272.0"
            },
            "time": "2023-06-05T18:20:21+00:00"
            "time": "2023-06-08T18:21:03+00:00"
        },
        {
            "name": "beberlei/assert",
@@ -9306,116 +9306,33 @@
            ],
            "time": "2023-05-02T15:15:43+00:00"
        },
        {
            "name": "react/promise-timer",
            "version": "v1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise-timer.git",
                "reference": "aa7a73c74b8d8c0f622f5982ff7b0351bc29e495"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/aa7a73c74b8d8c0f622f5982ff7b0351bc29e495",
                "reference": "aa7a73c74b8d8c0f622f5982ff7b0351bc29e495",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "react/event-loop": "^1.2",
                "react/promise": "^3.0 || ^2.7.0 || ^1.2.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "React\\Promise\\Timer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering",
                    "homepage": "https://clue.engineering/"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "reactphp@ceesjankiewiet.nl",
                    "homepage": "https://wyrihaximus.net/"
                },
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com",
                    "homepage": "https://sorgalla.com/"
                },
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "homepage": "https://cboden.dev/"
                }
            ],
            "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
            "homepage": "https://github.com/reactphp/promise-timer",
            "keywords": [
                "async",
                "event-loop",
                "promise",
                "reactphp",
                "timeout",
                "timer"
            ],
            "support": {
                "issues": "https://github.com/reactphp/promise-timer/issues",
                "source": "https://github.com/reactphp/promise-timer/tree/v1.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/WyriHaximus",
                    "type": "github"
                },
                {
                    "url": "https://github.com/clue",
                    "type": "github"
                }
            ],
            "time": "2022-06-13T13:41:03+00:00"
        },
        {
            "name": "react/socket",
            "version": "v1.12.0",
            "version": "v1.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/socket.git",
                "reference": "81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b"
                "reference": "cff482bbad5848ecbe8b57da57e4e213b03619aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/socket/zipball/81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b",
                "reference": "81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b",
                "url": "https://api.github.com/repos/reactphp/socket/zipball/cff482bbad5848ecbe8b57da57e4e213b03619aa",
                "reference": "cff482bbad5848ecbe8b57da57e4e213b03619aa",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.0",
                "react/dns": "^1.8",
                "react/dns": "^1.11",
                "react/event-loop": "^1.2",
                "react/promise": "^3 || ^2.6 || ^1.2.1",
                "react/promise-timer": "^1.9",
                "react/stream": "^1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
                "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35",
                "react/async": "^4 || ^3 || ^2",
                "react/promise-stream": "^1.4"
                "react/promise-stream": "^1.4",
                "react/promise-timer": "^1.9"
            },
            "type": "library",
            "autoload": {
@@ -9459,19 +9376,15 @@
            ],
            "support": {
                "issues": "https://github.com/reactphp/socket/issues",
                "source": "https://github.com/reactphp/socket/tree/v1.12.0"
                "source": "https://github.com/reactphp/socket/tree/v1.13.0"
            },
            "funding": [
                {
                    "url": "https://github.com/WyriHaximus",
                    "type": "github"
                },
                {
                    "url": "https://github.com/clue",
                    "type": "github"
                    "url": "https://opencollective.com/reactphp",
                    "type": "open_collective"
                }
            ],
            "time": "2022-08-25T12:32:25+00:00"
            "time": "2023-06-07T10:28:34+00:00"
        },
        {
            "name": "react/stream",
@@ -11079,16 +10992,16 @@
        },
        {
            "name": "twig/twig",
            "version": "v3.6.0",
            "version": "v3.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "106c170d08e8415d78be2d16c3d057d0d108262b"
                "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/106c170d08e8415d78be2d16c3d057d0d108262b",
                "reference": "106c170d08e8415d78be2d16c3d057d0d108262b",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd",
                "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd",
                "shasum": ""
            },
            "require": {
@@ -11134,7 +11047,7 @@
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.6.0"
                "source": "https://github.com/twigphp/Twig/tree/v3.6.1"
            },
            "funding": [
                {
@@ -11146,7 +11059,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2023-05-03T19:06:57+00:00"
            "time": "2023-06-08T12:52:13+00:00"
        },
        {
            "name": "unicaen/alerte",
@@ -11764,7 +11677,7 @@
            "source": {
                "type": "git",
                "url": "https://git.unicaen.fr/open-source/sygal-api.git",
                "reference": "01caf89e57e418042e236053461d15a6cdf683b6"
                "reference": "41619981cfdc3e31ea8271e8d9cf63db8704c2b3"
            },
            "require": {
                "guzzlehttp/guzzle": "^7.0",
@@ -11789,7 +11702,7 @@
                ]
            },
            "description": "API SyGAL",
            "time": "2023-06-06T14:11:40+00:00"
            "time": "2023-06-07T15:48:09+00:00"
        },
        {
            "name": "unicaen/zfc-user",