Andrew Millington
|
18dabd36e3
|
Remove branch 8.0.0 from travis checks
|
2019-07-13 19:56:44 +01:00 |
|
sephster
|
bd483d701b
|
Remove support for PHP 7.0
|
2019-05-14 21:26:17 +01:00 |
|
sephster
|
521ed9a8cb
|
Merge master into 8.0.0 branch
|
2019-05-14 15:46:01 +01:00 |
|
sephster
|
faa350792a
|
Add support for PHP 7.3
|
2018-12-06 23:46:28 +00:00 |
|
Andrew Millington
|
bd741e9203
|
Update travis to check 8.0.0 branch
|
2018-05-23 16:39:55 +01:00 |
|
Lukáš Unger
|
143afc9561
|
PHPStan level 7
|
2018-02-18 21:20:48 +01:00 |
|
Andrew Millington
|
028d91f670
|
Add code coverage for scrutinizer
|
2018-02-18 15:33:41 +00:00 |
|
Andrew Millington
|
e0cc5ee1b0
|
Merge branch 'master' of https://github.com/thephpleague/oauth2-server into fix-pkce-implementation
|
2018-02-18 13:57:19 +00:00 |
|
Lukáš Unger
|
cd5233392e
|
Updated dependencies, more strict static analysis
|
2018-02-17 18:07:16 +01:00 |
|
Lukáš Unger
|
1f87c7a7be
|
Update PHPUnit, run static analysis on tests
|
2018-02-11 23:22:46 +01:00 |
|
Lukáš Unger
|
eca385ab08
|
Static analysis with PHPStan
|
2018-02-11 22:20:17 +01:00 |
|
Andrew Millington
|
b6d9835281
|
Merge branch 'master' into fix-pkce-implementation
|
2017-12-28 16:37:37 +00:00 |
|
Gabriel Caruso
|
d1d68242ea
|
Test against PHP 7.2
|
2017-11-30 23:52:50 -02:00 |
|
Erick Torres
|
fbb3586cae
|
Merge branch 'master' of github.com:erickjth/oauth2-server into fix-pkce-implementation
# Conflicts:
# src/Grant/AuthCodeGrant.php
# tests/Grant/AuthCodeGrantTest.php
|
2017-07-07 12:06:32 -05:00 |
|
Alex Bilbie
|
e1ef133067
|
Dropped PHP 5.5 compatability
|
2017-07-01 18:22:44 +01:00 |
|
Alex Bilbie
|
7953f27b38
|
Stop testing HHVM
|
2017-07-01 18:07:09 +01:00 |
|
Alex Bilbie
|
06424fdbe2
|
Use Trusty for TravisCI
|
2017-07-01 17:24:11 +01:00 |
|
Erick Torres
|
4710743b87
|
Add "dist: trusty" into travis setting file
|
2017-06-16 17:09:13 -05:00 |
|
Craig Duncan
|
25580b98b7
|
[Travis] Test on PHP 7.1
|
2016-10-16 16:48:44 +01:00 |
|
Alex Bilbie
|
bf55ce1f73
|
Merge branch 'V5-WIP'
Conflicts:
.travis.yml
CHANGELOG.md
composer.json
examples/relational/Storage/AccessTokenStorage.php
examples/relational/api.php
src/AbstractServer.php
src/AuthorizationServer.php
src/Entity/AuthCodeEntity.php
src/Exception/InvalidGrantException.php
src/Exception/InvalidRequestException.php
src/Exception/InvalidScopeException.php
src/Exception/OAuthException.php
src/Exception/ServerErrorException.php
src/Exception/UnsupportedGrantTypeException.php
src/Exception/UnsupportedResponseTypeException.php
src/Grant/AuthCodeGrant.php
src/Grant/RefreshTokenGrant.php
src/ResourceServer.php
src/Storage/AccessTokenInterface.php
src/Storage/AuthCodeInterface.php
src/Storage/ClientInterface.php
src/Storage/RefreshTokenInterface.php
src/Storage/ScopeInterface.php
src/Storage/SessionInterface.php
src/TokenType/Bearer.php
src/TokenType/MAC.php
tests/unit/Grant/RefreshTokenGrantTest.php
tests/unit/TokenType/MacTest.php
|
2016-04-17 13:21:22 +01:00 |
|
Vincent Klaiber
|
16ed4ea51c
|
Add 5.5.9 to travis
We should test against 5.5.9 as well since that is the lowest requirement.
|
2016-04-11 16:22:20 +02:00 |
|
Alex Bilbie
|
1de13cf892
|
Removed .travis.yml after_build stuff
|
2016-03-24 19:30:14 +00:00 |
|
Alex Bilbie
|
fa3fb36ed8
|
Updated .travis.yml
|
2016-02-12 17:51:16 +00:00 |
|
Alex Bilbie
|
0a602cb022
|
We don't support PHP 5.4 anymore
|
2015-11-13 17:37:53 +00:00 |
|
Alex Bilbie
|
db6d4e0dc6
|
Only send data to Scrutinizer only for PHP 5.6
|
2015-09-26 11:25:26 +01:00 |
|
Alex Bilbie
|
18b104d0ac
|
Run codecept build to generate test files
|
2015-04-06 08:34:50 +01:00 |
|
Alex Bilbie
|
6e73099d8c
|
Ignore hhvm failures for now
|
2015-04-05 18:51:46 +01:00 |
|
Alex Bilbie
|
5211d1902c
|
Fixed .travis.yml
|
2015-04-05 18:35:26 +01:00 |
|
Alex Bilbie
|
ffc8823e4f
|
Move out of directory
|
2015-04-05 18:28:07 +01:00 |
|
Alex Bilbie
|
f912f60a59
|
Added .travis.yml before_script
|
2015-04-05 18:26:09 +01:00 |
|
Alex Bilbie
|
476b8d81c1
|
Build v5 branch
|
2015-04-05 18:21:57 +01:00 |
|
Alex Bilbie
|
2b2067e162
|
Updated .travis.yml
|
2015-04-05 18:19:37 +01:00 |
|
Alex Bilbie
|
56f6df11a8
|
Updated .gitignore
|
2015-04-05 17:07:10 +01:00 |
|
Alex Bilbie
|
34a6b66b8c
|
More .travis.yml updates
|
2015-03-22 23:19:36 +00:00 |
|
Alex Bilbie
|
61738a7fe2
|
Added fast_finish: true to .travis.yml
|
2015-03-22 23:13:41 +00:00 |
|
Alex Bilbie
|
f6fdbc7142
|
Added PHP 7.0 testing
|
2015-03-03 22:00:47 +00:00 |
|
Alex Bilbie
|
1bcf7ee20f
|
Update .travis.yml
|
2014-12-26 17:03:35 +00:00 |
|
Alex Bilbie
|
7f815275d6
|
Fixes for .travis.yml
|
2014-12-11 14:25:35 +00:00 |
|
Alex Bilbie
|
a056e2fe03
|
Adding coverage to ghpages
|
2014-12-11 14:20:53 +00:00 |
|
Graham Campbell
|
0d949d53f3
|
Update .travis.yml
|
2014-11-08 18:36:59 +00:00 |
|
Alex Bilbie
|
5c5d7d5340
|
Removed old Travis before_script commands
|
2014-11-07 02:31:54 +00:00 |
|
Alex Bilbie
|
5848c0d920
|
Failure is not an option anymore with hhvm
|
2014-11-07 00:57:29 +00:00 |
|
Alex Bilbie
|
d9bf0e5899
|
Updated .travis.yml
|
2014-09-30 23:07:00 +01:00 |
|
Graham Campbell
|
31c3cbe593
|
Update .travis.yml
|
2014-08-31 16:49:10 +01:00 |
|
Alex Bilbie
|
79f15f3855
|
Merge branch 'v4.0.0-WIP' into develop
Conflicts:
.gitignore
.travis.yml
README.md
composer.json
phpunit.xml
sql/mysql.sql
src/League/OAuth2/Server/Grant/RefreshToken.php
src/League/OAuth2/Server/Resource.php
src/League/OAuth2/Server/Storage/SessionInterface.php
src/League/OAuth2/Server/Util/Request.php
src/Util/KeyAlgorithm/DefaultAlgorithm.php
tests/resource/ResourceServerTest.php
tests/util/RedirectUriTest.php
tests/util/RequestTest.php
tests/util/SecureKeyTest.php
|
2014-08-06 09:21:56 +01:00 |
|
Alex Bilbie
|
6568ca5790
|
Removing fizzfuzz for now until I can work out what the hell is wrong with it
|
2014-08-06 08:59:48 +01:00 |
|
Alex Bilbie
|
30abfeefbf
|
Tried removed --prefer-dist
|
2014-08-06 08:56:11 +01:00 |
|
Alex Bilbie
|
1483ce936b
|
Fizzfuzz is lowercase now
|
2014-08-06 08:51:53 +01:00 |
|
Alex Bilbie
|
661086d3b8
|
Removed coveralls and phpcs testing
|
2014-08-06 08:47:28 +01:00 |
|
Alex Bilbie
|
f046a024e4
|
Updated .travis.yml to use FizzFuzz
|
2014-08-04 15:28:04 +01:00 |
|