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

Commit

Permalink
Merge pull request #14 from gsteel/PHP-8.2
Browse files Browse the repository at this point in the history
Drop support for PHP 7.4, Add support for PHP 8.2
  • Loading branch information
Ocramius authored Nov 16, 2022
2 parents 76c2901 + 81da575 commit 716ec9b
Show file tree
Hide file tree
Showing 6 changed files with 2,689 additions and 187 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/clover.xml
/composer.lock
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
.phpunit.result.cache
.phpunit.result.cache
174 changes: 0 additions & 174 deletions CHANGELOG.md

This file was deleted.

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"extra": {
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-config-aggregator": "^1.1",
"laminas/laminas-modulemanager": "^2.8"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.3",
"laminas/laminas-config": "^3.7",
"laminas/laminas-servicemanager": "^3.3",
"phpunit/phpunit": "^9.5"
"laminas/laminas-coding-standard": "^2.4",
"laminas/laminas-config": "^3.8",
"laminas/laminas-servicemanager": "^3.19",
"phpunit/phpunit": "^9.5.26"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 716ec9b

Please sign in to comment.