Skip to content

Commit

Permalink
Laravel 11 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mc0de committed Mar 14, 2024
1 parent a54ae4f commit d9fa7ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions PREVIOUS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Laravel version <= 9

```bash
$ composer require laraveldaily/laravel-invoices:^3.3
```

### Laravel version <= 8

```bash
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[![Latest Unstable Version](https://poser.pugx.org/laraveldaily/laravel-invoices/v/unstable)](https://packagist.org/packages/laraveldaily/laravel-invoices)
[![License](https://poser.pugx.org/laraveldaily/laravel-invoices/license)](https://packagist.org/packages/laraveldaily/laravel-invoices)

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

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

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

```bash
$ composer require laraveldaily/laravel-invoices:^3.3
$ composer require laraveldaily/laravel-invoices:^4.0
```

> [Older versions](PREVIOUS.md)
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"homepage": "https://github.com/LaravelDaily/laravel-invoices",
"keywords": ["Laravel", "Invoice", "Invoices", "PDF"],
"require": {
"php": "^8.0",
"php": ">=8.2",
"barryvdh/laravel-dompdf": "^v2.0",
"illuminate/http": "^9|^10",
"illuminate/support": "^9|^10",
"symfony/http-foundation": "^6.0"
"illuminate/http": "^10|^11",
"illuminate/support": "^10|^11",
"symfony/http-foundation": "^6|^7"
},
"require-dev": {
"phpunit/phpunit": "^10.1"
Expand Down

0 comments on commit d9fa7ec

Please sign in to comment.