Skip to content

Commit

Permalink
Merge pull request #90 from gsteel/php-8.4
Browse files Browse the repository at this point in the history
Add support for PHP 8.4
  • Loading branch information
gsteel authored Oct 16, 2024
2 parents f708d13 + 8c0efd4 commit b1a0d32
Show file tree
Hide file tree
Showing 22 changed files with 1,182 additions and 1,144 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/.phpcs-cache
/.phpunit.result.cache
/.psalm-cache
/clover.xml
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
Expand Down
6 changes: 5 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
{
}
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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-dom": "*",
"ext-json": "*",
"psr/container": "^1.1.2 || ^2.0.2",
Expand All @@ -49,15 +49,15 @@
"willdurand/negotiation": "^3.0"
},
"require-dev": {
"doctrine/orm": "^2.14.1",
"doctrine/orm": "^2.19.8",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-hydrator": "^4.12",
"laminas/laminas-paginator": "^2.17",
"mezzio/mezzio-helpers": "^5.12",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.18"
"laminas/laminas-hydrator": "^4.15",
"laminas/laminas-paginator": "^2.18.1",
"mezzio/mezzio-helpers": "^5.16",
"phpspec/prophecy-phpunit": "^2.2.0",
"phpunit/phpunit": "^9.6.21",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.26.1"
},
"provide": {
"psr/link-implementation": "1.0"
Expand Down
Loading

0 comments on commit b1a0d32

Please sign in to comment.