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

Commit

Permalink
Drop support php 7, 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 16, 2022
1 parent 0972bb9 commit 978025c
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 485 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4"
"php": "8.0.99"
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-mbstring": "*",
"laminas/laminas-math": "^3.4",
"laminas/laminas-servicemanager": "^3.11.2",
"laminas/laminas-stdlib": "^3.6",
"psr/container": "^1.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpunit/phpunit": "^9.5.11"
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.25"
},
"suggest": {
"ext-openssl": "Required for most features of Laminas\\Crypt"
Expand Down
Loading

0 comments on commit 978025c

Please sign in to comment.