Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 716ec9b

Browse files
authored
Merge pull request #14 from gsteel/PHP-8.2
Drop support for PHP 7.4, Add support for PHP 8.2
2 parents 76c2901 + 81da575 commit 716ec9b

File tree

6 files changed

+2689
-187
lines changed

6 files changed

+2689
-187
lines changed

.coveralls.yml

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

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/clover.xml
2-
/composer.lock
32
/coveralls-upload.json
43
/docs/html/
54
/laminas-mkdoc-theme.tgz
65
/laminas-mkdoc-theme/
76
/phpunit.xml
87
/vendor/
9-
.phpunit.result.cache
8+
.phpunit.result.cache

CHANGELOG.md

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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"extra": {
2121
},
2222
"require": {
23-
"php": "^7.4 || ~8.0.0 || ~8.1.0",
23+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2424
"laminas/laminas-config-aggregator": "^1.1",
2525
"laminas/laminas-modulemanager": "^2.8"
2626
},
2727
"require-dev": {
28-
"laminas/laminas-coding-standard": "^2.3",
29-
"laminas/laminas-config": "^3.7",
30-
"laminas/laminas-servicemanager": "^3.3",
31-
"phpunit/phpunit": "^9.5"
28+
"laminas/laminas-coding-standard": "^2.4",
29+
"laminas/laminas-config": "^3.8",
30+
"laminas/laminas-servicemanager": "^3.19",
31+
"phpunit/phpunit": "^9.5.26"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)