From 09d16fb74b06901306074041caa8375cbe87d705 Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Mon, 17 Apr 2023 10:12:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20dependencies=20an?= =?UTF-8?q?d=20add=20an=20autoload=20if=20used=20without=20composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ autoload.php | 24 ++++++++++++++++++++++++ composer.lock | 18 ++++++++++-------- 3 files changed, 40 insertions(+), 8 deletions(-) create mode 100644 autoload.php diff --git a/README.md b/README.md index 81a2dd3..9fadbc0 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ For example, [Zend](http://framework.zend.com/manual/current/en/modules/zend.fee composer install shikiryu/shikiryurss ``` +or + +```php +include '/path/to/this/library/autoload.php'; +``` + ## :rocket: Usage ---------------------------------- diff --git a/autoload.php b/autoload.php new file mode 100644 index 0000000..c60d77b --- /dev/null +++ b/autoload.php @@ -0,0 +1,24 @@ +=8.0", + "ext-dom": "*", + "ext-libxml": "*" }, "platform-dev": [], "plugin-api-version": "2.1.0"