From 605f8e8d0e501057749c50581087ce05089c1af3 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 15 May 2015 15:17:39 +0200 Subject: added composer setup and the first composer package php-archive --- composer.lock | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 composer.lock (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock new file mode 100644 index 000000000..753d5c9c0 --- /dev/null +++ b/composer.lock @@ -0,0 +1,65 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "hash": "de1f49aad78674b8d56a7f93fb633f65", + "packages": [ + { + "name": "splitbrain/php-archive", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/splitbrain/php-archive.git", + "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/a0fbfc2f85ed491f3d2af42cff48a9cb783a8549", + "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.5.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "splitbrain\\PHPArchive\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andreas Gohr", + "email": "andi@splitbrain.org" + } + ], + "description": "Pure-PHP implementation to read and write TAR and ZIP archives", + "keywords": [ + "archive", + "extract", + "tar", + "unpack", + "unzip", + "zip" + ], + "time": "2015-02-25 20:15:02" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +} -- cgit v1.2.3 From 41d51802a4f1d52aced2f2960bc919c9739cf775 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 15 May 2015 16:26:00 +0200 Subject: switched geshi higlighter to composer based repository --- composer.lock | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 753d5c9c0..8b6424244 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,54 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "de1f49aad78674b8d56a7f93fb633f65", + "hash": "23ee0dd06136e2301c930e75055300d5", "packages": [ + { + "name": "easybook/geshi", + "version": "v1.0.8.14", + "source": { + "type": "git", + "url": "https://github.com/easybook/geshi.git", + "reference": "af589a67bf308791bb13e54bddd9aa3544b7dff8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/easybook/geshi/zipball/af589a67bf308791bb13e54bddd9aa3544b7dff8", + "reference": "af589a67bf308791bb13e54bddd9aa3544b7dff8", + "shasum": "" + }, + "require": { + "php": ">4.3.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "./" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Nigel McNie", + "email": "nigel@geshi.org" + }, + { + "name": "Benny Baumann", + "email": "BenBE@geshi.org" + } + ], + "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.", + "homepage": "http://qbnz.com/highlighter", + "keywords": [ + "highlight", + "highlighter", + "syntax" + ], + "time": "2015-04-15 13:21:45" + }, { "name": "splitbrain/php-archive", "version": "1.0.0", -- cgit v1.2.3 From 0f7eafd90ce5e944b2de67b3dccd8933fd60851c Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 30 Jun 2015 20:42:56 +0200 Subject: geshi update via composer --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 8b6424244..5cfa22a72 100644 --- a/composer.lock +++ b/composer.lock @@ -1,23 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "23ee0dd06136e2301c930e75055300d5", "packages": [ { "name": "easybook/geshi", - "version": "v1.0.8.14", + "version": "v1.0.8.15", "source": { "type": "git", "url": "https://github.com/easybook/geshi.git", - "reference": "af589a67bf308791bb13e54bddd9aa3544b7dff8" + "reference": "54387de80bc7ee50397ffae39234626a48d2d45f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easybook/geshi/zipball/af589a67bf308791bb13e54bddd9aa3544b7dff8", - "reference": "af589a67bf308791bb13e54bddd9aa3544b7dff8", + "url": "https://api.github.com/repos/easybook/geshi/zipball/54387de80bc7ee50397ffae39234626a48d2d45f", + "reference": "54387de80bc7ee50397ffae39234626a48d2d45f", "shasum": "" }, "require": { @@ -50,7 +50,7 @@ "highlighter", "syntax" ], - "time": "2015-04-15 13:21:45" + "time": "2015-06-18 14:56:28" }, { "name": "splitbrain/php-archive", -- cgit v1.2.3 From 2b6c681901bfed9efc7d09dca27aee308d48341d Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 30 Jun 2015 21:17:23 +0200 Subject: updated archive library via composer --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 5cfa22a72..32ea37109 100644 --- a/composer.lock +++ b/composer.lock @@ -54,16 +54,16 @@ }, { "name": "splitbrain/php-archive", - "version": "1.0.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/splitbrain/php-archive.git", - "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549" + "reference": "89b4cba038e8cf01af3a8180572f19b8e4afaa31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/a0fbfc2f85ed491f3d2af42cff48a9cb783a8549", - "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549", + "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/89b4cba038e8cf01af3a8180572f19b8e4afaa31", + "reference": "89b4cba038e8cf01af3a8180572f19b8e4afaa31", "shasum": "" }, "require": { @@ -97,7 +97,7 @@ "unzip", "zip" ], - "time": "2015-02-25 20:15:02" + "time": "2015-06-30 19:12:21" } ], "packages-dev": [], -- cgit v1.2.3 From 4a690352a4dc4dff668c4189c41d982f838bc8b9 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 24 Jul 2015 13:40:07 +0200 Subject: fixed #1249 by upgrading php-archive to 1.0.4 --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 32ea37109..9aa165902 100644 --- a/composer.lock +++ b/composer.lock @@ -54,16 +54,16 @@ }, { "name": "splitbrain/php-archive", - "version": "1.0.2", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/splitbrain/php-archive.git", - "reference": "89b4cba038e8cf01af3a8180572f19b8e4afaa31" + "reference": "6572e78ef9d064eeb5c74d4ffe61b473a4996b68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/89b4cba038e8cf01af3a8180572f19b8e4afaa31", - "reference": "89b4cba038e8cf01af3a8180572f19b8e4afaa31", + "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/6572e78ef9d064eeb5c74d4ffe61b473a4996b68", + "reference": "6572e78ef9d064eeb5c74d4ffe61b473a4996b68", "shasum": "" }, "require": { @@ -97,7 +97,7 @@ "unzip", "zip" ], - "time": "2015-06-30 19:12:21" + "time": "2015-07-24 11:36:49" } ], "packages-dev": [], -- cgit v1.2.3