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 8b7191f commit 6ce6cc1Copy full SHA for 6ce6cc1
composer.json
@@ -10,14 +10,14 @@
10
"symfony/polyfill-php72": "*"
11
},
12
"require": {
13
- "php": "^7.3",
+ "php": "^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",
19
"erusev/parsedown": "^1.6",
20
- "sensio/framework-extra-bundle": "^5.6",
+ "sensio/framework-extra-bundle": "^6.1",
21
"symfony/apache-pack": "^1.0",
22
"symfony/asset": "^5.2",
23
"symfony/console": "^5.2",
@@ -54,7 +54,7 @@
54
55
"config": {
56
"platform": {
57
- "php": "7.3"
+ "php": "8.0.3"
58
59
"preferred-install": {
60
"*": "dist"
0 commit comments