Skip to content

Commit 3c0dd13

Browse files
committed
updating config.platform.php to PHP 7.3 and allow PHP 8 support
1 parent dd0af7a commit 3c0dd13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "project",
33
"license": "proprietary",
44
"require": {
5-
"php": "^7.2.5",
5+
"php": "^7.3.0 || ^8.0.0",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
88
"symfony/console": "5.0.*",
@@ -19,7 +19,7 @@
1919
},
2020
"sort-packages": true,
2121
"platform": {
22-
"php": "7.2.5"
22+
"php": "7.3.0"
2323
}
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)