Skip to content

Commit 8c52f76

Browse files
committed
Drop support for PHP 7.3
- Update laminas-coding-standard to ~2.40 (Closes #18) - Stop ignoring platform reqs on 8.1 - tidy up dot files and export-ignores Signed-off-by: George Steel <[email protected]>
1 parent d43845b commit 8c52f76

6 files changed

+138
-210
lines changed

.coveralls.yml

-2
This file was deleted.

.gitattributes

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/.coveralls.yml export-ignore
2-
/.docheader export-ignore
31
/.gitattributes export-ignore
42
/.github/ export-ignore
53
/.gitignore export-ignore

.laminas-ci.json

-3
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"config": {
2424
"sort-packages": true,
2525
"platform": {
26-
"php": "7.3.99"
26+
"php": "7.4.99"
2727
},
2828
"allow-plugins": {
2929
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -35,15 +35,15 @@
3535
}
3636
},
3737
"require": {
38-
"php": "^7.3 || ~8.0.0 || ~8.1.0",
38+
"php": "^7.4 || ~8.0.0 || ~8.1.0",
3939
"mezzio/mezzio-helpers": "^5.0",
4040
"mezzio/mezzio-router": "^3.7",
4141
"mezzio/mezzio-template": "^2.0",
4242
"psr/container": "^1.0",
4343
"twig/twig": "^3.3.8"
4444
},
4545
"require-dev": {
46-
"laminas/laminas-coding-standard": "~2.2.0",
46+
"laminas/laminas-coding-standard": "~2.4.0",
4747
"phpunit/phpunit": "^9.5.24"
4848
},
4949
"conflict": {

0 commit comments

Comments
 (0)