package Cpanel::Easy::PHP5::Intl;

# cpanel - Cpanel/Easy/PHP5/6_39/Intl.pm           Copyright(c) 2015 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

use strict;

our $easyconfig = {
    'skip'            => 0,
    'easy-rpms'       => ['easy-icu'],
    'min_icu_version' => '4.0',
};

1;
