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: php-cache/array-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: php-cache/array-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 20, 2021

  1. Allow psr/log ^1.0 || ^2.0 || ^3.0 (#254)

    * Normalize all composer files
    
    How can there be a check when the files are not valid?
    
    * Allow psr/log ^1.0 || ^2.0 || ^3.0
    
    Needed for Symfony 6.0
    ruudk authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c50eca1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Allow psr/cache ^1.0 || ^2.0 (#255)

    All packages now allow v1 and v2.
    ruudk authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    636467f View commit details
    Browse the repository at this point in the history
  2. Remove .travis.yml (#256)

    They are no longer used.
    Nyholm authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    e7da74c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Drop PHP 5.6 + 7.0 (#257)

    * Drop PHP 5.6 + 7.0
    
    * Remove `syntaxCheck`
    
    * Add void
    ruudk authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    a587dd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Fix master (#258)

    * Migrate PHPUnit configuration to new format
    
    * Replace assertRegExp
    
    * Add void
    
    * Remove coverage from PHPUnit config
    
    It's not expected anymore.
    
    * Use `$this->expectException` instead of comment
    
    * Ignore some tests
    
    * Only PHP >7.4
    
    Co-authored-by: Nyholm <tobias.nyholm@gmail.com>
    ruudk and Nyholm authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1de360d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Prepare new releases (#259)

    Nyholm authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    7658acf View commit details
    Browse the repository at this point in the history
Loading