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: zircote/swagger-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zircote/swagger-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 36 files changed
  • 10 contributors

Commits on Jan 14, 2019

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

Commits on May 17, 2019

  1. Released 2.0.14

    bfanger committed May 17, 2019
    Configuration menu
    Copy the full SHA
    f2a00f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Add PHP7.4 compatibility for those who still use OpenApi2

    Yevhen Chornohradskyi authored and Yevhen Chornohradskyi committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    f09f875 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Release 2.0.15

    - Support for PHP7.4 #741
    bfanger committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    5fd9439 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Define 'scan()' function only if not already defined

    for prevent problems with opcache.preload usage
    vsychov authored and bfanger committed May 6, 2020
    Configuration menu
    Copy the full SHA
    e9f341f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Released 2.0.16

    bfanger committed May 10, 2020
    Configuration menu
    Copy the full SHA
    a25c1bf View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

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

Commits on Nov 25, 2020

  1. test 2.x with php 8

    Tobion authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    6d970f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. drop unsupported php versions, fix compatibility with php 8

    it would be very hard to test with php 5.6 until php 8 due to phpunit bc breaks and incompatibilities. so just droppping unsupported php versions is the best choice which was also done in master 3.x (master).
    This backports #830, #837,
    29e913a, parts of 3f1cee9 to fix php 8 errors and tests.
    Tobion committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    0cbb188 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Merge pull request #882 from Tobion/patch-1

    Fix PHP 8 compatibility in 2.x
    DerManoMann authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    5b26395 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

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

Commits on Dec 27, 2021

  1. Fix types (#1042)

    shyim authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    2ea32ca View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. type deprecation fix for preg_match and preg_split for php 8.1 (#1265)

    Co-authored-by: Tanbin Siyam <[email protected]>
    potasiyam and Tanbin Siyam authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    f144351 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 12, 2023

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

Commits on Sep 14, 2023

  1. Update README (v2) (#1477)

    koriym authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8aa11f3 View commit details
    Browse the repository at this point in the history
Loading