Skip to content

Commit

Permalink
Merge pull request #139 from Atul-glo35265/php8.4_support
Browse files Browse the repository at this point in the history
PHP 8.4 support added
  • Loading branch information
gsteel authored Oct 11, 2024
2 parents 3e8c7ad + a35ec8a commit 9aa7ef6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ignore_php_platform_requirements": {
"8.3": false
"8.3": false,
"8.4": true
},
"backwardCompatibilityCheck": true
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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",
"ext-intl": "*",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

4 changes: 2 additions & 2 deletions docs/book/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
**This is only a placeholder.**
# This is only a placeholder

The content of this page can be found under:

https://github.com/laminas/documentation-theme/blob/master/theme/pages/installation.html
https://github.com/laminas/documentation-theme/blob/master/theme/pages/installation.html

0 comments on commit 9aa7ef6

Please sign in to comment.