We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cf203 commit 08f96e2Copy full SHA for 08f96e2
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": "^5.6",
21
"symfony/apache-pack": "^1.0",
0 commit comments