1
1
diff --git a/composer.json b/composer.json
2
- index 1557828c..f3d3e642 100644
2
+ index 1557828c..e2fb4bbe 100644
3
3
--- a/composer.json
4
4
+++ b/composer.json
5
+ @@ -2,7 +2,7 @@
6
+ "type": "project",
7
+ "license": "proprietary",
8
+ "require": {
9
+ - "php": "^7.4.1 || ^8.0.0",
10
+ + "php": "^7.4.1",
11
+ "ext-ctype": "*",
12
+ "ext-iconv": "*",
13
+ "composer/package-versions-deprecated": "^1.11",
5
14
@@ -14,6 +14,7 @@
6
15
"nyholm/psr7": "^1.4",
7
16
"sensio/framework-extra-bundle": "^5.5",
@@ -11,15 +20,15 @@ index 1557828c..f3d3e642 100644
11
20
"symfony/console": "5.1.*",
12
21
"symfony/dotenv": "5.1.*",
13
22
diff --git a/composer.lock b/composer.lock
14
- index 159515f7..67eb1718 100644
23
+ index 159515f7..0cc19485 100644
15
24
--- a/composer.lock
16
25
+++ b/composer.lock
17
- @@ -4,8 +4,53 @@
26
+ @@ -4,8 +4,57 @@
18
27
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
19
28
"This file is @generated automatically"
20
29
],
21
30
- "content-hash": "489e3415a79269ef94ab8059be436030",
22
- + "content-hash": "495c09406b449e772275abac1a9ba54b ",
31
+ + "content-hash": "bd44aec04d060ba63f57478720674351 ",
23
32
"packages": [
24
33
+ {
25
34
+ "name": "behat/transliterator",
@@ -64,12 +73,16 @@ index 159515f7..67eb1718 100644
64
73
+ "slug",
65
74
+ "transliterator"
66
75
+ ],
76
+ + "support": {
77
+ + "issues": "https://github.com/Behat/Transliterator/issues",
78
+ + "source": "https://github.com/Behat/Transliterator/tree/v1.3.0"
79
+ + },
67
80
+ "time": "2020-01-14T16:39:13+00:00"
68
81
+ },
69
82
{
70
83
"name": "clue/stream-filter",
71
84
"version": "v1.5.0",
72
- @@ -1562,6 +1607 ,103 @@
85
+ @@ -1562,6 +1611 ,103 @@
73
86
],
74
87
"time": "2021-01-14T21:52:44+00:00"
75
88
},
@@ -173,7 +186,7 @@ index 159515f7..67eb1718 100644
173
186
{
174
187
"name": "guzzlehttp/promises",
175
188
"version": "1.4.0",
176
- @@ -3516,6 +3658 ,76 @@
189
+ @@ -3516,6 +3662 ,76 @@
177
190
],
178
191
"time": "2021-03-03T16:05:24+00:00"
179
192
},
@@ -250,6 +263,15 @@ index 159515f7..67eb1718 100644
250
263
{
251
264
"name": "symfony/asset",
252
265
"version": "v5.1.2",
266
+ @@ -8193,7 +8409,7 @@
267
+ "prefer-stable": false,
268
+ "prefer-lowest": false,
269
+ "platform": {
270
+ - "php": "^7.4.1 || ^8.0.0",
271
+ + "php": "^7.4.1",
272
+ "ext-ctype": "*",
273
+ "ext-iconv": "*"
274
+ },
253
275
diff --git a/config/bundles.php b/config/bundles.php
254
276
index 883e9af5..b89ddb31 100644
255
277
--- a/config/bundles.php
0 commit comments