diff --git a/CHANGELOG.md b/CHANGELOG.md index a58ef54..94cb0d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to `laravel-pdf` will be documented in this file. +## 1.1.1 - 2024-01-16 + +- fix required PHP version + +**Full Changelog**: https://github.com/spatie/laravel-pdf/compare/1.1.0...1.1.1 + +## 1.1.0 - 2024-01-14 + +### What's Changed + +* Add ->paperSize()-method by @jeffreyvanhees in https://github.com/spatie/laravel-pdf/pull/33 + +### New Contributors + +* @jeffreyvanhees made their first contribution in https://github.com/spatie/laravel-pdf/pull/33 + +**Full Changelog**: https://github.com/spatie/laravel-pdf/compare/1.0.1...1.1.0 + ## 1.0.1 - 2024-01-08 ### What's Changed diff --git a/composer.json b/composer.json index f1110fb..bc1e38f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "illuminate/contracts": "^10.0", "spatie/browsershot": "^4.0", "spatie/laravel-package-tools": "^1.16.1",