File: build.php

package info (click to toggle)
php-giggsey-libphonenumber 9.0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 22,492 kB
  • sloc: php: 485,443; sh: 107; makefile: 37
file content (9 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env php
<?php

declare(strict_types=1);

require __DIR__ . '/../vendor/autoload.php';

$app = new \libphonenumber\buildtools\BuildApplication();
$app->run();