Skip to content

Commit

Permalink
Merge pull request #44 from cod43156/php8.4_support
Browse files Browse the repository at this point in the history
PHP 8.4 support added
  • Loading branch information
gsteel authored Nov 29, 2024
2 parents e0202ea + ccef6a0 commit 05ffbd4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.3": true
"8.4": true
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-mvc": "^3.3",
"laminas/laminas-session": "^2.12.0",
"laminas/laminas-stdlib": "^3.6.4",
Expand Down
22 changes: 18 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/book/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Output:

```html
<ul class="success"><li>Album created successfully.</li></ul>
```
```

0 comments on commit 05ffbd4

Please sign in to comment.