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: estahn/phpunit-json-assertions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: estahn/phpunit-json-assertions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 8 commits
  • 13 files changed
  • 3 contributors

Commits on Jun 22, 2021

  1. chore: replace CircleCI with GitHub actions (#28)

    * chore: use github actions instead of circleci
    
    * chore: remove circleci
    
    * fix: disable 8.0
    
    * chore: match with circleci
    
    * chore: remove travis
    
    * chore: keep only clover xml report
    
    * chore: disable 7.2
    
    * chore: disable 7.2
    estahn authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    96ff2bb View commit details
    Browse the repository at this point in the history
  2. chore: add sponsor file

    estahn committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c545cc6 View commit details
    Browse the repository at this point in the history
  3. BREAKING CHANGE: PHP 8 Support (#27)

    * PHP 8 Support
    
    - Updated composer requirements
    - Removed deprecated method
    - Added test for missing coverage
    - Updated types throughout
    - Updated phpunitxml to support new version
    
    * Corrected method formatting
    
    * Updated php versions in build action
    
    * chore: bump php-actions/phpunit to v9
    
    Co-authored-by: Enrico Stahn <enrico.stahn@gmail.com>
    J-T-McC and estahn authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    ebb4f26 View commit details
    Browse the repository at this point in the history
  4. chore: bump php-actions/composer from 5 to 6 (#30)

    Bumps [php-actions/composer](https://github.com/php-actions/composer) from 5 to 6.
    - [Release notes](https://github.com/php-actions/composer/releases)
    - [Commits](php-actions/composer@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: php-actions/composer
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    065eb5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    999ef0c View commit details
    Browse the repository at this point in the history
  6. chore: update symfony/http-foundation requirement (#31)

    Updates the requirements on [symfony/http-foundation](https://github.com/symfony/http-foundation) to permit the latest version.
    - [Release notes](https://github.com/symfony/http-foundation/releases)
    - [Changelog](https://github.com/symfony/http-foundation/blob/5.3/CHANGELOG.md)
    - [Commits](https://github.com/symfony/http-foundation/commits/v5.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: symfony/http-foundation
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    280aa05 View commit details
    Browse the repository at this point in the history
  7. chore: fix release process

    estahn authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    f8cb0ec View commit details
    Browse the repository at this point in the history
  8. feat: PHP8 Support

    BREAKING CHANGE: removes support for PHP versions prior 7.4
    estahn committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c1e794a View commit details
    Browse the repository at this point in the history
Loading