Skip to content

Commit ee074db

Browse files
authored
Merge pull request #19 from gsteel/drop-7.3
Drop support for PHP 7.3
2 parents a0c1663 + 1038790 commit ee074db

File tree

7 files changed

+427
-421
lines changed

7 files changed

+427
-421
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.laminas-ci.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
{
2-
"ignore_php_platform_requirements": {
3-
"8.1": true
4-
}
52
}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"config": {
2020
"sort-packages": true,
2121
"platform": {
22-
"php": "7.3.99"
22+
"php": "7.4.99"
2323
},
2424
"allow-plugins": {
2525
"dealerdirect/phpcodesniffer-composer-installer": true
2626
}
2727
},
2828
"require": {
29-
"php": "^7.3 || ~8.0.0 || ~8.1.0"
29+
"php": "^7.4 || ~8.0.0 || ~8.1.0"
3030
},
3131
"require-dev": {
32-
"laminas/laminas-coding-standard": "~2.2.0",
33-
"phpunit/phpunit": "^9.4",
32+
"laminas/laminas-coding-standard": "~2.4.0",
33+
"phpunit/phpunit": "^9.5.24",
3434
"psalm/plugin-phpunit": "^0.17.0",
35-
"vimeo/psalm": "^4.8"
35+
"vimeo/psalm": "^4.27.0"
3636
},
3737
"suggest": {
3838
"mezzio/mezzio-laminasviewrenderer": "^2.0 to use the laminas-view PhpRenderer template renderer",

0 commit comments

Comments
 (0)