Skip to content

Commit

Permalink
Merge pull request #24 from fezfez/php8.2
Browse files Browse the repository at this point in the history
Drop support php 7, add php 8.2 support
  • Loading branch information
Ocramius authored Oct 16, 2022
2 parents 4a9e91f + f4b64dd commit d30cbc4
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 566 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
Expand All @@ -25,13 +28,13 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-dom": "*",
"ext-libxml": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.1.4",
"phpunit/phpunit": "^9.5.10"
"laminas/laminas-coding-standard": "^2.4.0",
"phpunit/phpunit": "^9.5.25"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d30cbc4

Please sign in to comment.