Skip to content

Commit ab4e803

Browse files
committed
Drop Support for PHP 7.3
- Update export ignores - Bump dev dependencies - Fix unknown classes in Config Provider Signed-off-by: George Steel <[email protected]>
1 parent 1d83ff4 commit ab4e803

File tree

6 files changed

+450
-552
lines changed

6 files changed

+450
-552
lines changed

.coveralls.yml

-2
This file was deleted.

.gitattributes

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
/.coveralls.yml export-ignore
2-
/.docheader export-ignore
3-
/.gitattributes export-ignore
41
/.github/ export-ignore
2+
/test/ export-ignore
53
/.gitignore export-ignore
6-
/docs/ export-ignore
4+
/.laminas-ci.json export-ignore
5+
/composer.lock export-ignore
6+
/renovate.json export-ignore
7+
/.gitattributes export-ignore
78
/phpcs.xml export-ignore
89
/phpunit.xml.dist export-ignore
9-
/test/ export-ignore
10+
/psalm.xml export-ignore
11+
/psalm-baseline.xml export-ignore

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dealerdirect/phpcodesniffer-composer-installer": true
2626
},
2727
"platform": {
28-
"php": "7.3.99"
28+
"php": "7.4.99"
2929
}
3030
},
3131
"extra": {
@@ -34,21 +34,21 @@
3434
}
3535
},
3636
"require": {
37-
"php": "^7.3 || ~8.0.0 || ~8.1.0",
37+
"php": "^7.4 || ~8.0.0 || ~8.1.0",
3838
"fig/http-message-util": "^1.1.5",
3939
"laminas/laminas-psr7bridge": "^0.2.2 || ^1.0.0",
4040
"laminas/laminas-router": "^3.3.0",
4141
"mezzio/mezzio-router": "^3.2",
4242
"psr/http-message": "^1.0.1"
4343
},
4444
"require-dev": {
45-
"laminas/laminas-coding-standard": "^2.3.0",
46-
"laminas/laminas-i18n": "~2.12",
47-
"laminas/laminas-stratigility": "^3.5",
45+
"laminas/laminas-coding-standard": "~2.4.0",
46+
"laminas/laminas-i18n": "~2.17",
47+
"laminas/laminas-stratigility": "^3.8",
4848
"phpspec/prophecy-phpunit": "^2.0",
49-
"phpunit/phpunit": "^9.5.10",
49+
"phpunit/phpunit": "^9.5.24",
5050
"psalm/plugin-phpunit": "^0.17.0",
51-
"vimeo/psalm": "^4.24"
51+
"vimeo/psalm": "^4.27"
5252
},
5353
"autoload": {
5454
"psr-4": {

0 commit comments

Comments
 (0)