Skip to content

Commit

Permalink
Merge pull request #19 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 aa72a69 + c88ce24 commit c4ceeb0
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 499 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -31,15 +31,15 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-json": "^3.1",
"laminas/laminas-stdlib": "^3.2"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-math": "^3.3",
"laminas/laminas-servicemanager": "^3.6",
"phpunit/phpunit": "^9.3"
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-math": "~3.6.0",
"laminas/laminas-servicemanager": "~3.19.0",
"phpunit/phpunit": "~9.5.25"
},
"suggest": {
"laminas/laminas-math": "(^3.3) To support Python Pickle serialization",
Expand Down
Loading

0 comments on commit c4ceeb0

Please sign in to comment.