MDL-84156 Libraries: Upgrade SimpePie to 1.8.1

- removed sources in the `library/` directory of the SimplePie lib as
  those were for PSR-0 namespaces and we use PSR-4
- removed the PSR-4 autoloader provided by SimmpePie as we use our own
  class loading mechanism
- updated the instructions in readme_moodle.txt
- fixed constants now being namespaced under \SimplePie\SimplePie

Signed-off-by: Daniel Ziegenberg <[email protected]>
This commit is contained in:
Daniel Ziegenberg
2025-05-06 06:35:38 +02:00
parent 8cb5d000a1
commit d708bddfcb
80 changed files with 407 additions and 3185 deletions
-1
View File
@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/**
* SimplePie
*