@extends('vendor.installer.layouts.master')
@section('title', trans('installer_messages.requirements.title'))
@section('container')
- PHP Version >= {{ $phpSupportInfo['minimum'] }}
@foreach($requirements['requirements'] as $extention => $enabled)
- {{ $extention }}
@endforeach
@if ( ! isset($requirements['errors']) && $phpSupportInfo['supported'] == 'success')
@endif
@stop