From bc779094fcd9c484492979bc73f04ba0cf914c85 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 15 May 2015 14:38:25 +0200 Subject: [PATCH] tiny fixes --- app/Github/API.php | 2 +- composer.json | 2 +- composer.lock | 17 +++++++++-------- config/sql/createdb.sh | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/app/Github/API.php b/app/Github/API.php index 1337326..522cf14 100644 --- a/app/Github/API.php +++ b/app/Github/API.php @@ -50,7 +50,7 @@ class API $this->logger = $logger; $this->config = $config; $this->client = new Client("curl", "github"); - $this->client->configure($config->http->configure); + $this->client->configure($config->http->configure->toArray()); $this->client->attach(new ClientObserver($logger)); $this->tokens = $tokens ?: new Storage\Session; $this->cache = $cache; diff --git a/composer.json b/composer.json index 0af412a..3bd139d 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "league/plates": "~3.1", "rdlowrey/auryn": "dev-master", "m6w6/pharext.wiki": "dev-master", - "m6w6/pq-gateway": "^2.0", + "m6w6/pq-gateway": "dev-master", "monolog/monolog": "^1.13" } } diff --git a/composer.lock b/composer.lock index 887508d..6e9b3d3 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_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": "6c9f8c8951d5c56a9de109fd70ec3604", + "hash": "910f08879af0e54cb4aaa21d1ca5eef2", "packages": [ { "name": "league/plates", @@ -144,16 +144,16 @@ }, { "name": "m6w6/pq-gateway", - "version": "v2.0.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/m6w6/pq-gateway.git", - "reference": "19590cfee428909a9ad2195b02a30ae176980992" + "reference": "3aa333045c0bb93b83e87e190b4ed49333d106f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/m6w6/pq-gateway/zipball/19590cfee428909a9ad2195b02a30ae176980992", - "reference": "19590cfee428909a9ad2195b02a30ae176980992", + "url": "https://api.github.com/repos/m6w6/pq-gateway/zipball/3aa333045c0bb93b83e87e190b4ed49333d106f0", + "reference": "3aa333045c0bb93b83e87e190b4ed49333d106f0", "shasum": "" }, "suggest": { @@ -185,7 +185,7 @@ "postgresql", "pq" ], - "time": "2014-10-15 15:30:26" + "time": "2015-05-08 10:10:49" }, { "name": "monolog/monolog", @@ -403,7 +403,8 @@ "stability-flags": { "m6w6/pharext": 20, "rdlowrey/auryn": 20, - "m6w6/pharext.wiki": 20 + "m6w6/pharext.wiki": 20, + "m6w6/pq-gateway": 20 }, "prefer-stable": false, "prefer-lowest": false, diff --git a/config/sql/createdb.sh b/config/sql/createdb.sh index b0f0dbb..e54a01b 100755 --- a/config/sql/createdb.sh +++ b/config/sql/createdb.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # # run as (postgresql) superuser -- 2.30.2