deploy: use wopi as source

This commit is contained in:
Julien Fastré 2022-12-29 22:33:01 +01:00
parent b10074e440
commit beab370cd6
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 174 additions and 161 deletions

View File

@ -58,7 +58,9 @@
},
"preferred-install": {
"chill-project/chill-bundles": "source",
"champs-libres/async-uploader-bundle": "source"
"champs-libres/async-uploader-bundle": "source",
"champs-libres/wopi-bundle": "source",
"champs-libres/wopi-lib": "source"
}
}
}

331
composer.lock generated
View File

@ -337,7 +337,7 @@
"chill",
"social worker"
],
"time": "2022-12-23T12:36:32+00:00"
"time": "2022-12-26T23:09:45+00:00"
},
{
"name": "composer/package-versions-deprecated",
@ -5344,42 +5344,53 @@
},
{
"name": "ramsey/collection",
"version": "1.2.2",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
"url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4",
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8",
"php": "^7.4 || ^8.0",
"symfony/polyfill-php81": "^1.23"
},
"require-dev": {
"captainhook/captainhook": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"ergebnis/composer-normalize": "^2.6",
"fakerphp/faker": "^1.5",
"hamcrest/hamcrest-php": "^2",
"jangregor/phpstan-prophecy": "^0.8",
"mockery/mockery": "^1.3",
"captainhook/plugin-composer": "^5.3",
"ergebnis/composer-normalize": "^2.28.3",
"fakerphp/faker": "^1.21",
"hamcrest/hamcrest-php": "^2.0",
"jangregor/phpstan-prophecy": "^1.0",
"mockery/mockery": "^1.5",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcsstandards/phpcsutils": "^1.0.0-rc1",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^0.12.32",
"phpstan/phpstan-mockery": "^0.12.5",
"phpstan/phpstan-phpunit": "^0.12.11",
"phpunit/phpunit": "^8.5 || ^9",
"psy/psysh": "^0.10.4",
"slevomat/coding-standard": "^6.3",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.4"
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18.4",
"ramsey/coding-standard": "^2.0.3",
"ramsey/conventional-commits": "^1.3",
"vimeo/psalm": "^5.4"
},
"type": "library",
"extra": {
"captainhook": {
"force-install": true
},
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Collection\\": "src/"
@ -5407,7 +5418,7 @@
],
"support": {
"issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/1.2.2"
"source": "https://github.com/ramsey/collection/tree/1.3.0"
},
"funding": [
{
@ -5419,7 +5430,7 @@
"type": "tidelift"
}
],
"time": "2021-10-10T03:01:02+00:00"
"time": "2022-12-27T19:12:24+00:00"
},
{
"name": "ramsey/uuid",
@ -6090,16 +6101,16 @@
},
{
"name": "symfony/amqp-messenger",
"version": "v5.4.15",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/amqp-messenger.git",
"reference": "8775f97adc4f3dc8ce21f5d25c330d4081681bb6"
"reference": "df5601a7e1d379c13fc0e9e86219e071a370def0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/8775f97adc4f3dc8ce21f5d25c330d4081681bb6",
"reference": "8775f97adc4f3dc8ce21f5d25c330d4081681bb6",
"url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/df5601a7e1d379c13fc0e9e86219e071a370def0",
"reference": "df5601a7e1d379c13fc0e9e86219e071a370def0",
"shasum": ""
},
"require": {
@ -6139,7 +6150,7 @@
"description": "Symfony AMQP extension Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/amqp-messenger/tree/v5.4.15"
"source": "https://github.com/symfony/amqp-messenger/tree/v5.4.17"
},
"funding": [
{
@ -6155,7 +6166,7 @@
"type": "tidelift"
}
],
"time": "2022-10-11T16:57:44+00:00"
"time": "2022-12-13T17:34:41+00:00"
},
{
"name": "symfony/asset",
@ -6300,16 +6311,16 @@
},
{
"name": "symfony/cache",
"version": "v5.4.15",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "60e87188abbacd29ccde44d69c5392a33e888e98"
"reference": "d3f76803280505aac4bebf83e3b2ba1230dfe89d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/60e87188abbacd29ccde44d69c5392a33e888e98",
"reference": "60e87188abbacd29ccde44d69c5392a33e888e98",
"url": "https://api.github.com/repos/symfony/cache/zipball/d3f76803280505aac4bebf83e3b2ba1230dfe89d",
"reference": "d3f76803280505aac4bebf83e3b2ba1230dfe89d",
"shasum": ""
},
"require": {
@ -6377,7 +6388,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.15"
"source": "https://github.com/symfony/cache/tree/v5.4.17"
},
"funding": [
{
@ -6393,7 +6404,7 @@
"type": "tidelift"
}
],
"time": "2022-10-27T07:55:40+00:00"
"time": "2022-12-22T15:14:34+00:00"
},
{
"name": "symfony/cache-contracts",
@ -6780,16 +6791,16 @@
},
{
"name": "symfony/dependency-injection",
"version": "v5.4.16",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "a93e1863500940780fc1235f52d54397be2d14b3"
"reference": "58f2988128d2d278280781db037677a32cf720db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a93e1863500940780fc1235f52d54397be2d14b3",
"reference": "a93e1863500940780fc1235f52d54397be2d14b3",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/58f2988128d2d278280781db037677a32cf720db",
"reference": "58f2988128d2d278280781db037677a32cf720db",
"shasum": ""
},
"require": {
@ -6849,7 +6860,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.16"
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.17"
},
"funding": [
{
@ -6865,7 +6876,7 @@
"type": "tidelift"
}
],
"time": "2022-11-25T07:33:13+00:00"
"time": "2022-12-28T13:55:51+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -7119,16 +7130,16 @@
},
{
"name": "symfony/dom-crawler",
"version": "v5.4.15",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258"
"reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b8fd0ff9a0f00d944f1534f6d21e84f92eda7258",
"reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32a07d910edc138a1dd5508c17c6b9bc1eb27a1b",
"reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b",
"shasum": ""
},
"require": {
@ -7174,7 +7185,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.15"
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.17"
},
"funding": [
{
@ -7190,7 +7201,7 @@
"type": "tidelift"
}
],
"time": "2022-10-27T08:04:35+00:00"
"time": "2022-12-22T10:31:03+00:00"
},
{
"name": "symfony/error-handler",
@ -7552,16 +7563,16 @@
},
{
"name": "symfony/finder",
"version": "v5.4.11",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c"
"reference": "40c08632019838dfb3350f18cf5563b8080055fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c",
"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c",
"url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc",
"reference": "40c08632019838dfb3350f18cf5563b8080055fc",
"shasum": ""
},
"require": {
@ -7595,7 +7606,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.4.11"
"source": "https://github.com/symfony/finder/tree/v5.4.17"
},
"funding": [
{
@ -7611,7 +7622,7 @@
"type": "tidelift"
}
],
"time": "2022-07-29T07:37:50+00:00"
"time": "2022-12-22T10:31:03+00:00"
},
{
"name": "symfony/flex",
@ -7924,16 +7935,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.4.16",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "0f43af12a27733a060b92396b7bde84a4376da0a"
"reference": "772129f800fc0bfaa6bd40c40934d544f0957d30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/0f43af12a27733a060b92396b7bde84a4376da0a",
"reference": "0f43af12a27733a060b92396b7bde84a4376da0a",
"url": "https://api.github.com/repos/symfony/http-client/zipball/772129f800fc0bfaa6bd40c40934d544f0957d30",
"reference": "772129f800fc0bfaa6bd40c40934d544f0957d30",
"shasum": ""
},
"require": {
@ -7991,7 +8002,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.4.16"
"source": "https://github.com/symfony/http-client/tree/v5.4.17"
},
"funding": [
{
@ -8007,7 +8018,7 @@
"type": "tidelift"
}
],
"time": "2022-11-09T11:27:39+00:00"
"time": "2022-12-13T11:07:37+00:00"
},
{
"name": "symfony/http-client-contracts",
@ -8349,16 +8360,16 @@
},
{
"name": "symfony/mailer",
"version": "v5.4.16",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "501ac1c388b18390547aa138253de2c5e44e931e"
"reference": "fd816412b76447890efedaf9ddfe8632589ce10c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/501ac1c388b18390547aa138253de2c5e44e931e",
"reference": "501ac1c388b18390547aa138253de2c5e44e931e",
"url": "https://api.github.com/repos/symfony/mailer/zipball/fd816412b76447890efedaf9ddfe8632589ce10c",
"reference": "fd816412b76447890efedaf9ddfe8632589ce10c",
"shasum": ""
},
"require": {
@ -8405,7 +8416,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v5.4.16"
"source": "https://github.com/symfony/mailer/tree/v5.4.17"
},
"funding": [
{
@ -8421,20 +8432,20 @@
"type": "tidelift"
}
],
"time": "2022-11-04T07:37:26+00:00"
"time": "2022-12-14T15:45:23+00:00"
},
{
"name": "symfony/messenger",
"version": "v5.4.16",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
"reference": "ead27c3bcb125799a249b430ca0540ee0b3a4504"
"reference": "b6f91bc2732278f5d10ff21833db5ce7c2c4f8b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/messenger/zipball/ead27c3bcb125799a249b430ca0540ee0b3a4504",
"reference": "ead27c3bcb125799a249b430ca0540ee0b3a4504",
"url": "https://api.github.com/repos/symfony/messenger/zipball/b6f91bc2732278f5d10ff21833db5ce7c2c4f8b2",
"reference": "b6f91bc2732278f5d10ff21833db5ce7c2c4f8b2",
"shasum": ""
},
"require": {
@ -8495,7 +8506,7 @@
"description": "Helps applications send and receive messages to/from other applications or via message queues",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/messenger/tree/v5.4.16"
"source": "https://github.com/symfony/messenger/tree/v5.4.17"
},
"funding": [
{
@ -8511,20 +8522,20 @@
"type": "tidelift"
}
],
"time": "2022-11-14T10:09:38+00:00"
"time": "2022-12-12T15:54:21+00:00"
},
{
"name": "symfony/mime",
"version": "v5.4.16",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "46eeedb08f0832b1b61a84c612d945fc85ee4734"
"reference": "2a83d82efc91c3f03a23c8b47a896df168aa5c63"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/46eeedb08f0832b1b61a84c612d945fc85ee4734",
"reference": "46eeedb08f0832b1b61a84c612d945fc85ee4734",
"url": "https://api.github.com/repos/symfony/mime/zipball/2a83d82efc91c3f03a23c8b47a896df168aa5c63",
"reference": "2a83d82efc91c3f03a23c8b47a896df168aa5c63",
"shasum": ""
},
"require": {
@ -8579,7 +8590,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v5.4.16"
"source": "https://github.com/symfony/mime/tree/v5.4.17"
},
"funding": [
{
@ -8595,7 +8606,7 @@
"type": "tidelift"
}
],
"time": "2022-11-26T16:45:22+00:00"
"time": "2022-12-13T09:59:55+00:00"
},
{
"name": "symfony/monolog-bridge",
@ -9817,16 +9828,16 @@
},
{
"name": "symfony/property-info",
"version": "v5.4.16",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
"reference": "9dd148c4fbfc231fa4bff00def8dc16a2cd89944"
"reference": "12e1f7b3d73b1f3690aa524b92b5de9937507361"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/9dd148c4fbfc231fa4bff00def8dc16a2cd89944",
"reference": "9dd148c4fbfc231fa4bff00def8dc16a2cd89944",
"url": "https://api.github.com/repos/symfony/property-info/zipball/12e1f7b3d73b1f3690aa524b92b5de9937507361",
"reference": "12e1f7b3d73b1f3690aa524b92b5de9937507361",
"shasum": ""
},
"require": {
@ -9841,7 +9852,7 @@
"symfony/dependency-injection": "<4.4"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
"doctrine/annotations": "^1.10.4|^2",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"phpstan/phpdoc-parser": "^1.0",
"symfony/cache": "^4.4|^5.0|^6.0",
@ -9888,7 +9899,7 @@
"validator"
],
"support": {
"source": "https://github.com/symfony/property-info/tree/v5.4.16"
"source": "https://github.com/symfony/property-info/tree/v5.4.17"
},
"funding": [
{
@ -9904,7 +9915,7 @@
"type": "tidelift"
}
],
"time": "2022-11-19T17:41:50+00:00"
"time": "2022-12-20T11:10:57+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
@ -10063,16 +10074,16 @@
},
{
"name": "symfony/routing",
"version": "v5.4.15",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "5c9b129efe9abce9470e384bf65d8a7e262eee69"
"reference": "4ce2df9a469c19ba45ca6aca04fec1c358a6e791"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/5c9b129efe9abce9470e384bf65d8a7e262eee69",
"reference": "5c9b129efe9abce9470e384bf65d8a7e262eee69",
"url": "https://api.github.com/repos/symfony/routing/zipball/4ce2df9a469c19ba45ca6aca04fec1c358a6e791",
"reference": "4ce2df9a469c19ba45ca6aca04fec1c358a6e791",
"shasum": ""
},
"require": {
@ -10087,7 +10098,7 @@
"symfony/yaml": "<4.4"
},
"require-dev": {
"doctrine/annotations": "^1.12",
"doctrine/annotations": "^1.12|^2",
"psr/log": "^1|^2|^3",
"symfony/config": "^5.3|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
@ -10133,7 +10144,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v5.4.15"
"source": "https://github.com/symfony/routing/tree/v5.4.17"
},
"funding": [
{
@ -10149,7 +10160,7 @@
"type": "tidelift"
}
],
"time": "2022-10-13T14:10:41+00:00"
"time": "2022-12-20T11:10:57+00:00"
},
{
"name": "symfony/security-bundle",
@ -10553,16 +10564,16 @@
},
{
"name": "symfony/serializer",
"version": "v5.4.15",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "e80871599f6f0929bb349afc3d9ecaba783e68bd"
"reference": "4ac4fae1cbad2655a0b05f327e7ce8ef310239fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/e80871599f6f0929bb349afc3d9ecaba783e68bd",
"reference": "e80871599f6f0929bb349afc3d9ecaba783e68bd",
"url": "https://api.github.com/repos/symfony/serializer/zipball/4ac4fae1cbad2655a0b05f327e7ce8ef310239fb",
"reference": "4ac4fae1cbad2655a0b05f327e7ce8ef310239fb",
"shasum": ""
},
"require": {
@ -10574,7 +10585,7 @@
"conflict": {
"doctrine/annotations": "<1.12",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"phpdocumentor/type-resolver": "<1.4.0|>=1.7.0",
"symfony/dependency-injection": "<4.4",
"symfony/property-access": "<5.4",
"symfony/property-info": "<5.3.13",
@ -10582,7 +10593,7 @@
"symfony/yaml": "<4.4"
},
"require-dev": {
"doctrine/annotations": "^1.12",
"doctrine/annotations": "^1.12|^2",
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/config": "^4.4|^5.0|^6.0",
@ -10636,7 +10647,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/serializer/tree/v5.4.15"
"source": "https://github.com/symfony/serializer/tree/v5.4.17"
},
"funding": [
{
@ -10652,7 +10663,7 @@
"type": "tidelift"
}
],
"time": "2022-10-23T09:52:07+00:00"
"time": "2022-12-20T11:10:57+00:00"
},
{
"name": "symfony/service-contracts",
@ -10801,16 +10812,16 @@
},
{
"name": "symfony/string",
"version": "v5.4.15",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed"
"reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/571334ce9f687e3e6af72db4d3b2a9431e4fd9ed",
"reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed",
"url": "https://api.github.com/repos/symfony/string/zipball/55733a8664b8853b003e70251c58bc8cb2d82a6b",
"reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b",
"shasum": ""
},
"require": {
@ -10867,7 +10878,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.15"
"source": "https://github.com/symfony/string/tree/v5.4.17"
},
"funding": [
{
@ -10883,7 +10894,7 @@
"type": "tidelift"
}
],
"time": "2022-10-05T15:16:54+00:00"
"time": "2022-12-12T15:54:21+00:00"
},
{
"name": "symfony/swiftmailer-bundle",
@ -11603,16 +11614,16 @@
},
{
"name": "symfony/var-exporter",
"version": "v5.4.10",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340"
"reference": "2adac0a9b55f9fb40b983b790509581dc3db0fff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
"reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/2adac0a9b55f9fb40b983b790509581dc3db0fff",
"reference": "2adac0a9b55f9fb40b983b790509581dc3db0fff",
"shasum": ""
},
"require": {
@ -11656,7 +11667,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.4.10"
"source": "https://github.com/symfony/var-exporter/tree/v5.4.17"
},
"funding": [
{
@ -11672,7 +11683,7 @@
"type": "tidelift"
}
],
"time": "2022-05-27T12:56:18+00:00"
"time": "2022-12-22T10:10:04+00:00"
},
{
"name": "symfony/web-link",
@ -12048,16 +12059,16 @@
},
{
"name": "twig/extra-bundle",
"version": "v3.4.0",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
"reference": "2e58256b0e9fe52f30149347c0547e4633304765"
"reference": "edfcdbdc943b52101011d57ec546af393dc56537"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/2e58256b0e9fe52f30149347c0547e4633304765",
"reference": "2e58256b0e9fe52f30149347c0547e4633304765",
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/edfcdbdc943b52101011d57ec546af393dc56537",
"reference": "edfcdbdc943b52101011d57ec546af393dc56537",
"shasum": ""
},
"require": {
@ -12080,7 +12091,7 @@
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.5-dev"
}
},
"autoload": {
@ -12111,7 +12122,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.4.0"
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.5.0"
},
"funding": [
{
@ -12123,20 +12134,20 @@
"type": "tidelift"
}
],
"time": "2022-01-04T13:58:53+00:00"
"time": "2022-12-27T12:23:36+00:00"
},
{
"name": "twig/intl-extra",
"version": "v3.4.2",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
"reference": "151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a"
"reference": "92f2c73471e077d0f72195a331c9a245da2010cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a",
"reference": "151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a",
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/92f2c73471e077d0f72195a331c9a245da2010cd",
"reference": "92f2c73471e077d0f72195a331c9a245da2010cd",
"shasum": ""
},
"require": {
@ -12150,7 +12161,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.5-dev"
}
},
"autoload": {
@ -12180,7 +12191,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/intl-extra/tree/v3.4.2"
"source": "https://github.com/twigphp/intl-extra/tree/v3.5.0"
},
"funding": [
{
@ -12192,20 +12203,20 @@
"type": "tidelift"
}
],
"time": "2022-06-10T08:33:05+00:00"
"time": "2022-12-27T12:23:36+00:00"
},
{
"name": "twig/markdown-extra",
"version": "v3.4.0",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
"reference": "25ed505b6ffd3b00f922ca682489dfbaf44eb1f7"
"reference": "cad864a40c914f682ff08d909e6bdebe5c5ed134"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/25ed505b6ffd3b00f922ca682489dfbaf44eb1f7",
"reference": "25ed505b6ffd3b00f922ca682489dfbaf44eb1f7",
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/cad864a40c914f682ff08d909e6bdebe5c5ed134",
"reference": "cad864a40c914f682ff08d909e6bdebe5c5ed134",
"shasum": ""
},
"require": {
@ -12216,13 +12227,13 @@
"erusev/parsedown": "^1.7",
"league/commonmark": "^1.0|^2.0",
"league/html-to-markdown": "^4.8|^5.0",
"michelf/php-markdown": "^1.8",
"michelf/php-markdown": "^1.8|^2.0",
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.5-dev"
}
},
"autoload": {
@ -12253,7 +12264,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/markdown-extra/tree/v3.4.0"
"source": "https://github.com/twigphp/markdown-extra/tree/v3.5.0"
},
"funding": [
{
@ -12265,20 +12276,20 @@
"type": "tidelift"
}
],
"time": "2022-01-29T15:34:05+00:00"
"time": "2022-12-27T12:23:36+00:00"
},
{
"name": "twig/string-extra",
"version": "v3.4.0",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/string-extra.git",
"reference": "03608ae2e9c270a961e8cf1b75751e8635ad3e3c"
"reference": "73c458625c685b3cb3986ec2f5f83ebd1247bcb3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/string-extra/zipball/03608ae2e9c270a961e8cf1b75751e8635ad3e3c",
"reference": "03608ae2e9c270a961e8cf1b75751e8635ad3e3c",
"url": "https://api.github.com/repos/twigphp/string-extra/zipball/73c458625c685b3cb3986ec2f5f83ebd1247bcb3",
"reference": "73c458625c685b3cb3986ec2f5f83ebd1247bcb3",
"shasum": ""
},
"require": {
@ -12293,7 +12304,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.5-dev"
}
},
"autoload": {
@ -12325,7 +12336,7 @@
"unicode"
],
"support": {
"source": "https://github.com/twigphp/string-extra/tree/v3.4.0"
"source": "https://github.com/twigphp/string-extra/tree/v3.5.0"
},
"funding": [
{
@ -12337,20 +12348,20 @@
"type": "tidelift"
}
],
"time": "2022-01-02T10:02:25+00:00"
"time": "2022-12-27T12:23:36+00:00"
},
{
"name": "twig/twig",
"version": "v3.4.3",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
"reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3ffcf4b7d890770466da3b2666f82ac054e7ec72",
"reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72",
"shasum": ""
},
"require": {
@ -12365,7 +12376,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
"dev-master": "3.5-dev"
}
},
"autoload": {
@ -12401,7 +12412,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.4.3"
"source": "https://github.com/twigphp/Twig/tree/v3.5.0"
},
"funding": [
{
@ -12413,7 +12424,7 @@
"type": "tidelift"
}
],
"time": "2022-09-28T08:42:51+00:00"
"time": "2022-12-27T12:28:18+00:00"
}
],
"packages-dev": [
@ -12826,16 +12837,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.22",
"version": "9.2.23",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "e4bf60d2220b4baaa0572986b5d69870226b06df"
"reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e4bf60d2220b4baaa0572986b5d69870226b06df",
"reference": "e4bf60d2220b4baaa0572986b5d69870226b06df",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
"reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
"shasum": ""
},
"require": {
@ -12891,7 +12902,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.22"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23"
},
"funding": [
{
@ -12899,7 +12910,7 @@
"type": "github"
}
],
"time": "2022-12-18T16:40:55+00:00"
"time": "2022-12-28T12:41:10+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -14168,16 +14179,16 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v5.4.16",
"version": "v5.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "5ea977eb24dd9926e2920078530985dc6942597c"
"reference": "2232d32115383602fd7702dfd51e81178364b679"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/5ea977eb24dd9926e2920078530985dc6942597c",
"reference": "5ea977eb24dd9926e2920078530985dc6942597c",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2232d32115383602fd7702dfd51e81178364b679",
"reference": "2232d32115383602fd7702dfd51e81178364b679",
"shasum": ""
},
"require": {
@ -14231,7 +14242,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.16"
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.17"
},
"funding": [
{
@ -14247,7 +14258,7 @@
"type": "tidelift"
}
],
"time": "2022-11-14T09:59:19+00:00"
"time": "2022-12-27T08:11:33+00:00"
},
{
"name": "symfony/web-profiler-bundle",