Skip to content

Commit

Permalink
Merge pull request #39 from internalsystemerror/upgrade-dependencies
Browse files Browse the repository at this point in the history
Update minimum supported PHP version to 7.4, update `laminas/laminas-coding-standard` to `~2.4.0`
  • Loading branch information
Ocramius authored Sep 14, 2022
2 parents 0b69bbc + 39119f1 commit 60b3b7d
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 226 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -33,14 +33,14 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"ext-json": "*",
"dflydev/fig-cookies": "^2.0.1 || ^3.0",
"psr/container": "^1.0|^2.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-diactoros": "^2.2",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.17.0",
Expand Down
Loading

0 comments on commit 60b3b7d

Please sign in to comment.