8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2121f80 commit ebd4d4dCopy full SHA for ebd4d4d
composer.json
@@ -6,16 +6,16 @@
6
"minimum-stability": "stable",
7
"prefer-stable": true,
8
"replace": {
9
- "symfony/polyfill-php70": "*",
10
- "symfony/polyfill-php72": "*"
+ "symfony/polyfill-php72": "*",
+ "symfony/polyfill-php73": "*"
11
},
12
"require": {
13
- "php": "^7.3",
+ "php": "^7.3 || ^8.0",
14
"ext-pdo_sqlite": "*",
15
"composer/package-versions-deprecated": "^1.8",
16
"doctrine/doctrine-bundle": "^2.0",
17
"doctrine/doctrine-migrations-bundle": "^3.0",
18
- "doctrine/orm": "^2.5",
+ "doctrine/orm": "^2.6",
19
"erusev/parsedown": "^1.6",
20
"sensio/framework-extra-bundle": "^6.1",
21
"symfony/apache-pack": "^1.0",
0 commit comments