Skip to content

Commit

Permalink
Merge pull request #381 from gsteel/v2/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 Jul 31, 2024
2 parents 83fbcf4 + 3467220 commit ae4727c
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.3": false
"8.4": true
}
}
7 changes: 7 additions & 0 deletions .laminas-ci/pre-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Temporary workaround for cyclic dependencies - can be removed once 3.0 has been released

echo "Branch as 2.99.x in Pre-Install"

git checkout -b 2.99.x
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
}
},
"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-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.13",
"laminas/laminas-stdlib": "^3.19",
"psr/http-message": "^1.0.1 || ^2.0.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit ae4727c

Please sign in to comment.