Compare commits

..

4 Commits
3.0.0 ... 3.0.1

Author SHA1 Message Date
Alex Bilbie
e95ae977cc Merge branch 'release/3.0.1' 2013-12-02 18:52:18 +00:00
Alex Bilbie
572e6935a6 Version bump + changelog 2013-12-02 18:49:44 +00:00
Alex Bilbie
dd88426323 Merge branch 'hotfix/travistest'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-12-02 18:48:09 +00:00
Alex Bilbie
14683bc65e Removed testing of PHP 5.3 2013-12-02 18:47:56 +00:00
3 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
language: php
php:
- 5.3
- 5.4
- 5.5

View File

@@ -1,5 +1,10 @@
# Changelog
## 3.0.1 (released 2013-12-02)
* Forgot to tell TravisCI from testing PHP 5.3
## 3.0 (released 2013-12-02)
* Fixed spelling of Implicit grant class (Issue #84)

View File

@@ -1,7 +1,7 @@
{
"name": "league/oauth2-server",
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
"version": "3.0",
"version": "3.0.1",
"homepage": "https://github.com/php-loep/oauth2-server",
"license": "MIT",
"require": {