diff --git a/PREVIOUS.md b/PREVIOUS.md index 5712ff6..f162ce5 100644 --- a/PREVIOUS.md +++ b/PREVIOUS.md @@ -1,3 +1,9 @@ +### Laravel version <= 9 + +```bash +$ composer require laraveldaily/laravel-invoices:^3.3 +``` + ### Laravel version <= 8 ```bash diff --git a/README.md b/README.md index af35727..2ab9da8 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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) diff --git a/composer.json b/composer.json index a2e9787..a1aa717 100644 --- a/composer.json +++ b/composer.json @@ -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"