Skip to content

Commit 44e6c26

Browse files
Update phpmath from 0.2.0 to 0.3.0 (#2785)
* Update phpmath Release 0.3.0 has a security fix in it... PHPOffice/Math@0.2.0...master * Update Changelog 1.4.0.md
1 parent 1f28d36 commit 44e6c26

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"ext-zip": "*",
113113
"ext-json": "*",
114114
"ext-xml": "*",
115-
"phpoffice/math": "^0.2"
115+
"phpoffice/math": "^0.3"
116116
},
117117
"require-dev": {
118118
"ext-libxml": "*",

docs/changes/1.x/1.4.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- Adding the possibility to use iterate search and replace with setValues by [@moghwan](https://github.com/moghwan) in [#2632](https://github.com/PHPOffice/PHPWord/pull/2640)
4141
- Add test cases that test the ODTText and Word2007 reader using the corresponding writer, increasing test coverage by [@MichaelPFrey](https://github.com/MichaelPFrey) in [#2745](https://github.com/PHPOffice/PHPWord/pull/2745)
4242
- Updated TOCTest to use static HTML content instead of external resource [@michalschroeder](https://github.com/michalschroeder) in [#2784](https://github.com/PHPOffice/PHPWord/pull/2784)
43+
- Bump PHPOffice/math from 0.2.0 to 0.3.0 by [@eileenmcnaughton](https://github.com/eileenmcnaughton) in [#2785](https://github.com/PHPOffice/PHPWord/pull/2785)
4344

4445
### Deprecations
4546
- Deprecate `PhpOffice\PhpWord\Style\Paragraph::getIndent()` : Use `PhpOffice\PhpWord\Style\Paragraph::getIndentLeft()`

0 commit comments

Comments
 (0)