Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/psr
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-03-03 16:26:42 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-03-03 16:26:42 +0300
commite724ba5a7af5db92c5b7d9e021d4e3c9ef1d32e2 (patch)
tree7d92d1f67b61d3bf3090292032808c098ee1e96c /psr
parent98fa92c67d735f82ae012786395e660f1513bef7 (diff)
Bump sabre to 3.2.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'psr')
-rw-r--r--psr/log/composer.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/psr/log/composer.json b/psr/log/composer.json
new file mode 100644
index 00000000..87934d70
--- /dev/null
+++ b/psr/log/composer.json
@@ -0,0 +1,26 @@
+{
+ "name": "psr/log",
+ "description": "Common interface for logging libraries",
+ "keywords": ["psr", "psr-3", "log"],
+ "homepage": "https://github.com/php-fig/log",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "Psr/Log/"
+ }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ }
+}