Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from glo71317/php8.2-compatibility
Browse files Browse the repository at this point in the history
PHP 8.2 compatibility, dropped PHP 7 compatibility
  • Loading branch information
Ocramius authored Nov 17, 2022
2 parents 8075a5c + 611b8eb commit 882daa9
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 508 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
{"name": "PHPUnit on PHP 5.6 with locked dependencies"},
{"name": "PHPUnit on PHP 7.0 with locked dependencies"},
{"name": "PHPUnit on PHP 7.1 with locked dependencies"}
]
],
"ignore_php_platform_requirements": {
"8.2": true
}
}
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-config": "^3.7",
"laminas/laminas-crypt": "^3.6.0",
"laminas/laminas-http": "^2.15",
Expand Down
Loading

0 comments on commit 882daa9

Please sign in to comment.