├── LICENSE ├── Php73.php ├── README.md ├── Resources └── stubs │ └── JsonException.php ├── bootstrap.php └── composer.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php73/HEAD/LICENSE -------------------------------------------------------------------------------- /Php73.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php73/HEAD/Php73.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php73/HEAD/README.md -------------------------------------------------------------------------------- /Resources/stubs/JsonException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php73/HEAD/Resources/stubs/JsonException.php -------------------------------------------------------------------------------- /bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php73/HEAD/bootstrap.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php73/HEAD/composer.json --------------------------------------------------------------------------------