Skip to content

Commit

Permalink
Merge pull request #22 from gsteel/drop-7.3
Browse files Browse the repository at this point in the history
Drop support for PHP 7.3, Update `laminas-coding-standard` to ~2.4.0
  • Loading branch information
Ocramius authored Sep 14, 2022
2 parents 17e415e + 8c23ab1 commit db8f6f6
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 170 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -35,12 +35,12 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-session": "^1.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.24"
},
"autoload": {
Expand Down
Loading

0 comments on commit db8f6f6

Please sign in to comment.