Skip to content

Commit ebd4d4d

Browse files
committed
Allow PHP 8
1 parent 2121f80 commit ebd4d4d

File tree

3 files changed

+494
-554
lines changed

3 files changed

+494
-554
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
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)