Add Laravel framework license

This commit is contained in:
Yaman Qalieh 2022-06-09 12:11:27 -04:00
parent bea0595e5c
commit 37f211a37e
2 changed files with 21 additions and 0 deletions

View file

@ -321,6 +321,7 @@ RSS-Bridge uses third party libraries with their own license:
* [`PHP Simple HTML DOM Parser`](https://simplehtmldom.sourceforge.io/docs/1.9/index.html) licensed under the [MIT License](https://opensource.org/licenses/MIT)
* [`php-urljoin`](https://github.com/fluffy-critter/php-urljoin) licensed under the [MIT License](https://opensource.org/licenses/MIT)
* [php polyfills](https://github.com/symfony/polyfill) licensed under the [MIT License](https://opensource.org/licenses/MIT)
* [`Laravel framework`](https://github.com/laravel/framework/) licensed under the [MIT License](https://opensource.org/licenses/MIT)
Technical notes
===