Skip to content

Commit dec1f3c

Browse files
author
CI bot
committed
Merge remote-tracking branch 'remotes/dev/4.2' into 4.2
2 parents dcd8df1 + 43b0da0 commit dec1f3c

File tree

4 files changed

+39
-40
lines changed

4 files changed

+39
-40
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": "~7.4.14",
27+
"php": "~7.4.14 || ~8.0.0",
2828
"oro/crm": "4.2.*",
2929
"oro/platform-serialised-fields": "4.2.*",
3030
"oro/oauth2-server": "4.2.*",

dev.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
"require": {
22-
"php": "~7.4.14",
22+
"php": "~7.4.14 || ~8.0.0",
2323
"oro/commerce": "4.2.x-dev",
2424
"oro/commerce-authorizenet": "4.2.x-dev",
2525
"oro/platform": "4.2.x-dev",

dev.lock

+11-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
55
"This file is @generated automatically"
66
],
7-
"content-hash": "f09f9d1153f42bc40b7abb05b358031c",
7+
"content-hash": "32060dda519b720b8725557171a82b70",
88
"packages": [
99
{
1010
"name": "akeneo/batch-bundle",
@@ -7582,7 +7582,7 @@
75827582
"dist": {
75837583
"type": "path",
75847584
"url": "../../package/platform",
7585-
"reference": "67daca92e7425b7b9fbaca84240eb76fdf5eba25"
7585+
"reference": "f7e948f5a81c572a3fbc4afed195c82d5afb958b"
75867586
},
75877587
"require": {
75887588
"akeneo/batch-bundle": "0.4.14",
@@ -7635,7 +7635,7 @@
76357635
"ocramius/proxy-manager": "~2.11.1",
76367636
"oro/doctrine-extensions": "2.0.0",
76377637
"oro/redis-config": "4.2.*",
7638-
"php": "~7.4.14",
7638+
"php": "~7.4.14 || ~8.0.0",
76397639
"php-http/httplug-bundle": "~1.20.0",
76407640
"phpdocumentor/reflection-docblock": "5.2.*",
76417641
"psr/container": "^1.0",
@@ -8118,16 +8118,16 @@
81188118
},
81198119
{
81208120
"name": "php-http/discovery",
8121-
"version": "1.13.0",
8121+
"version": "1.14.0",
81228122
"source": {
81238123
"type": "git",
81248124
"url": "https://github.com/php-http/discovery.git",
8125-
"reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7"
8125+
"reference": "778f722e29250c1fac0bbdef2c122fa5d038c9eb"
81268126
},
81278127
"dist": {
81288128
"type": "zip",
8129-
"url": "https://api.github.com/repos/php-http/discovery/zipball/788f72d64c43dc361e7fcc7464c3d947c64984a7",
8130-
"reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7",
8129+
"url": "https://api.github.com/repos/php-http/discovery/zipball/778f722e29250c1fac0bbdef2c122fa5d038c9eb",
8130+
"reference": "778f722e29250c1fac0bbdef2c122fa5d038c9eb",
81318131
"shasum": ""
81328132
},
81338133
"require": {
@@ -8144,8 +8144,7 @@
81448144
"puli/composer-plugin": "1.0.0-beta10"
81458145
},
81468146
"suggest": {
8147-
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
8148-
"puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
8147+
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
81498148
},
81508149
"type": "library",
81518150
"extra": {
@@ -8181,9 +8180,9 @@
81818180
],
81828181
"support": {
81838182
"issues": "https://github.com/php-http/discovery/issues",
8184-
"source": "https://github.com/php-http/discovery/tree/1.13.0"
8183+
"source": "https://github.com/php-http/discovery/tree/1.14.0"
81858184
},
8186-
"time": "2020-11-27T14:49:42+00:00"
8185+
"time": "2021-06-01T14:30:21+00:00"
81878186
},
81888187
{
81898188
"name": "php-http/httplug",
@@ -19179,7 +19178,7 @@
1917919178
"prefer-stable": true,
1918019179
"prefer-lowest": false,
1918119180
"platform": {
19182-
"php": "~7.4.14"
19181+
"php": "~7.4.14 || ~8.0.0"
1918319182
},
1918419183
"platform-dev": [],
1918519184
"plugin-api-version": "2.0.0"

package-lock.json

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

0 commit comments

Comments
 (0)