1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

discontinue older versions of php

This commit is contained in:
RealAngeleno 2023-07-26 19:37:57 -05:00 committed by GitHub
parent 9f7205a27e
commit 3413e74f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@
"description": "vichan imageboard", "description": "vichan imageboard",
"type": "project", "type": "project",
"require": { "require": {
"ext-mbstring": ">=5.4", "ext-mbstring": ">=7.4",
"ext-gd": ">=5.4", "ext-gd": ">=7.4",
"ext-pdo": ">=5.4", "ext-pdo": ">=7.4",
"twig/twig": "^2.9", "twig/twig": "^2.9",
"phpmyadmin/twig-i18n-extension": "^4.0", "phpmyadmin/twig-i18n-extension": "^4.0",
"lifo/ip": "^1.0", "lifo/ip": "^1.0",