updated Composer packages + changed the update process to "kanti/hub-updater"

This commit is contained in:
Kanti 2014-10-31 19:33:23 +01:00
commit a3e3930373
23 changed files with 4970 additions and 167 deletions

83
composer.lock generated
View file

@ -1,22 +1,61 @@
{
"_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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "f4031afd76d9924ba9ef2f3fe17a97ab",
"hash": "09a845c7ac1f579f79cdd0196a86199d",
"packages": [
{
"name": "kanti/hub-updater",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Kanti/hub-updater.git",
"reference": "fd965ed3524720d70a0cdddbd95e83f536c9b24f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Kanti/hub-updater/zipball/fd965ed3524720d70a0cdddbd95e83f536c9b24f",
"reference": "fd965ed3524720d70a0cdddbd95e83f536c9b24f",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Kanti\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "Kanti",
"email": "git@kanti.de",
"homepage": "https://kanti.de",
"role": "Developer"
}
],
"description": "Simple Github Updater for Web Projects [PHP]",
"time": "2014-10-31 18:20:52"
},
{
"name": "michelf/php-markdown",
"version": "dev-lib",
"source": {
"type": "git",
"url": "https://github.com/michelf/php-markdown.git",
"reference": "6f952ee180e9bd345f3dd6005aa11e0f5dcbd1b8"
"reference": "a8c56ecd5e9e7c7d37d00c814c864c3bc8b32694"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/6f952ee180e9bd345f3dd6005aa11e0f5dcbd1b8",
"reference": "6f952ee180e9bd345f3dd6005aa11e0f5dcbd1b8",
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/a8c56ecd5e9e7c7d37d00c814c864c3bc8b32694",
"reference": "a8c56ecd5e9e7c7d37d00c814c864c3bc8b32694",
"shasum": ""
},
"require": {
@ -54,20 +93,20 @@
"keywords": [
"markdown"
],
"time": "2013-11-29 21:49:31"
"time": "2014-08-10 19:25:52"
},
{
"name": "suin/php-rss-writer",
"version": "1.2",
"version": "1.3",
"source": {
"type": "git",
"url": "git://github.com/suin/php-rss-writer.git",
"reference": "1.2"
"url": "https://github.com/suin/php-rss-writer.git",
"reference": "82812ff988bb470f746d24e153cdc138e8838ff3"
},
"dist": {
"type": "zip",
"url": "https://github.com/suin/php-rss-writer/zipball/1.2",
"reference": "1.2",
"url": "https://api.github.com/repos/suin/php-rss-writer/zipball/82812ff988bb470f746d24e153cdc138e8838ff3",
"reference": "82812ff988bb470f746d24e153cdc138e8838ff3",
"shasum": ""
},
"require": {
@ -99,23 +138,17 @@
"rss",
"writer"
],
"time": "2012-08-23 00:45:18"
"time": "2014-03-12 06:05:28"
}
],
"packages-dev": [
],
"aliases": [
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"michelf/php-markdown": 20
"michelf/php-markdown": 20,
"kanti/hub-updater": 20
},
"platform": [
],
"platform-dev": [
]
"prefer-stable": false,
"platform": [],
"platform-dev": []
}