Skip to content

Commit 53173c5

Browse files
authored
Merge pull request #19 from ivinteractive/main
Update version constraints: Add Laravel 12, drop Laravel 10
2 parents a56a9fa + 668ac7a commit 53173c5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [8.1, 8.2, 8.3, 8.4]
13+
php: [8.2, 8.3, 8.4]
1414

1515
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}
1616

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# InterFAX notification channel for Laravel 10.x, 11.x
1+
# InterFAX notification channel for Laravel 11.x, 12.x
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/interfax.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/interfax)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
55
[![Build Status](https://img.shields.io/travis/laravel-notification-channels/interfax/main.svg?style=flat-square)](https://travis-ci.org/laravel-notification-channels/interfax)
66
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/interfax.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/interfax)
77

8-
This package makes it easy to send notifications using [InterFAX](https://interfax.net) with Laravel 10.x and 11.x.
8+
This package makes it easy to send notifications using [InterFAX](https://interfax.net) with Laravel 11.x and 12.x.
99

1010
## Contents
1111

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
],
1414
"require": {
1515
"php": "^8.1",
16-
"illuminate/notifications": "^10.0|^11.0",
17-
"illuminate/support": "^10.0|^11.0",
16+
"illuminate/notifications": "^11.0|^12.0",
17+
"illuminate/support": "^11.0|^12.0",
1818
"interfax/interfax": "^2.0",
1919
"psr/log": "^2.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^1.0",
2323
"mpdf/mpdf": "^8.0",
24-
"orchestra/testbench": "^8.0|^9.0",
25-
"phpstan/phpstan": "^1.9",
24+
"orchestra/testbench": "^9.0|^10.0",
25+
"phpstan/phpstan": "^1.9|^2.0",
2626
"phpunit/phpunit": "^10.0|^11.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)