Reduce required PHP version to 7.4 again #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "akirk/patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In 2.1.0 the required PHP version was increased to 8.0, was there a particular reason for that except that PHP 7.4 is EOL? It still parses fine. If no, can we reduce it again?
❯ php -v
PHP 7.4.33 (cli) (built: Jun 17 2023 06:19:58) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
with Xdebug v3.1.3, Copyright (c) 2002-2022, by Derick Rethans
❯ php -l biscotti.php
No syntax errors detected in biscotti.php
Checkout
From your project repository, check out a new branch and test the changes.