Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.
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: vierbergenlars/php-semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.2
Choose a base ref
...
head repository: vierbergenlars/php-semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.3
Choose a head ref
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Jul 11, 2017

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

Commits on Sep 28, 2018

  1. [TASK] Updates Autoloading to match when required from other librarie…

    …s/tools
    Tomas Norre Mikkelsen committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    86aec35 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Merge pull request #55 from AOEpeople/master

    [TASK] Updates Autoloading to match when required from other libraries/tools
    vierbergenlars authored Oct 3, 2018
    Configuration menu
    Copy the full SHA
    b6b8ec5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Migrate master from Travis-CI to GitHub Actions

    Travis-CI closed its services for open source projects in 2021.
    mdio committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2918c03 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Merge pull request #58 from researchgate/migrate-master-to-github-act…

    …ions
    
    Migrate master from Travis-CI to GitHub Actions
    vierbergenlars authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a88bc44 View commit details
    Browse the repository at this point in the history
  2. Add PHP 8.0 compatibility, fix iterating JSArray

    Due to the usage of each() in JSArray::valid() the internal array pointer would be advanced every time valid was called.
    This resulted in every odd element to be skipped (e.g. 1st, 3rd, 5th...) when iterating.
    mdio committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    0c34a4a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Merge pull request #59 from researchgate/php-8-support

    Add PHP 8.0 compatibility, fix iterating JSArray
    vierbergenlars authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0db3f31 View commit details
    Browse the repository at this point in the history
Loading