summaryrefslogtreecommitdiff
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-15 15:17:39 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-15 15:42:12 +0200
commit605f8e8d0e501057749c50581087ce05089c1af3 (patch)
tree9c30eb312b348a091a41c6b3ff800ce0c5f8b635 /vendor/composer/installed.json
parent05790a01307aa347e77502603791afd84d62aa8b (diff)
downloadrpg-605f8e8d0e501057749c50581087ce05089c1af3.tar.gz
rpg-605f8e8d0e501057749c50581087ce05089c1af3.tar.bz2
added composer setup and the first composer package php-archive
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
new file mode 100644
index 000000000..769865f79
--- /dev/null
+++ b/vendor/composer/installed.json
@@ -0,0 +1,51 @@
+[
+ {
+ "name": "splitbrain/php-archive",
+ "version": "1.0.0",
+ "version_normalized": "1.0.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.*"
+ },
+ "time": "2015-02-25 20:15:02",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ ]
+ }
+]