File: main.php

package info (click to toggle)
composer 2.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,528 kB
  • sloc: php: 83,030; makefile: 59; xml: 39
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
<?php

include 'vendor/autoload.php';

Test\Foo::test();

if (Composer\InstalledVersions::isInstalled('root/pkg')) {
    echo 'isInstalled: OK'.PHP_EOL;
}