Skip to content

Commit ebdb8c6

Browse files
authoredMar 16, 2021
BAP-20491: Upgrade stof/doctrine-extensions-bundle to 1.6.0 (#29418)
* BAP-20491: Upgrade stof/doctrine-extensions-bundle to 1.6.0
1 parent 5988d81 commit ebdb8c6

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed
 

‎dev.lock

+19-15
Original file line numberDiff line numberDiff line change
@@ -7507,7 +7507,7 @@
75077507
"dist": {
75087508
"type": "path",
75097509
"url": "../../package/platform",
7510-
"reference": "4489f5422c7d6eb690bd1a6c4b85db91d54e28c4"
7510+
"reference": "5561825b8be2f71290a481fb05de3b19ee3d4309"
75117511
},
75127512
"require": {
75137513
"akeneo/batch-bundle": "0.4.14",
@@ -7566,7 +7566,7 @@
75667566
"psr/simple-cache": "1.0.*",
75677567
"salsify/json-streaming-parser": "8.2.*",
75687568
"sensio/framework-extra-bundle": "5.6.*",
7569-
"stof/doctrine-extensions-bundle": "1.5.*",
7569+
"stof/doctrine-extensions-bundle": "~1.6.0",
75707570
"symfony/acl-bundle": "~2.1.0",
75717571
"symfony/asset": "4.4.18",
75727572
"symfony/cache": "4.4.18",
@@ -10266,26 +10266,30 @@
1026610266
},
1026710267
{
1026810268
"name": "stof/doctrine-extensions-bundle",
10269-
"version": "v1.5.0",
10269+
"version": "v1.6.0",
1027010270
"source": {
1027110271
"type": "git",
1027210272
"url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
10273-
"reference": "c01e73e49cee5eac3353b6c4ebdbb0a151348c85"
10273+
"reference": "ef469a9d3b8be23d4c746d558742cc1b3e2588cb"
1027410274
},
1027510275
"dist": {
1027610276
"type": "zip",
10277-
"url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/c01e73e49cee5eac3353b6c4ebdbb0a151348c85",
10278-
"reference": "c01e73e49cee5eac3353b6c4ebdbb0a151348c85",
10277+
"url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/ef469a9d3b8be23d4c746d558742cc1b3e2588cb",
10278+
"reference": "ef469a9d3b8be23d4c746d558742cc1b3e2588cb",
1027910279
"shasum": ""
1028010280
},
1028110281
"require": {
1028210282
"gedmo/doctrine-extensions": "^2.3.4 || ^3.0.0",
10283-
"php": "^7.1.3",
10284-
"symfony/framework-bundle": "^4.3 || ^5.0"
10283+
"php": "^7.1.3 || ^8.0",
10284+
"symfony/config": "^4.4 || ^5.2",
10285+
"symfony/dependency-injection": "^4.4 || ^5.2",
10286+
"symfony/event-dispatcher": "^4.4 || ^5.2",
10287+
"symfony/http-kernel": "^4.4 || ^5.2"
1028510288
},
1028610289
"require-dev": {
10287-
"symfony/phpunit-bridge": "^4.4",
10288-
"symfony/security-bundle": "^4.3 || ^5.0"
10290+
"symfony/mime": "^4.4 || ^5.2",
10291+
"symfony/phpunit-bridge": "^v5.2.4",
10292+
"symfony/security-core": "^4.4 || ^5.2"
1028910293
},
1029010294
"suggest": {
1029110295
"doctrine/doctrine-bundle": "to use the ORM extensions",
@@ -10295,12 +10299,12 @@
1029510299
"type": "symfony-bundle",
1029610300
"extra": {
1029710301
"branch-alias": {
10298-
"dev-master": "1.5.x-dev"
10302+
"dev-master": "1.6.x-dev"
1029910303
}
1030010304
},
1030110305
"autoload": {
1030210306
"psr-4": {
10303-
"Stof\\DoctrineExtensionsBundle\\": ""
10307+
"Stof\\DoctrineExtensionsBundle\\": "src"
1030410308
}
1030510309
},
1030610310
"notification-url": "https://packagist.org/downloads/",
@@ -10313,7 +10317,7 @@
1031310317
"email": "stof@notk.org"
1031410318
}
1031510319
],
10316-
"description": "Integration of the gedmo/doctrine-extensions with Symfony2",
10320+
"description": "Integration of the gedmo/doctrine-extensions with Symfony",
1031710321
"homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
1031810322
"keywords": [
1031910323
"behaviors",
@@ -10330,9 +10334,9 @@
1033010334
],
1033110335
"support": {
1033210336
"issues": "https://github.com/stof/StofDoctrineExtensionsBundle/issues",
10333-
"source": "https://github.com/stof/StofDoctrineExtensionsBundle/tree/v1.5.0"
10337+
"source": "https://github.com/stof/StofDoctrineExtensionsBundle/tree/v1.6.0"
1033410338
},
10335-
"time": "2020-09-30T13:25:17+00:00"
10339+
"time": "2021-03-05T13:09:06+00:00"
1033610340
},
1033710341
{
1033810342
"name": "swiftmailer/swiftmailer",

0 commit comments

Comments
 (0)
Please sign in to comment.