<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'Akeneo\Platform\Bundle\InstallerBundle\Command\CheckRequirementsCommand' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/InstallerBundle/Command/CheckRequirementsCommand.php';

$this->privates['Akeneo\\Platform\\Bundle\\InstallerBundle\\Command\\CheckRequirementsCommand'] = $instance = new \Akeneo\Platform\Bundle\InstallerBundle\Command\CheckRequirementsCommand('Akeneo\\Platform\\CommunityVersion', 'prod', \dirname(__DIR__, 4));

$instance->setName('pim:installer:check-requirements');

return $instance;
