File: bootstrap.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 (7 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
7
<?php

declare(strict_types=1);

\ini_set('memory_limit', '1024M');

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