From 81a1af738b469fd9a4ce212008e568695b5b7001 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 6 Feb 2013 22:30:47 +0000 Subject: [PATCH] Update information so the fork won't create issues Just some updates to the Composer and Travis configuration and the LICENSE file. --- .travis.yml | 4 ---- LICENSE | 1 + README.md | 4 ++-- composer.json | 25 +++++++++++++++---------- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82705c9..3f42a07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,3 @@ before_script: - composer selfupdate --quiet - composer install --dev - vendor/phpunit/phpunit/composer/bin/phpunit - -notifications: - irc: "irc.freenode.org#garyj" - email: false \ No newline at end of file diff --git a/LICENSE b/LICENSE index 343d644..93e6729 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ Original work Copyright (c) 2007 Andy Smith Modified work Copyright (c) 2012 Gary Jones +Modified work Copyright (c) 2013 Jacob Kiers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5b3c96c..aa74e68 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Based on [Andy Smith's](http://term.ie/) [basic php library](http://oauth.google Actually forked from [EHER's version](https://github.com/EHER/OAuth). -[![Build Status](https://travis-ci.org/GaryJones/OAuth.png)](https://travis-ci.org/GaryJones/OAuth) +[![Build Status](https://travis-ci.org/jacobkiers/OAuth.png)](https://travis-ci.org/jacobkiers/OAuth) -Current status - Request token part seems to be working - nothing else properly tested yet. \ No newline at end of file +Current status - Request token part seems to be working - nothing else properly tested yet. diff --git a/composer.json b/composer.json index 03d0020..0b2bc18 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,16 @@ { - "name": "garyjones/oauth", - "description": "Based on Andy Smith's basic PHP library for OAuth 1.0a", + "name": "jacobkiers/oauth", + "description": "Based on Andy Smith's basic PHP library for OAuth 1.0a", "type": "library", - "keywords": ["oauth"], - "homepage": "https://github.com/GaryJones/OAuth", - "license": "MIT", + "keywords": ["oauth"], + "homepage": "https://github.com/jacobkiers/OAuth", + "license": "MIT", "authors": [ + { + "name": "Jacob Kiers", + "email": "jacob@alphacomm.nl", + "role": "developer" + }, { "name": "Gary Jones", "email": "gary@garyjones.co.uk", @@ -23,11 +28,11 @@ "require": { "php": ">=5.3.0" }, - "require-dev": { - "squizlabs/php_codesniffer": "*", - "phpunit/phpunit": "3.7.*@stable", - "mockery/mockery": "*" - }, + "require-dev": { + "squizlabs/php_codesniffer": "*", + "phpunit/phpunit": "3.7.*@stable", + "mockery/mockery": "*" + }, "autoload": { "psr-0": { "GaryJones\\OAuth": "src/"