From e2067e28b51e657ba64a0ed40c06719607715796 Mon Sep 17 00:00:00 2001 From: Marco Rieger Date: Fri, 27 Feb 2015 21:35:16 +0100 Subject: [PATCH 1/3] added github lib version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6257ed89..42b8dce4 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://modules.zendframework.com", "require": { "bshaffer/oauth2-server-php": "dev-develop", - "evandotpro/edp-github": "dev-master", + "evandotpro/edp-github": "0.2", "ext-intl": "*", "ezyang/htmlpurifier": "4.6.*", "monolog/monolog": "~1.12", From 4745060f26f15ee9948d40218ef8282404b33b35 Mon Sep 17 00:00:00 2001 From: Marco Rieger Date: Fri, 27 Feb 2015 21:37:19 +0100 Subject: [PATCH 2/3] added github lib version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 42b8dce4..dde29e7b 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://modules.zendframework.com", "require": { "bshaffer/oauth2-server-php": "dev-develop", - "evandotpro/edp-github": "0.2", + "evandotpro/edp-github": "0.2.*", "ext-intl": "*", "ezyang/htmlpurifier": "4.6.*", "monolog/monolog": "~1.12", From 4d0779c79c1d5b7f2538aedd59bd45a62b06cf79 Mon Sep 17 00:00:00 2001 From: Marco Rieger Date: Fri, 27 Feb 2015 21:37:26 +0100 Subject: [PATCH 3/3] composer update --- composer.lock | 102 +++++++++----------------------------------------- 1 file changed, 18 insertions(+), 84 deletions(-) diff --git a/composer.lock b/composer.lock index d70fcc0e..c25c2917 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "267ff41845c7f3f033df3778642991bd", + "hash": "3cc6c4ae66ede348143680e43ef3429c", "packages": [ { "name": "bshaffer/oauth2-server-php", @@ -12,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/bshaffer/oauth2-server-php.git", - "reference": "d0d842f39194b313f16861e27fdca5ac47831d9f" + "reference": "e3d1d244a95fd697cce5fca93b0c75b76475b005" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/d0d842f39194b313f16861e27fdca5ac47831d9f", - "reference": "d0d842f39194b313f16861e27fdca5ac47831d9f", + "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/e3d1d244a95fd697cce5fca93b0c75b76475b005", + "reference": "e3d1d244a95fd697cce5fca93b0c75b76475b005", "shasum": "" }, "require": { @@ -52,11 +52,11 @@ "oauth", "oauth2" ], - "time": "2015-02-02 20:22:37" + "time": "2015-02-09 07:09:11" }, { "name": "evandotpro/edp-github", - "version": "dev-master", + "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/EvanDotPro/EdpGithub.git", @@ -829,77 +829,6 @@ "description": "A script to automatically fix Symfony Coding Standard", "time": "2015-02-18 19:35:59" }, - { - "name": "kriswallsmith/assetic", - "version": "v1.1.3", - "source": { - "type": "git", - "url": "https://github.com/kriswallsmith/assetic.git", - "reference": "02105abcd35fb32933bc566e4c3bec84c612e9c1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/02105abcd35fb32933bc566e4c3bec84c612e9c1", - "reference": "02105abcd35fb32933bc566e4c3bec84c612e9c1", - "shasum": "" - }, - "require": { - "php": ">=5.3.1", - "symfony/process": "~2.1" - }, - "require-dev": { - "cssmin/cssmin": "*", - "joliclic/javascript-packer": "*", - "kamicane/packager": "*", - "leafo/lessphp": "*", - "leafo/scssphp": "*", - "leafo/scssphp-compass": "*", - "mrclay/minify": "*", - "phpunit/phpunit": "~3.7", - "ptachoire/cssembed": "*", - "twig/twig": "~1.6" - }, - "suggest": { - "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", - "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", - "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", - "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", - "twig/twig": "Assetic provides the integration with the Twig templating engine" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-0": { - "Assetic": "src/" - }, - "files": [ - "src/functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kris Wallsmith", - "email": "kris.wallsmith@gmail.com", - "homepage": "http://kriswallsmith.net/" - } - ], - "description": "Asset Management for PHP", - "homepage": "https://github.com/kriswallsmith/assetic", - "keywords": [ - "assets", - "compression", - "minification" - ], - "time": "2014-12-12 05:37:00" - }, { "name": "phpunit/php-code-coverage", "version": "2.0.15", @@ -1832,12 +1761,12 @@ "source": { "type": "git", "url": "https://github.com/zendframework/ZendDeveloperTools.git", - "reference": "6040e7dce564e8f581cf7213ea3e2f5952b3f7e5" + "reference": "55432ef26445ce522cb2b146a0f0ea110d499f81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/ZendDeveloperTools/zipball/6040e7dce564e8f581cf7213ea3e2f5952b3f7e5", - "reference": "6040e7dce564e8f581cf7213ea3e2f5952b3f7e5", + "url": "https://api.github.com/repos/zendframework/ZendDeveloperTools/zipball/55432ef26445ce522cb2b146a0f0ea110d499f81", + "reference": "55432ef26445ce522cb2b146a0f0ea110d499f81", "shasum": "" }, "require": { @@ -1847,11 +1776,17 @@ "zendframework/zend-mvc": "2.*", "zendframework/zend-servicemanager": "2.*", "zendframework/zend-stdlib": "2.*", - "zendframework/zend-version": "2.*" + "zendframework/zend-version": "2.*", + "zendframework/zend-view": "2.*" }, "suggest": { + "aist/aist-git-tools": "Show you informations about current GIT repository", "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Zend) Db collector.", - "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application." + "doctrine/doctrine-orm-module": "Profile DoctrineORM queries", + "jhuet/zdt-logger-module": "Show you log data from Zend\\Log", + "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.", + "san/san-session-toolbar": "SanSessionToolbar can help you see current Zend\\Session data you're using within your application.", + "snapshotpl/zf-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Zend\\EventManager" }, "type": "zf-module", "autoload": { @@ -1885,7 +1820,7 @@ "module", "zf2" ], - "time": "2015-02-05 11:22:46" + "time": "2015-02-18 12:23:54" }, { "name": "zendframework/zenddiagnostics", @@ -2005,7 +1940,6 @@ "minimum-stability": "stable", "stability-flags": { "bshaffer/oauth2-server-php": 20, - "evandotpro/edp-github": 20, "zendframework/zend-developer-tools": 20, "zendframework/zftool": 20 },