From 6e5916d80ae7a8ff99bfe186c05fc66e3daec575 Mon Sep 17 00:00:00 2001 From: Stefan Kanitz Date: Tue, 4 Oct 2016 20:03:57 +0200 Subject: [PATCH] [fix] update php-oauth url --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index bc26e4f..3637c33 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "pear-core": "pear/pear-core-minimal", "pear-cache-lite": "pear/Cache_Lite", "php-gettext": "https://launchpad.net/php-gettext/trunk/1.0.11/+download/php-gettext-1.0.11.tar.gz", - "php-oauth": "http://oauth.googlecode.com/svn/code/php/OAuth.php", + "php-oauth": "https://raw.githubusercontent.com/jtsternberg/oauth/master/code/php/OAuth.php", "mustache.php": "bobthecow/mustache.php#v2.5.1" } }