Skip to content

Commit 4942bae

Browse files
authored
Bump PHPSpreadsheet dependency (#879)
* update dependency * update changelog 1.2.0 * add 1.3.0.md * update test * revert
1 parent 7018fd8 commit 4942bae

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ext-xml": "*",
2424
"ext-zip": "*",
2525
"phpoffice/common": "^1",
26-
"phpoffice/phpspreadsheet": "^1.9 || ^2.0 || ^3.0 || ^4.0"
26+
"phpoffice/phpspreadsheet": "^1.9 || ^2.0 || ^3.0 || ^4.0 || ^5.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": ">=7.0",

docs/changes/1.3.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 1.3.0
2+
3+
[Full Changelog](https://github.com/PHPOffice/PHPPresentation/compare/1.2.0...1.3.0)
4+
5+
## Enhancements
6+
- `phpoffice/phpspreadsheet`: Allow version 5.0 by [@seanlynchwv](http://github.com/seanlynchwv) in [#879](https://github.com/PHPOffice/PHPPresentation/pull/879)
7+
8+
## Bug fixes
9+

0 commit comments

Comments
 (0)