Skip to content

Commit 1d1f90d

Browse files
authored
Merge pull request #57 from driehle/feat/php84
Allow PHP 8.4 in laminas-cache-storage-adapter-apcu 2.x
2 parents 8c1c0ac + f82dfd9 commit 1d1f90d

File tree

4 files changed

+394
-384
lines changed

4 files changed

+394
-384
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"apc.enable_cli=1"
44
],
55
"ignore_php_platform_requirements": {
6-
"8.2": true
6+
"8.4": true
77
}
88
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"license": "BSD-3-Clause",
99
"require": {
10-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
10+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1111
"ext-apcu": "^5.1.10",
1212
"laminas/laminas-cache": "^3.12.0"
1313
},

0 commit comments

Comments
 (0)