Skip to content

Commit 80d18a3

Browse files
authored
Merge pull request #64 from dotkernel/issue-63
bump to PHP 8.4
2 parents 7fbb4d6 + 5d2c4db commit 80d18a3

8 files changed

Lines changed: 18 additions & 14 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
> [!IMPORTANT]
44
> dot-mail is a wrapper on top of [laminas-mail](https://github.com/laminas/laminas-mail)
5-
>
6-
> ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flaminas%2Flaminas-mail%2Fproperties%2Fvalues&query=%24%5B%3F(%40.property_name%3D%3D%22maintenance-mode%22)%5D.value&label=Maintenance%20Mode&color=%23d43442)
75
86
## dot-mail badges
97

108
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-mail)
11-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-mail/4.1.1)
9+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-mail/4.3.0)
1210

1311
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-mail)](https://github.com/dotkernel/dot-mail/issues)
1412
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-mail)](https://github.com/dotkernel/dot-mail/network)
@@ -18,7 +16,13 @@
1816
[![Build Static](https://github.com/dotkernel/dot-mail/actions/workflows/continuous-integration.yml/badge.svg?branch=4.0)](https://github.com/dotkernel/dot-mail/actions/workflows/continuous-integration.yml)
1917
[![codecov](https://codecov.io/gh/dotkernel/dot-mail/branch/4.0/graph/badge.svg?token=G51NEHYKD3)](https://codecov.io/gh/dotkernel/dot-mail)
2018

21-
[![SymfonyInsight](https://insight.symfony.com/projects/1995ea7c-3b34-4eee-ac48-3571860d0307/big.svg)](https://insight.symfony.com/projects/1995ea7c-3b34-4eee-ac48-3571860d0307)
19+
## Installation
20+
21+
Install `dotkernel/dot-mail` by executing the following Composer command:
22+
23+
```shell
24+
composer require dotkernel/dot-mail
25+
```
2226

2327
## Configuration
2428

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Version | Supported | PHP Version |
77
|---------|--------------------|----------------------------------------------------------------------------------------------------------|
8-
| 4.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-mail/4.1.1) |
8+
| 4.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-mail/4.3.0) |
99
| <= 3.x | :x: | |
1010

1111

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dotkernel/dot-mail",
33
"type": "library",
4-
"description": "DotKernel mail component based on laminas-mail",
4+
"description": "Dotkernel mail component based on laminas-mail",
55
"license": "MIT",
66
"homepage": "https://github.com/dotkernel/dot-mail",
77
"keywords": [
@@ -15,7 +15,7 @@
1515
],
1616
"authors": [
1717
{
18-
"name": "DotKernel Team",
18+
"name": "Dotkernel Team",
1919
"email": "team@dotkernel.com"
2020
}
2121
],
@@ -34,7 +34,7 @@
3434
"dotkernel/dot-event": "^3.4"
3535
},
3636
"require-dev": {
37-
"laminas/laminas-coding-standard": "^2.5",
37+
"laminas/laminas-coding-standard": "^3.0",
3838
"mikey179/vfsstream": "^v1.6.11",
3939
"phpunit/phpunit": "^10.5",
4040
"vimeo/psalm": "^5.23"

config/mail.global.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44

55
/**
6-
* DotKernel mail module configuration
6+
* Dotkernel mail module configuration
77
* Note that many of these options can be set programmatically too, when sending mail messages
88
* actually that is what you'll usually do, these config provide just default and options that remain the same for all mails
99
*/

docs/book/index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/book/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

docs/book/v4/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
Install `dotkernel/dot-mail` by executing the following Composer command:
44

5-
composer require dotkernel/dot-mail
5+
```shell
6+
composer require dotkernel/dot-mail
7+
```

docs/book/v4/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Overview
22

33
> dot-mail is a wrapper on top of [laminas-mail](https://github.com/laminas/laminas-mail)
4-
>
5-
> ![OSS Lifecycle](https://img.shields.io/osslifecycle/laminas/laminas-mail)
64
75
## Extra features
86

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nav:
1414
- Usage: v4/usage.md
1515
- Transports: v4/transports.md
1616
site_name: dot-mail
17-
site_description: "DotKernel's mail service"
17+
site_description: "Dotkernel's mail service"
1818
repo_url: "https://github.com/dotkernel/dot-mail"
1919
plugins:
2020
- search

0 commit comments

Comments
 (0)