diff --git a/bin/flextype b/bin/flextype index 50c1199e..6ca2c8f3 100755 --- a/bin/flextype +++ b/bin/flextype @@ -15,11 +15,6 @@ namespace Flextype; -/** - * Define the application minimum supported PHP version. - */ -define('FLEXTYPE_MINIMUM_PHP', '7.4.0'); - /** * Define the PATH to the root directory (without trailing slash). */ @@ -33,11 +28,6 @@ define('PATH', [ 'tmp' => ROOT_DIR . '/var/tmp', ]); -/** - * Check PHP Version - */ -version_compare($ver = PHP_VERSION, $req = FLEXTYPE_MINIMUM_PHP, '<') and exit(sprintf('You are running PHP %s, but Flextype needs at least PHP %s to run.', $ver, $req)); - /** * Ensure vendor libraries exist */