DEBSOURCES
Skip Quicknav
sources / php-giggsey-libphonenumber / 9.0.4-1 / build / build.php
123456789
#!/usr/bin/env php <?php declare(strict_types=1); require __DIR__ . '/../vendor/autoload.php'; $app = new \libphonenumber\buildtools\BuildApplication(); $app->run();