Skip to content

Commit 5e2cf9c

Browse files
authored
Merge pull request #56 from visto9259/update_php_8_4
Update php 8 4 and Laminas coding standard v3
2 parents a06b8c0 + 4b6f797 commit 5e2cf9c

File tree

3 files changed

+136
-71
lines changed

3 files changed

+136
-71
lines changed

.laminas-ci.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"ini": [
33
"apc.enable_cli=1"
44
],
5-
"backwardCompatibilityCheck": true
5+
"backwardCompatibilityCheck": true,
6+
"ignore_php_platform_requirements": {
7+
"8.4": true
8+
}
69
}

composer.json

Lines changed: 2 additions & 2 deletions
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": "^4.0"
1313
},
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"laminas/laminas-cache": "4.0.x-dev || ^4.0",
1919
"laminas/laminas-cache-storage-adapter-test": "3.0.x-dev || ^3.0",
20-
"laminas/laminas-coding-standard": "~2.5.0",
20+
"laminas/laminas-coding-standard": "~3.0.1",
2121
"psalm/plugin-phpunit": "^0.19.0",
2222
"vimeo/psalm": "^5.18"
2323
},

0 commit comments

Comments
 (0)