Skip to content

Commit e028aef

Browse files
committed
update to final phpoffice/common version
1 parent 566e625 commit e028aef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ v0.15.0 (?? ??? 2018)
3232
- Fix colspan and rowspan for tables in HTML Writer @mattbolt #1292
3333
- Fix parsing of Heading and Title formating @troosan @gthomas2 #465
3434
- Fix Dateformat typo, fix hours casing, add Month-Day-Year formats @ComputerTinker #591
35+
- Support reading of w:drawing for documents produced by word 2011+ @gthomas2 #464 #1324
3536

3637
### Changed
3738
- Remove zend-stdlib dependency @Trainmaster #1284

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"php": "^5.3.3 || ^7.0",
6262
"ext-xml": "*",
6363
"zendframework/zend-escaper": "^2.2",
64-
"phpoffice/common": "dev-develop"
64+
"phpoffice/common": "^0.2.9"
6565
},
6666
"require-dev": {
6767
"phpunit/phpunit": "^4.8.36 || ^5.0",

0 commit comments

Comments
 (0)