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: QuorumCollection/ArrayFunctions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: kill-travis
Choose a base ref
...
head repository: QuorumCollection/ArrayFunctions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 8, 2022

  1. Merge pull request #3 from QuorumCollection/kill-travis

    Replace Travis with GitHub Actions
    donatj authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    737bdad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a91e7 View commit details
    Browse the repository at this point in the history
  3. Add dependabot

    donatj committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    76fe520 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Generate a better README

    donatj committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    016f3f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and donatj committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fc1f1d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Update PHP to 8.3

    donatj committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a2bf413 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Update phpunit/phpunit requirement from ~4.8|~9 to include ~11 (#6)

    * Update phpunit/phpunit requirement from ~4.8|~9 to ^11.2.6
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update composer.json
    
    * Update composer.json
    
    * Update composer.json
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Donat <[email protected]>
    dependabot[bot] and donatj authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8f70ce4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Test in PHP 8.4 (#7)

    donatj authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    e2f4027 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Improve test coverage (#11)

    * Improve test coverage
    
    * Update README
    donatj authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    0291685 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Bump actions/checkout from 4 to 5 (#12)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    b84ac38 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Bump actions/checkout from 5 to 6 (#13)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e6e0c7f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

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