Skip to content

Commit

Permalink
Merge pull request #34 from glo71317/php8.2-compatibility
Browse files Browse the repository at this point in the history
Drop PHP 7, add PHP 8.2 support
  • Loading branch information
Ocramius authored Nov 18, 2022
2 parents 82374c2 + 67e4e34 commit 97c40d6
Show file tree
Hide file tree
Showing 4 changed files with 505 additions and 450 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"soap"
],
"ignore_php_platform_requirements": {
"8.1": true
"8.2": true
}
}
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,24 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-dom": "*",
"ext-soap": "*",
"laminas/laminas-server": "^2.11",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-uri": "^2.9.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.1",
"laminas/laminas-coding-standard": "~2.4",
"laminas/laminas-config": "^3.7",
"laminas/laminas-http": "^2.15",
"phpspec/prophecy-phpunit": "^2.0.1",
Expand Down
Loading

0 comments on commit 97c40d6

Please sign in to comment.