Commit 02134173 authored by sandroresende's avatar sandroresende

inclusao pasta vendor

parent da0f3d6f
......@@ -4,7 +4,7 @@
$issues = array();
if (!(PHP_VERSION_ID >= 70400)) {
if (!(PHP_VERSION_ID >= 70300)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
}
......@@ -23,4 +23,4 @@ if ($issues) {
'Composer detected issues in your platform: ' . implode(' ', $issues),
E_USER_ERROR
);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment