Skip to content

Commit

Permalink
Raise minimal PHP version to ^8.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Dec 26, 2022
1 parent da569ff commit 6e5fb61
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -28,4 +28,4 @@ jobs:
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['7.4', '8.0', '8.1']
['8.0', '8.1', '8.2']
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Expand Up @@ -28,4 +28,4 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['7.4', '8.0', '8.1']
['8.0', '8.1', '8.2']
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# Yii Mailer Library - Symfony Mailer Extension Change Log

## 2.0.1 under development
## 2.1.0 under development

- no changes in this release.
- Chg #24: Raise minimal PHP version to `^8.0` (@vjik)

## 2.0.0 July 25, 2022

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ This package is an adapter for [yiisoft/mailer](https://github.com/yiisoft/maile

## Requirements

- PHP 7.4 or higher.
- PHP 8.0 or higher.

## Installation

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -29,18 +29,18 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"symfony/mailer": "^5.3|^6.0",
"yiisoft/mailer": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"roave/infection-static-analysis-plugin": "^1.16",
"roave/infection-static-analysis-plugin": "^1.25",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.18",
"yiisoft/files": "^1.0",
"vimeo/psalm": "^4.30|^5.4",
"yiisoft/files": "^2.0",
"yiisoft/psr-dummy-provider": "^1.0",
"yiisoft/test-support": "^1.3"
"yiisoft/test-support": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6e5fb61

Please sign in to comment.