Skip to content

Commit 05ffbd4

Browse files
authored
Merge pull request #44 from cod43156/php8.4_support
PHP 8.4 support added
2 parents e0202ea + ccef6a0 commit 05ffbd4

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.3": true
3+
"8.4": true
44
}
55
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"require": {
33-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
33+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3434
"laminas/laminas-mvc": "^3.3",
3535
"laminas/laminas-session": "^2.12.0",
3636
"laminas/laminas-stdlib": "^3.6.4",

composer.lock

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/book/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Output:
4040

4141
```html
4242
<ul class="success"><li>Album created successfully.</li></ul>
43-
```
43+
```

0 commit comments

Comments
 (0)