diff options
author | Mario <mario@mariovavti.com> | 2021-01-15 19:00:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-15 19:00:04 +0000 |
commit | 02059fb663b87bd66c9f8a5f341d055fdd484dd7 (patch) | |
tree | db3f4e592b702fb64659b0714b2b4bb9db794ad6 /composer.json | |
parent | 3205429d2481e2ea9e06e505751dee56b401a58a (diff) | |
download | volse-hubzilla-02059fb663b87bd66c9f8a5f341d055fdd484dd7.tar.gz volse-hubzilla-02059fb663b87bd66c9f8a5f341d055fdd484dd7.tar.bz2 volse-hubzilla-02059fb663b87bd66c9f8a5f341d055fdd484dd7.zip |
bump composer php version
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 9f39699cd..a3e834d0e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "source": "https://framagit.org/hubzilla/core/" }, "require": { - "php": ">=5.5", + "php": ">=7.3", "ext-curl": "*", "ext-gd": "*", "ext-mbstring": "*", |