Skip to content

Commit 453d640

Browse files
Updated dev.locks
1 parent 3fbf78e commit 453d640

1 file changed

Lines changed: 68 additions & 59 deletions

File tree

dev.lock

Lines changed: 68 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -963,16 +963,16 @@
963963
},
964964
{
965965
"name": "composer/ca-bundle",
966-
"version": "1.2.4",
966+
"version": "1.2.5",
967967
"source": {
968968
"type": "git",
969969
"url": "https://github.com/composer/ca-bundle.git",
970-
"reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
970+
"reference": "62e8fc2dc550e5d6d8c9360c7721662670f58149"
971971
},
972972
"dist": {
973973
"type": "zip",
974-
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
975-
"reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
974+
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/62e8fc2dc550e5d6d8c9360c7721662670f58149",
975+
"reference": "62e8fc2dc550e5d6d8c9360c7721662670f58149",
976976
"shasum": ""
977977
},
978978
"require": {
@@ -983,7 +983,7 @@
983983
"require-dev": {
984984
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
985985
"psr/log": "^1.0",
986-
"symfony/process": "^2.5 || ^3.0 || ^4.0"
986+
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
987987
},
988988
"type": "library",
989989
"extra": {
@@ -1015,7 +1015,7 @@
10151015
"ssl",
10161016
"tls"
10171017
],
1018-
"time": "2019-08-30T08:44:50+00:00"
1018+
"time": "2019-12-11T14:44:42+00:00"
10191019
},
10201020
{
10211021
"name": "composer/composer",
@@ -2264,16 +2264,16 @@
22642264
},
22652265
{
22662266
"name": "doctrine/persistence",
2267-
"version": "1.2.0",
2267+
"version": "1.3.3",
22682268
"source": {
22692269
"type": "git",
22702270
"url": "https://github.com/doctrine/persistence.git",
2271-
"reference": "43526ae63312942e5316100bb3ed589ba1aba491"
2271+
"reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5"
22722272
},
22732273
"dist": {
22742274
"type": "zip",
2275-
"url": "https://api.github.com/repos/doctrine/persistence/zipball/43526ae63312942e5316100bb3ed589ba1aba491",
2276-
"reference": "43526ae63312942e5316100bb3ed589ba1aba491",
2275+
"url": "https://api.github.com/repos/doctrine/persistence/zipball/99b196bbd4715a94fa100fac664a351ffa46d6a5",
2276+
"reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5",
22772277
"shasum": ""
22782278
},
22792279
"require": {
@@ -2288,19 +2288,20 @@
22882288
"doctrine/common": "<2.10@dev"
22892289
},
22902290
"require-dev": {
2291-
"doctrine/coding-standard": "^5.0",
2292-
"phpstan/phpstan": "^0.8",
2291+
"doctrine/coding-standard": "^6.0",
2292+
"phpstan/phpstan": "^0.11",
22932293
"phpunit/phpunit": "^7.0"
22942294
},
22952295
"type": "library",
22962296
"extra": {
22972297
"branch-alias": {
2298-
"dev-master": "1.2.x-dev"
2298+
"dev-master": "1.3.x-dev"
22992299
}
23002300
},
23012301
"autoload": {
23022302
"psr-4": {
2303-
"Doctrine\\Common\\": "lib/Doctrine/Common"
2303+
"Doctrine\\Common\\": "lib/Doctrine/Common",
2304+
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
23042305
}
23052306
},
23062307
"notification-url": "https://packagist.org/downloads/",
@@ -2342,7 +2343,7 @@
23422343
"orm",
23432344
"persistence"
23442345
],
2345-
"time": "2019-04-23T12:39:21+00:00"
2346+
"time": "2019-12-13T10:43:02+00:00"
23462347
},
23472348
{
23482349
"name": "doctrine/reflection",
@@ -6153,28 +6154,29 @@
61536154
},
61546155
{
61556156
"name": "phpoption/phpoption",
6156-
"version": "1.6.0",
6157+
"version": "1.7.2",
61576158
"source": {
61586159
"type": "git",
61596160
"url": "https://github.com/schmittjoh/php-option.git",
6160-
"reference": "f4e7a6a1382183412246f0d361078c29fb85089e"
6161+
"reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
61616162
},
61626163
"dist": {
61636164
"type": "zip",
6164-
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/f4e7a6a1382183412246f0d361078c29fb85089e",
6165-
"reference": "f4e7a6a1382183412246f0d361078c29fb85089e",
6165+
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6166+
"reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
61666167
"shasum": ""
61676168
},
61686169
"require": {
61696170
"php": "^5.5.9 || ^7.0"
61706171
},
61716172
"require-dev": {
6173+
"bamarni/composer-bin-plugin": "^1.3",
61726174
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
61736175
},
61746176
"type": "library",
61756177
"extra": {
61766178
"branch-alias": {
6177-
"dev-master": "1.6-dev"
6179+
"dev-master": "1.7-dev"
61786180
}
61796181
},
61806182
"autoload": {
@@ -6203,7 +6205,7 @@
62036205
"php",
62046206
"type"
62056207
],
6206-
"time": "2019-11-30T20:20:49+00:00"
6208+
"time": "2019-12-15T19:35:24+00:00"
62076209
},
62086210
{
62096211
"name": "piwik/device-detector",
@@ -6741,16 +6743,16 @@
67416743
},
67426744
{
67436745
"name": "ratchet/rfc6455",
6744-
"version": "v0.2.5",
6746+
"version": "v0.2.6",
67456747
"source": {
67466748
"type": "git",
67476749
"url": "https://github.com/ratchetphp/RFC6455.git",
6748-
"reference": "c62f7cd95ffbb6e94fd657be694fc7372ecd6e62"
6750+
"reference": "879e48c840f8dbc296d68d6a5030673df79bd916"
67496751
},
67506752
"dist": {
67516753
"type": "zip",
6752-
"url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/c62f7cd95ffbb6e94fd657be694fc7372ecd6e62",
6753-
"reference": "c62f7cd95ffbb6e94fd657be694fc7372ecd6e62",
6754+
"url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/879e48c840f8dbc296d68d6a5030673df79bd916",
6755+
"reference": "879e48c840f8dbc296d68d6a5030673df79bd916",
67546756
"shasum": ""
67556757
},
67566758
"require": {
@@ -6759,8 +6761,7 @@
67596761
},
67606762
"require-dev": {
67616763
"phpunit/phpunit": "4.8.*",
6762-
"react/http": "^0.4.1",
6763-
"react/socket-client": "^0.4.3"
6764+
"react/socket": "^1.3"
67646765
},
67656766
"type": "library",
67666767
"autoload": {
@@ -6786,7 +6787,7 @@
67866787
"rfc6455",
67876788
"websocket"
67886789
],
6789-
"time": "2019-03-10T17:10:42+00:00"
6790+
"time": "2019-12-15T10:18:18+00:00"
67906791
},
67916792
{
67926793
"name": "react/cache",
@@ -8296,27 +8297,27 @@
82968297
},
82978298
{
82988299
"name": "symfony/security-acl",
8299-
"version": "v3.0.2",
8300+
"version": "v3.0.4",
83008301
"source": {
83018302
"type": "git",
83028303
"url": "https://github.com/symfony/security-acl.git",
8303-
"reference": "22928f6be80a37f301500c67e50f57f5b25ffaa8"
8304+
"reference": "dc8f10b3bda34e9ddcad49edc7accf61f31fce43"
83048305
},
83058306
"dist": {
83068307
"type": "zip",
8307-
"url": "https://api.github.com/repos/symfony/security-acl/zipball/22928f6be80a37f301500c67e50f57f5b25ffaa8",
8308-
"reference": "22928f6be80a37f301500c67e50f57f5b25ffaa8",
8308+
"url": "https://api.github.com/repos/symfony/security-acl/zipball/dc8f10b3bda34e9ddcad49edc7accf61f31fce43",
8309+
"reference": "dc8f10b3bda34e9ddcad49edc7accf61f31fce43",
83098310
"shasum": ""
83108311
},
83118312
"require": {
83128313
"php": ">=5.5.9",
8313-
"symfony/security-core": "~2.8|~3.0|~4.0"
8314+
"symfony/security-core": "^2.8|^3.0|^4.0|^5.0"
83148315
},
83158316
"require-dev": {
83168317
"doctrine/common": "~2.2",
83178318
"doctrine/dbal": "~2.2",
83188319
"psr/log": "~1.0",
8319-
"symfony/phpunit-bridge": "~2.8|~3.0|~4.0"
8320+
"symfony/phpunit-bridge": "^2.8|^3.0|^4.0|^5.0"
83208321
},
83218322
"suggest": {
83228323
"doctrine/dbal": "For using the built-in ACL implementation",
@@ -8353,7 +8354,7 @@
83538354
],
83548355
"description": "Symfony Security Component - ACL (Access Control List)",
83558356
"homepage": "https://symfony.com",
8356-
"time": "2018-12-13T16:51:15+00:00"
8357+
"time": "2019-12-12T09:55:57+00:00"
83578358
},
83588359
{
83598360
"name": "symfony/swiftmailer-bundle",
@@ -9054,24 +9055,27 @@
90549055
},
90559056
{
90569057
"name": "zendframework/zend-code",
9057-
"version": "3.4.0",
9058+
"version": "3.4.1",
90589059
"source": {
90599060
"type": "git",
90609061
"url": "https://github.com/zendframework/zend-code.git",
9061-
"reference": "46feaeecea14161734b56c1ace74f28cb329f194"
9062+
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
90629063
},
90639064
"dist": {
90649065
"type": "zip",
9065-
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/46feaeecea14161734b56c1ace74f28cb329f194",
9066-
"reference": "46feaeecea14161734b56c1ace74f28cb329f194",
9066+
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9067+
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
90679068
"shasum": ""
90689069
},
90699070
"require": {
90709071
"php": "^7.1",
90719072
"zendframework/zend-eventmanager": "^2.6 || ^3.0"
90729073
},
9074+
"conflict": {
9075+
"phpspec/prophecy": "<1.9.0"
9076+
},
90739077
"require-dev": {
9074-
"doctrine/annotations": "^1.0",
9078+
"doctrine/annotations": "^1.7",
90759079
"ext-phar": "*",
90769080
"phpunit/phpunit": "^7.5.16 || ^8.4",
90779081
"zendframework/zend-coding-standard": "^1.0",
@@ -9085,7 +9089,8 @@
90859089
"extra": {
90869090
"branch-alias": {
90879091
"dev-master": "3.4.x-dev",
9088-
"dev-develop": "3.5.x-dev"
9092+
"dev-develop": "3.5.x-dev",
9093+
"dev-dev-4.0": "4.0.x-dev"
90899094
}
90909095
},
90919096
"autoload": {
@@ -9103,7 +9108,7 @@
91039108
"code",
91049109
"zf"
91059110
],
9106-
"time": "2019-10-05T23:18:22+00:00"
9111+
"time": "2019-12-10T19:21:15+00:00"
91079112
},
91089113
{
91099114
"name": "zendframework/zend-eventmanager",
@@ -9954,16 +9959,16 @@
99549959
},
99559960
{
99569961
"name": "fzaninotto/faker",
9957-
"version": "v1.9.0",
9962+
"version": "v1.9.1",
99589963
"source": {
99599964
"type": "git",
99609965
"url": "https://github.com/fzaninotto/Faker.git",
9961-
"reference": "27a216cbe72327b2d6369fab721a5843be71e57d"
9966+
"reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
99629967
},
99639968
"dist": {
99649969
"type": "zip",
9965-
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/27a216cbe72327b2d6369fab721a5843be71e57d",
9966-
"reference": "27a216cbe72327b2d6369fab721a5843be71e57d",
9970+
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
9971+
"reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
99679972
"shasum": ""
99689973
},
99699974
"require": {
@@ -9976,7 +9981,9 @@
99769981
},
99779982
"type": "library",
99789983
"extra": {
9979-
"branch-alias": []
9984+
"branch-alias": {
9985+
"dev-master": "1.9-dev"
9986+
}
99809987
},
99819988
"autoload": {
99829989
"psr-4": {
@@ -9998,7 +10005,7 @@
999810005
"faker",
999910006
"fixtures"
1000010007
],
10001-
"time": "2019-11-14T13:13:06+00:00"
10008+
"time": "2019-12-12T13:22:17+00:00"
1000210009
},
1000310010
{
1000410011
"name": "instaclick/php-webdriver",
@@ -10154,16 +10161,16 @@
1015410161
},
1015510162
{
1015610163
"name": "myclabs/deep-copy",
10157-
"version": "1.9.3",
10164+
"version": "1.9.4",
1015810165
"source": {
1015910166
"type": "git",
1016010167
"url": "https://github.com/myclabs/DeepCopy.git",
10161-
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
10168+
"reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7"
1016210169
},
1016310170
"dist": {
1016410171
"type": "zip",
10165-
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
10166-
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
10172+
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/579bb7356d91f9456ccd505f24ca8b667966a0a7",
10173+
"reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7",
1016710174
"shasum": ""
1016810175
},
1016910176
"require": {
@@ -10198,7 +10205,7 @@
1019810205
"object",
1019910206
"object graph"
1020010207
],
10201-
"time": "2019-08-09T12:45:53+00:00"
10208+
"time": "2019-12-15T19:12:40+00:00"
1020210209
},
1020310210
{
1020410211
"name": "nelmio/alice",
@@ -10330,16 +10337,16 @@
1033010337
},
1033110338
{
1033210339
"name": "pdepend/pdepend",
10333-
"version": "2.5.2",
10340+
"version": "2.6.0",
1033410341
"source": {
1033510342
"type": "git",
1033610343
"url": "https://github.com/pdepend/pdepend.git",
10337-
"reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
10344+
"reference": "713e14e401d174882a5980446db1ba427922310b"
1033810345
},
1033910346
"dist": {
1034010347
"type": "zip",
10341-
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
10342-
"reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
10348+
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/713e14e401d174882a5980446db1ba427922310b",
10349+
"reference": "713e14e401d174882a5980446db1ba427922310b",
1034310350
"shasum": ""
1034410351
},
1034510352
"require": {
@@ -10349,7 +10356,9 @@
1034910356
"symfony/filesystem": "^2.3.0|^3|^4"
1035010357
},
1035110358
"require-dev": {
10352-
"phpunit/phpunit": "^4.8|^5.7",
10359+
"easy-doc/easy-doc": "0.0.0 || ^1.2.3",
10360+
"gregwar/rst": "^1.0",
10361+
"phpunit/phpunit": "^4.8.35|^5.7",
1035310362
"squizlabs/php_codesniffer": "^2.0.0"
1035410363
},
1035510364
"bin": [
@@ -10366,7 +10375,7 @@
1036610375
"BSD-3-Clause"
1036710376
],
1036810377
"description": "Official version of pdepend to be handled with Composer",
10369-
"time": "2017-12-13T13:21:38+00:00"
10378+
"time": "2019-12-14T09:25:03+00:00"
1037010379
},
1037110380
{
1037210381
"name": "phar-io/manifest",

0 commit comments

Comments
 (0)