Skip to content

Commit d9fa7ec

Browse files
committed
Laravel 11 Update
1 parent a54ae4f commit d9fa7ec

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

PREVIOUS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Laravel version <= 9
2+
3+
```bash
4+
$ composer require laraveldaily/laravel-invoices:^3.3
5+
```
6+
17
### Laravel version <= 8
28

39
```bash

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[![Latest Unstable Version](https://poser.pugx.org/laraveldaily/laravel-invoices/v/unstable)](https://packagist.org/packages/laraveldaily/laravel-invoices)
88
[![License](https://poser.pugx.org/laraveldaily/laravel-invoices/license)](https://packagist.org/packages/laraveldaily/laravel-invoices)
99

10-
[![version 2](https://img.shields.io/badge/v3%20maintenance-yes-green?style=flat)](https://packagist.org/packages/laraveldaily/laravel-invoices)
11-
[![version 1](https://img.shields.io/badge/v2%20maintenance-no-red?style=flat)](https://packagist.org/packages/laraveldaily/laravel-invoices)
10+
[![version 2](https://img.shields.io/badge/v4%20maintenance-yes-green?style=flat)](https://packagist.org/packages/laraveldaily/laravel-invoices)
11+
[![version 1](https://img.shields.io/badge/v3%20maintenance-no-red?style=flat)](https://packagist.org/packages/laraveldaily/laravel-invoices)
1212

1313
This Laravel package provides an easy to use interface to generate **Invoice PDF files** with your provided data.
1414

@@ -31,7 +31,7 @@ Invoice file can be stored, downloaded, streamed on any of the filesystems you h
3131
Via Composer
3232

3333
```bash
34-
$ composer require laraveldaily/laravel-invoices:^3.3
34+
$ composer require laraveldaily/laravel-invoices:^4.0
3535
```
3636

3737
> [Older versions](PREVIOUS.md)

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"homepage": "https://github.com/LaravelDaily/laravel-invoices",
1414
"keywords": ["Laravel", "Invoice", "Invoices", "PDF"],
1515
"require": {
16-
"php": "^8.0",
16+
"php": ">=8.2",
1717
"barryvdh/laravel-dompdf": "^v2.0",
18-
"illuminate/http": "^9|^10",
19-
"illuminate/support": "^9|^10",
20-
"symfony/http-foundation": "^6.0"
18+
"illuminate/http": "^10|^11",
19+
"illuminate/support": "^10|^11",
20+
"symfony/http-foundation": "^6|^7"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^10.1"

0 commit comments

Comments
 (0)