Skip to content

Commit

Permalink
Add PHP 8.2 support
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <[email protected]>
  • Loading branch information
fezfez committed Oct 22, 2022
1 parent 4e41d41 commit f71c7c7
Show file tree
Hide file tree
Showing 9 changed files with 310 additions and 485 deletions.
5 changes: 0 additions & 5 deletions .laminas-ci.json

This file was deleted.

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
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "8.0.99"
}
},
"extra": {
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"brick/varexporter": "^0.3.2",
"laminas/laminas-config": "^3.7",
"laminas/laminas-eventmanager": "^3.4",
Expand All @@ -36,12 +36,12 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.3",
"laminas/laminas-loader": "^2.8",
"laminas/laminas-mvc": "^3.1.1",
"laminas/laminas-servicemanager": "^3.7",
"phpunit/phpunit": "^9.5.5",
"laminas/laminas-loader": "^2.9.0",
"laminas/laminas-mvc": "^3.5.0",
"laminas/laminas-servicemanager": "^3.19.0",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.10"
"vimeo/psalm": "^4.29"
},
"suggest": {
"laminas/laminas-console": "Laminas\\Console component",
Expand Down
Loading

0 comments on commit f71c7c7

Please sign in to comment.