From 2aaefbfa54447c37a74aaf126f864fac629e9bd5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Jun 2018 14:58:09 +0300 Subject: update autoloader to consider namespaces for third party libraries: placed and loaded from vendor/namespace/classpath.php update readability to a newer implementation based on Readability.js (https://github.com/andreskrey/readability.php) add vendor/Psr/Log interface required for the above --- vendor/Psr/Log/LogLevel.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vendor/Psr/Log/LogLevel.php (limited to 'vendor/Psr/Log/LogLevel.php') diff --git a/vendor/Psr/Log/LogLevel.php b/vendor/Psr/Log/LogLevel.php new file mode 100644 index 000000000..9cebcace6 --- /dev/null +++ b/vendor/Psr/Log/LogLevel.php @@ -0,0 +1,18 @@ +