Update information so the fork won't create issues
Just some updates to the Composer and Travis configuration and the LICENSE file.
This commit is contained in:
parent
354f31fd6d
commit
81a1af738b
@ -7,7 +7,3 @@ before_script:
|
|||||||
- composer selfupdate --quiet
|
- composer selfupdate --quiet
|
||||||
- composer install --dev
|
- composer install --dev
|
||||||
- vendor/phpunit/phpunit/composer/bin/phpunit
|
- vendor/phpunit/phpunit/composer/bin/phpunit
|
||||||
|
|
||||||
notifications:
|
|
||||||
irc: "irc.freenode.org#garyj"
|
|
||||||
email: false
|
|
1
LICENSE
1
LICENSE
@ -1,5 +1,6 @@
|
|||||||
Original work Copyright (c) 2007 Andy Smith
|
Original work Copyright (c) 2007 Andy Smith
|
||||||
Modified work Copyright (c) 2012 Gary Jones
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -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).
|
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.
|
Current status - Request token part seems to be working - nothing else properly tested yet.
|
@ -1,11 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "garyjones/oauth",
|
"name": "jacobkiers/oauth",
|
||||||
"description": "Based on Andy Smith's basic PHP library for OAuth 1.0a",
|
"description": "Based on Andy Smith's basic PHP library for OAuth 1.0a",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": ["oauth"],
|
"keywords": ["oauth"],
|
||||||
"homepage": "https://github.com/GaryJones/OAuth",
|
"homepage": "https://github.com/jacobkiers/OAuth",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jacob Kiers",
|
||||||
|
"email": "jacob@alphacomm.nl",
|
||||||
|
"role": "developer"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Gary Jones",
|
"name": "Gary Jones",
|
||||||
"email": "gary@garyjones.co.uk",
|
"email": "gary@garyjones.co.uk",
|
||||||
@ -23,11 +28,11 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"squizlabs/php_codesniffer": "*",
|
"squizlabs/php_codesniffer": "*",
|
||||||
"phpunit/phpunit": "3.7.*@stable",
|
"phpunit/phpunit": "3.7.*@stable",
|
||||||
"mockery/mockery": "*"
|
"mockery/mockery": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"GaryJones\\OAuth": "src/"
|
"GaryJones\\OAuth": "src/"
|
||||||
|
Loading…
Reference in New Issue
Block a user