Improve composer.json syntax (#1008)

* Improve composer.json syntax

* Run composer upgrade with PHP 7.4
This commit is contained in:
Kris
2022-01-26 14:10:08 +01:00
committed by GitHub
parent 61dfeb947f
commit 9ec76c9fd6
2 changed files with 361 additions and 257 deletions

View File

@@ -30,7 +30,7 @@
"docs": "https://github.com/Froxlor/Froxlor/wiki"
},
"require": {
"php": ">=7.1",
"php": "^7.1 || ^8.0",
"ext-session": "*",
"ext-ctype": "*",
"ext-pdo": "*",
@@ -52,7 +52,6 @@
},
"require-dev": {
"phpunit/phpunit": "^9",
"php": ">=7.3",
"ext-pcntl": "*",
"phpcompatibility/php-compatibility": "*",
"squizlabs/php_codesniffer": "*",

615
composer.lock generated

File diff suppressed because it is too large Load Diff