Skip to content

Commit b199d78

Browse files
committed
feature symfony#1194 Allow PHP 8 and update dependencies (rosier)
This PR was merged into the main branch. Discussion ---------- Allow PHP 8 and update dependencies Fixes symfony#1175 and symfony#1204 Commits ------- ebd4d4d Allow PHP 8
2 parents 7ecc91a + ebd4d4d commit b199d78

File tree

3 files changed

+494
-554
lines changed

3 files changed

+494
-554
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"minimum-stability": "stable",
77
"prefer-stable": true,
88
"replace": {
9-
"symfony/polyfill-php70": "*",
10-
"symfony/polyfill-php72": "*"
9+
"symfony/polyfill-php72": "*",
10+
"symfony/polyfill-php73": "*"
1111
},
1212
"require": {
13-
"php": "^7.3",
13+
"php": "^7.3 || ^8.0",
1414
"ext-pdo_sqlite": "*",
1515
"composer/package-versions-deprecated": "^1.8",
1616
"doctrine/doctrine-bundle": "^2.0",
1717
"doctrine/doctrine-migrations-bundle": "^3.0",
18-
"doctrine/orm": "^2.5",
18+
"doctrine/orm": "^2.6",
1919
"erusev/parsedown": "^1.6",
2020
"sensio/framework-extra-bundle": "^6.1",
2121
"symfony/apache-pack": "^1.0",

0 commit comments

Comments
 (0)