Skip to content

Commit 08f96e2

Browse files
committed
Allow PHP 8 and update dependencies
1 parent 79cf203 commit 08f96e2

File tree

3 files changed

+488
-548
lines changed

3 files changed

+488
-548
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": "^5.6",
2121
"symfony/apache-pack": "^1.0",

0 commit comments

Comments
 (0)