Skip to content

Commit 3bcb10e

Browse files
authored
CRM-9255: Office 365 Tasks Integration (#30267)
1 parent 3bfee8a commit 3bcb10e

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

dev.lock

+34-34
Original file line numberDiff line numberDiff line change
@@ -1340,24 +1340,23 @@
13401340
},
13411341
{
13421342
"name": "doctrine/cache",
1343-
"version": "1.11.3",
1343+
"version": "1.12.1",
13441344
"source": {
13451345
"type": "git",
13461346
"url": "https://github.com/doctrine/cache.git",
1347-
"reference": "3bb5588cec00a0268829cc4a518490df6741af9d"
1347+
"reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
13481348
},
13491349
"dist": {
13501350
"type": "zip",
1351-
"url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d",
1352-
"reference": "3bb5588cec00a0268829cc4a518490df6741af9d",
1351+
"url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
1352+
"reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
13531353
"shasum": ""
13541354
},
13551355
"require": {
13561356
"php": "~7.1 || ^8.0"
13571357
},
13581358
"conflict": {
1359-
"doctrine/common": ">2.2,<2.4",
1360-
"psr/cache": ">=3"
1359+
"doctrine/common": ">2.2,<2.4"
13611360
},
13621361
"require-dev": {
13631362
"alcaeus/mongo-php-adapter": "^1.1",
@@ -1366,8 +1365,9 @@
13661365
"mongodb/mongodb": "^1.1",
13671366
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
13681367
"predis/predis": "~1.0",
1369-
"psr/cache": "^1.0 || ^2.0",
1370-
"symfony/cache": "^4.4 || ^5.2"
1368+
"psr/cache": "^1.0 || ^2.0 || ^3.0",
1369+
"symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
1370+
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
13711371
},
13721372
"suggest": {
13731373
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
@@ -1419,7 +1419,7 @@
14191419
],
14201420
"support": {
14211421
"issues": "https://github.com/doctrine/cache/issues",
1422-
"source": "https://github.com/doctrine/cache/tree/1.11.3"
1422+
"source": "https://github.com/doctrine/cache/tree/1.12.1"
14231423
},
14241424
"funding": [
14251425
{
@@ -1435,7 +1435,7 @@
14351435
"type": "tidelift"
14361436
}
14371437
],
1438-
"time": "2021-05-25T09:01:55+00:00"
1438+
"time": "2021-07-17T14:39:21+00:00"
14391439
},
14401440
{
14411441
"name": "doctrine/collections",
@@ -3420,31 +3420,31 @@
34203420
},
34213421
{
34223422
"name": "gos/websocket-client",
3423-
"version": "v1.3.0",
3423+
"version": "v1.4.0",
34243424
"source": {
34253425
"type": "git",
34263426
"url": "https://github.com/GeniusesOfSymfony/WebSocketPhpClient.git",
3427-
"reference": "7b897d033ff9b4337d9f973f05c92dd967b9adf5"
3427+
"reference": "bf61b71deea1ca677ff3f1dcf41f5f801caeb59d"
34283428
},
34293429
"dist": {
34303430
"type": "zip",
3431-
"url": "https://api.github.com/repos/GeniusesOfSymfony/WebSocketPhpClient/zipball/7b897d033ff9b4337d9f973f05c92dd967b9adf5",
3432-
"reference": "7b897d033ff9b4337d9f973f05c92dd967b9adf5",
3431+
"url": "https://api.github.com/repos/GeniusesOfSymfony/WebSocketPhpClient/zipball/bf61b71deea1ca677ff3f1dcf41f5f801caeb59d",
3432+
"reference": "bf61b71deea1ca677ff3f1dcf41f5f801caeb59d",
34333433
"shasum": ""
34343434
},
34353435
"require": {
34363436
"ext-json": "*",
34373437
"php": "^7.2 || ^8.0",
3438-
"psr/log": "^1.0",
3438+
"psr/log": "^1.0 || ^2.0 || ^3.0",
34393439
"symfony/deprecation-contracts": "^2.1",
3440-
"symfony/options-resolver": "^3.4 || ^4.4 || ^5.0"
3440+
"symfony/options-resolver": "^4.4 || ^5.2 || ^6.0"
34413441
},
34423442
"require-dev": {
34433443
"cboden/ratchet": "^0.4.2",
3444-
"friendsofphp/php-cs-fixer": "^2.16.4",
3445-
"phpstan/phpstan": "^0.12.50",
3446-
"phpstan/phpstan-phpunit": "^0.12.16",
3447-
"phpunit/phpunit": "^8.5 || ^9.3"
3444+
"phpstan/extension-installer": "^1.1",
3445+
"phpstan/phpstan": "^0.12.92",
3446+
"phpstan/phpstan-phpunit": "^0.12.21",
3447+
"phpunit/phpunit": "^8.5 || ^9.5"
34483448
},
34493449
"type": "library",
34503450
"autoload": {
@@ -3474,15 +3474,15 @@
34743474
],
34753475
"support": {
34763476
"issues": "https://github.com/GeniusesOfSymfony/WebSocketPhpClient/issues",
3477-
"source": "https://github.com/GeniusesOfSymfony/WebSocketPhpClient/tree/v1.3.0"
3477+
"source": "https://github.com/GeniusesOfSymfony/WebSocketPhpClient/tree/v1.4.0"
34783478
},
34793479
"funding": [
34803480
{
34813481
"url": "https://github.com/mbabker",
34823482
"type": "github"
34833483
}
34843484
],
3485-
"time": "2020-11-02T23:42:58+00:00"
3485+
"time": "2021-07-14T23:32:26+00:00"
34863486
},
34873487
{
34883488
"name": "guzzlehttp/guzzle",
@@ -5061,16 +5061,16 @@
50615061
},
50625062
{
50635063
"name": "laminas/laminas-validator",
5064-
"version": "2.14.4",
5064+
"version": "2.14.5",
50655065
"source": {
50665066
"type": "git",
50675067
"url": "https://github.com/laminas/laminas-validator.git",
5068-
"reference": "e370c4695db1c81e6dfad38d8c4dbdb37b23d776"
5068+
"reference": "4680bc4241cb5b3ff78954c421fe43105ca413b7"
50695069
},
50705070
"dist": {
50715071
"type": "zip",
5072-
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/e370c4695db1c81e6dfad38d8c4dbdb37b23d776",
5073-
"reference": "e370c4695db1c81e6dfad38d8c4dbdb37b23d776",
5072+
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/4680bc4241cb5b3ff78954c421fe43105ca413b7",
5073+
"reference": "4680bc4241cb5b3ff78954c421fe43105ca413b7",
50745074
"shasum": ""
50755075
},
50765076
"require": {
@@ -5084,7 +5084,7 @@
50845084
},
50855085
"require-dev": {
50865086
"laminas/laminas-cache": "^2.6.1",
5087-
"laminas/laminas-coding-standard": "~1.0.0",
5087+
"laminas/laminas-coding-standard": "~2.2.1",
50885088
"laminas/laminas-config": "^2.6",
50895089
"laminas/laminas-db": "^2.7",
50905090
"laminas/laminas-filter": "^2.6",
@@ -5149,7 +5149,7 @@
51495149
"type": "community_bridge"
51505150
}
51515151
],
5152-
"time": "2021-01-24T20:45:49+00:00"
5152+
"time": "2021-07-14T13:59:23+00:00"
51535153
},
51545154
{
51555155
"name": "laminas/laminas-zendframework-bridge",
@@ -17415,16 +17415,16 @@
1741517415
},
1741617416
{
1741717417
"name": "phpunit/phpunit",
17418-
"version": "9.5.6",
17418+
"version": "9.5.7",
1741917419
"source": {
1742017420
"type": "git",
1742117421
"url": "https://github.com/sebastianbergmann/phpunit.git",
17422-
"reference": "fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb"
17422+
"reference": "d0dc8b6999c937616df4fb046792004b33fd31c5"
1742317423
},
1742417424
"dist": {
1742517425
"type": "zip",
17426-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb",
17427-
"reference": "fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb",
17426+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0dc8b6999c937616df4fb046792004b33fd31c5",
17427+
"reference": "d0dc8b6999c937616df4fb046792004b33fd31c5",
1742817428
"shasum": ""
1742917429
},
1743017430
"require": {
@@ -17502,7 +17502,7 @@
1750217502
],
1750317503
"support": {
1750417504
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
17505-
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.6"
17505+
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.7"
1750617506
},
1750717507
"funding": [
1750817508
{
@@ -17514,7 +17514,7 @@
1751417514
"type": "github"
1751517515
}
1751617516
],
17517-
"time": "2021-06-23T05:14:38+00:00"
17517+
"time": "2021-07-19T06:14:47+00:00"
1751817518
},
1751917519
{
1752017520
"name": "sebastian/cli-parser",

package-lock.json

+32-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)