├── LICENSE ├── README.md ├── Uuid.php ├── bootstrap.php ├── bootstrap80.php └── composer.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-uuid/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-uuid/HEAD/README.md -------------------------------------------------------------------------------- /Uuid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-uuid/HEAD/Uuid.php -------------------------------------------------------------------------------- /bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-uuid/HEAD/bootstrap.php -------------------------------------------------------------------------------- /bootstrap80.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-uuid/HEAD/bootstrap80.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-uuid/HEAD/composer.json --------------------------------------------------------------------------------