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: laminas/laminas-cache-storage-adapter-apcu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.0
Choose a base ref
...
head repository: laminas/laminas-cache-storage-adapter-apcu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Jan 15, 2024

  1. Lock file maintenance

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 15, 2024
    Copy the full SHA
    5874c26 View commit details

Commits on Mar 15, 2024

  1. Update dependency psalm/plugin-phpunit to ^0.19.0

    | datasource | package              | from   | to     |
    | ---------- | -------------------- | ------ | ------ |
    | packagist  | psalm/plugin-phpunit | 0.18.4 | 0.19.0 |
    
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 15, 2024
    Copy the full SHA
    8c1c0ac View commit details

Commits on Jun 15, 2024

  1. qa: enable backward compatibility check in CI

    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Jun 15, 2024
    Copy the full SHA
    28c1117 View commit details
  2. feature: add support for laminas-cache v4

    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Jun 15, 2024
    Copy the full SHA
    1715f7c View commit details

Commits on Jun 16, 2024

  1. Merge pull request #51 from boesing/feature/laminas-cache-v4

    Add support for `laminas/laminas-cache` v4
    boesing authored Jun 16, 2024
    Copy the full SHA
    1011f7c View commit details
4 changes: 1 addition & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,5 @@
"ini": [
"apc.enable_cli=1"
],
"ignore_php_platform_requirements": {
"8.2": true
}
"backwardCompatibilityCheck": true
}
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -9,15 +9,16 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-apcu": "^5.1.10",
"laminas/laminas-cache": "^3.12.0"
"laminas/laminas-cache": "^4.0"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
"laminas/laminas-cache-storage-implementation": "2.0"
},
"require-dev": {
"laminas/laminas-cache-storage-adapter-test": "^2.0",
"laminas/laminas-cache": "4.0.x-dev || ^4.0",
"laminas/laminas-cache-storage-adapter-test": "3.0.x-dev || ^3.0",
"laminas/laminas-coding-standard": "~2.5.0",
"psalm/plugin-phpunit": "^0.18.0",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.18"
},
"config": {
Loading