1
0
Fork 0
composer/tests/Composer/Test/Autoload/MinimumVersionSupport/main.php

10 lines
155 B
PHP

<?php
include 'vendor/autoload.php';
Test\Foo::test();
if (Composer\InstalledVersions::isInstalled('root/pkg')) {
echo 'isInstalled: OK'.PHP_EOL;
}