Skip to content

Commit

Permalink
Merge pull request #19 from gsteel/drop-7.3
Browse files Browse the repository at this point in the history
Drop support for PHP 7.3
  • Loading branch information
Ocramius authored Sep 14, 2022
2 parents a0c1663 + 1038790 commit ee074db
Show file tree
Hide file tree
Showing 7 changed files with 427 additions and 421 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "^7.4 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"phpunit/phpunit": "^9.4",
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.24",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.8"
"vimeo/psalm": "^4.27.0"
},
"suggest": {
"mezzio/mezzio-laminasviewrenderer": "^2.0 to use the laminas-view PhpRenderer template renderer",
Expand Down
Loading

0 comments on commit ee074db

Please sign in to comment.