Skip to content

Commit f5b6227

Browse files
committed
Marking our app not working with PHP 8 after installing StofDoctrineExtensionsBundle, because the version 1.6.0 (that supports php 8)8) does not allow Symfony 5.2
1 parent 477791a commit f5b6227

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

_tuts/behaviors-install-stof-extensions.diff

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
diff --git a/composer.json b/composer.json
2-
index 1557828c..f3d3e642 100644
2+
index 1557828c..e2fb4bbe 100644
33
--- a/composer.json
44
+++ 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",
514
@@ -14,6 +14,7 @@
615
"nyholm/psr7": "^1.4",
716
"sensio/framework-extra-bundle": "^5.5",
@@ -11,15 +20,15 @@ index 1557828c..f3d3e642 100644
1120
"symfony/console": "5.1.*",
1221
"symfony/dotenv": "5.1.*",
1322
diff --git a/composer.lock b/composer.lock
14-
index 159515f7..67eb1718 100644
23+
index 159515f7..0cc19485 100644
1524
--- a/composer.lock
1625
+++ b/composer.lock
17-
@@ -4,8 +4,53 @@
26+
@@ -4,8 +4,57 @@
1827
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
1928
"This file is @generated automatically"
2029
],
2130
- "content-hash": "489e3415a79269ef94ab8059be436030",
22-
+ "content-hash": "495c09406b449e772275abac1a9ba54b",
31+
+ "content-hash": "bd44aec04d060ba63f57478720674351",
2332
"packages": [
2433
+ {
2534
+ "name": "behat/transliterator",
@@ -64,12 +73,16 @@ index 159515f7..67eb1718 100644
6473
+ "slug",
6574
+ "transliterator"
6675
+ ],
76+
+ "support": {
77+
+ "issues": "https://github.com/Behat/Transliterator/issues",
78+
+ "source": "https://github.com/Behat/Transliterator/tree/v1.3.0"
79+
+ },
6780
+ "time": "2020-01-14T16:39:13+00:00"
6881
+ },
6982
{
7083
"name": "clue/stream-filter",
7184
"version": "v1.5.0",
72-
@@ -1562,6 +1607,103 @@
85+
@@ -1562,6 +1611,103 @@
7386
],
7487
"time": "2021-01-14T21:52:44+00:00"
7588
},
@@ -173,7 +186,7 @@ index 159515f7..67eb1718 100644
173186
{
174187
"name": "guzzlehttp/promises",
175188
"version": "1.4.0",
176-
@@ -3516,6 +3658,76 @@
189+
@@ -3516,6 +3662,76 @@
177190
],
178191
"time": "2021-03-03T16:05:24+00:00"
179192
},
@@ -250,6 +263,15 @@ index 159515f7..67eb1718 100644
250263
{
251264
"name": "symfony/asset",
252265
"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+
},
253275
diff --git a/config/bundles.php b/config/bundles.php
254276
index 883e9af5..b89ddb31 100644
255277
--- a/config/bundles.php

_tuts/steps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,5 +1081,5 @@
10811081
"description": null
10821082
}
10831083
],
1084-
"sha": "38a246c0d94c7ded8ec27f0d9ad5fbc415836c84"
1084+
"sha": "477791ade4aa051f7e831490c92ef50b4c0ea267"
10851085
}

0 commit comments

Comments
 (0)