File: build.php

package info (click to toggle)
php-giggsey-libphonenumber 9.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,464 kB
  • sloc: php: 484,879; sh: 107; makefile: 37
file content (9 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download
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();