Skip to content

Commit

Permalink
Merge pull request #181 from gsteel/php-8.4
Browse files Browse the repository at this point in the history
Initial PHP 8.4 Support
  • Loading branch information
gsteel authored Oct 17, 2024
2 parents 621a9b5 + 298d0e5 commit 3037168
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.3": false
"8.4": true
},
"backwardCompatibilityCheck": true
}
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
}
},
"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-mbstring": "*",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.13.0"
"laminas/laminas-stdlib": "^3.19.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~3.0",
"laminas/laminas-crypt": "^3.11",
"laminas/laminas-i18n": "^2.26.0",
"laminas/laminas-uri": "^2.11",
"laminas/laminas-crypt": "^3.12",
"laminas/laminas-i18n": "^2.28.1",
"laminas/laminas-uri": "^2.12",
"pear/archive_tar": "^1.5.0",
"phpunit/phpunit": "^10.5.20",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"psr/http-factory": "^1.1.0",
"vimeo/psalm": "^5.24.0"
"vimeo/psalm": "^5.26.1"
},
"conflict": {
"laminas/laminas-validator": "<2.10.1",
Expand Down
40 changes: 20 additions & 20 deletions composer.lock

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

0 comments on commit 3037168

Please sign in to comment.