- Add package.json dependencies: jquery, jquery-ui, moment, daterangepicker, wavesurfer.js, air-datepicker - Create scripts/setup-vendor.js to copy npm packages to public/assets/vendor - Update view templates to use vendor paths instead of old /js/ or CDN URLs - Clean up legacy commented-out scripts in master layout
18 lines
587 B
Markdown
18 lines
587 B
Markdown
Symfony Polyfill / Php81
|
|
========================
|
|
|
|
This component provides features added to PHP 8.1 core:
|
|
|
|
- [`array_is_list`](https://php.net/array_is_list)
|
|
- [`enum_exists`](https://php.net/enum-exists)
|
|
- [`MYSQLI_REFRESH_REPLICA`](https://php.net/mysqli.constants#constantmysqli-refresh-replica) constant
|
|
- [`ReturnTypeWillChange`](https://wiki.php.net/rfc/internal_method_return_types)
|
|
|
|
More information can be found in the
|
|
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
|
|
|
|
License
|
|
=======
|
|
|
|
This library is released under the [MIT license](LICENSE).
|