- 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
11 lines
429 B
Markdown
11 lines
429 B
Markdown
HTTP Factories
|
|
==============
|
|
|
|
This repository holds all interfaces related to [PSR-17 (HTTP Message Factories)][psr-17].
|
|
Please refer to the specification for a description.
|
|
|
|
You can find implementations of the specification by looking for packages providing the
|
|
[psr/http-factory-implementation](https://packagist.org/providers/psr/http-factory-implementation) virtual package.
|
|
|
|
[psr-17]: https://www.php-fig.org/psr/psr-17/
|