diff --git a/composer.json b/composer.json index c816b70f0..98c917be8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-xml": "*", "ext-zip": "*", "phpoffice/common": "^1", - "phpoffice/phpspreadsheet": "^1.9 || ^2.0 || ^3.0 || ^4.0" + "phpoffice/phpspreadsheet": "^1.9 || ^2.0 || ^3.0 || ^4.0 || ^5.0" }, "require-dev": { "phpunit/phpunit": ">=7.0", diff --git a/docs/changes/1.3.0.md b/docs/changes/1.3.0.md new file mode 100644 index 000000000..33b870b7a --- /dev/null +++ b/docs/changes/1.3.0.md @@ -0,0 +1,9 @@ +# 1.3.0 + +[Full Changelog](https://github.com/PHPOffice/PHPPresentation/compare/1.2.0...1.3.0) + +## Enhancements +- `phpoffice/phpspreadsheet`: Allow version 5.0 by [@seanlynchwv](http://github.com/seanlynchwv) in [#879](https://github.com/PHPOffice/PHPPresentation/pull/879) + +## Bug fixes +