2015-08-06 18:55:51 +02:00
|
|
|
{
|
|
|
|
"_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#composer-lock-the-lock-file",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2016-08-30 10:50:49 +02:00
|
|
|
"hash": "dda6be5b69d5c318a8e33dd89df51d2c",
|
2016-08-29 17:13:42 +02:00
|
|
|
"content-hash": "42e509fca9c9b79fd71b701521d202e1",
|
2015-08-06 18:55:51 +02:00
|
|
|
"packages": [
|
2016-01-27 18:00:04 +01:00
|
|
|
{
|
|
|
|
"name": "geshi/geshi",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/GeSHi/geshi-1.0.git",
|
2016-05-16 11:30:42 +02:00
|
|
|
"reference": "ac5c9c1f26eba2e6d0a9e374dc3d8316b586cdcc"
|
2016-01-27 18:00:04 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-05-16 11:30:42 +02:00
|
|
|
"url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/ac5c9c1f26eba2e6d0a9e374dc3d8316b586cdcc",
|
|
|
|
"reference": "ac5c9c1f26eba2e6d0a9e374dc3d8316b586cdcc",
|
2016-01-27 18:00:04 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/geshi/",
|
|
|
|
"src/geshi.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"GPL-2.0+"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Benny Baumann",
|
|
|
|
"email": "BenBE@geshi.org",
|
|
|
|
"homepage": "http://blog.benny-baumann.de/",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic Syntax Highlighter",
|
|
|
|
"homepage": "http://qbnz.com/highlighter/",
|
2016-05-16 11:30:42 +02:00
|
|
|
"time": "2016-02-01 23:14:34"
|
2016-01-27 18:00:04 +01:00
|
|
|
},
|
2016-08-29 17:13:42 +02:00
|
|
|
{
|
|
|
|
"name": "league/csv",
|
2016-09-09 10:14:26 +02:00
|
|
|
"version": "8.1.1",
|
2016-08-29 17:13:42 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/csv.git",
|
2016-09-09 10:14:26 +02:00
|
|
|
"reference": "3b22a40804aa0bc5224ffb2f5e8248edf0a9a38c"
|
2016-08-29 17:13:42 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-09-09 10:14:26 +02:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/csv/zipball/3b22a40804aa0bc5224ffb2f5e8248edf0a9a38c",
|
|
|
|
"reference": "3b22a40804aa0bc5224ffb2f5e8248edf0a9a38c",
|
2016-08-29 17:13:42 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"php": ">=5.5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-09-09 10:14:26 +02:00
|
|
|
"friendsofphp/php-cs-fixer": "^1.9",
|
2016-08-29 17:13:42 +02:00
|
|
|
"phpunit/phpunit": "^4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "8.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"League\\Csv\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ignace Nyamagana Butera",
|
|
|
|
"email": "nyamsprod@gmail.com",
|
|
|
|
"homepage": "https://github.com/nyamsprod/",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Csv data manipulation made easy in PHP",
|
|
|
|
"homepage": "http://csv.thephpleague.com",
|
|
|
|
"keywords": [
|
|
|
|
"csv",
|
|
|
|
"export",
|
|
|
|
"filter",
|
|
|
|
"import",
|
|
|
|
"read",
|
|
|
|
"write"
|
|
|
|
],
|
2016-09-09 10:14:26 +02:00
|
|
|
"time": "2016-09-05 08:16:07"
|
2016-08-29 17:13:42 +02:00
|
|
|
},
|
2015-08-06 18:55:51 +02:00
|
|
|
{
|
|
|
|
"name": "zendframework/zendframework1",
|
2016-09-09 10:14:26 +02:00
|
|
|
"version": "1.12.20",
|
2015-08-06 18:55:51 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zendframework/zf1.git",
|
2016-09-09 10:14:26 +02:00
|
|
|
"reference": "737ef159654fbbef37cf9af742b2c8f9690c2ece"
|
2015-08-06 18:55:51 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-09-09 10:14:26 +02:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zf1/zipball/737ef159654fbbef37cf9af742b2c8f9690c2ece",
|
|
|
|
"reference": "737ef159654fbbef37cf9af742b2c8f9690c2ece",
|
2015-08-06 18:55:51 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.11"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/dbunit": "1.3.*",
|
|
|
|
"phpunit/phpunit": "3.7.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.12.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Zend_": "library/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"library/"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"description": "Zend Framework 1",
|
|
|
|
"homepage": "http://framework.zend.com/",
|
|
|
|
"keywords": [
|
|
|
|
"ZF1",
|
|
|
|
"framework"
|
|
|
|
],
|
2016-09-09 10:14:26 +02:00
|
|
|
"time": "2016-09-08 14:50:34"
|
2015-08-06 18:55:51 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
2016-01-27 18:00:04 +01:00
|
|
|
"stability-flags": {
|
|
|
|
"geshi/geshi": 20
|
|
|
|
},
|
2015-08-06 18:55:51 +02:00
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|