From a0f6f2e849d0884259693e7c1df1bc9de6585eb2 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 22 Sep 2020 21:30:49 +0200 Subject: Require STE using composer and add autoloading --- composer.lock | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 composer.lock (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..f266f55 --- /dev/null +++ b/composer.lock @@ -0,0 +1,67 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "8bcbdb4bc21d0897a78eb6567bffea81", + "packages": [ + { + "name": "r7r/ste", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/silvasur/ste.git", + "reference": "ceb262e08027531717f1a16faafc343e8d9656e3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silvasur/ste/zipball/ceb262e08027531717f1a16faafc343e8d9656e3", + "reference": "ceb262e08027531717f1a16faafc343e8d9656e3", + "shasum": "" + }, + "require": { + "php": ">=7.3.0" + }, + "require-dev": { + "phpdocumentor/phpdocumentor": "^2.9", + "phpunit/phpunit": "^9" + }, + "type": "library", + "autoload": { + "psr-4": { + "r7r\\ste\\": "src/ste" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laria Carolin Chabowski", + "email": "laria@laria.me", + "homepage": "http://hi-im.laria.me", + "role": "Developer" + } + ], + "description": "A compiling template engine with an XML-ish syntax", + "homepage": "http://github.com/silvasur/ste", + "keywords": [ + "templating" + ], + "time": "2020-09-21T18:46:15+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=7.3" + }, + "platform-dev": [], + "plugin-api-version": "1.1.0" +} -- cgit v1.2.3-54-g00ecf