Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Runalyze/oauth2-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.5
Choose a base ref
...
head repository: Runalyze/oauth2-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 10 files changed
  • 6 contributors

Commits on Dec 11, 2019

  1. Support for Symfony5 (FriendsOfSymfony#117)

    * Support for Symfony5
    
    * fix required php versions
    
    * fix travis php5.5
    
    * Composer dropped support for HHVM
    robaks authored and GuilhemN committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    31b81cb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Configuration menu
    Copy the full SHA
    b7ff4ea View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Merge pull request FriendsOfSymfony#120 from marekm4/fix-domain-check

    [Security] Add exact check for domain and port
    GuilhemN authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    606b8ea View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Update OAuth2.php

    Fix valid uri check if storedUris contains multiple values.
    Alex Wyett authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    d92fbf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Merge pull request FriendsOfSymfony#121 from CarltonSoftware/valid-ur…

    …i-check
    
    Update OAuth2.php
    GuilhemN authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    034720e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Use github action, remove travis, drop phpunit 4 support and support …

    …PHP 8.0 (FriendsOfSymfony#125)
    
    * Move CI from Travis to Github action
    
    * Drop PHP 5.5.6 support and add PHP 8.0 support
    
    * Update ci.yml
    vasilvestre authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    546f869 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    98e6997 View commit details
    Browse the repository at this point in the history
Loading