From 3f530f8f158214b75c1e0c43f3f3244852be5de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:57:13 +0000 Subject: [PATCH] Bump phpoffice/phpword from 1.2.0 to 1.3.0 Bumps [phpoffice/phpword](https://github.com/PHPOffice/PHPWord) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/PHPOffice/PHPWord/releases) - [Commits](https://github.com/PHPOffice/PHPWord/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: phpoffice/phpword dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/composer.lock b/composer.lock index 99c39c8..d77281c 100644 --- a/composer.lock +++ b/composer.lock @@ -1703,16 +1703,16 @@ }, { "name": "phpoffice/math", - "version": "0.1.0", + "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/Math.git", - "reference": "f0f8cad98624459c540cdd61d2a174d834471773" + "reference": "fc2eb6d1a61b058d5dac77197059db30ee3c8329" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/Math/zipball/f0f8cad98624459c540cdd61d2a174d834471773", - "reference": "f0f8cad98624459c540cdd61d2a174d834471773", + "url": "https://api.github.com/repos/PHPOffice/Math/zipball/fc2eb6d1a61b058d5dac77197059db30ee3c8329", + "reference": "fc2eb6d1a61b058d5dac77197059db30ee3c8329", "shasum": "" }, "require": { @@ -1727,8 +1727,7 @@ "type": "library", "autoload": { "psr-4": { - "PhpOffice\\Math\\": "src/Math/", - "Tests\\PhpOffice\\Math\\": "tests/Math/" + "PhpOffice\\Math\\": "src/Math/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1750,22 +1749,22 @@ ], "support": { "issues": "https://github.com/PHPOffice/Math/issues", - "source": "https://github.com/PHPOffice/Math/tree/0.1.0" + "source": "https://github.com/PHPOffice/Math/tree/0.2.0" }, - "time": "2023-09-25T12:08:20+00:00" + "time": "2024-08-12T07:30:45+00:00" }, { "name": "phpoffice/phpword", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PHPWord.git", - "reference": "e76b701ef538cb749641514fcbc31a68078550fa" + "reference": "8392134ce4b5dba65130ba956231a1602b848b7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/e76b701ef538cb749641514fcbc31a68078550fa", - "reference": "e76b701ef538cb749641514fcbc31a68078550fa", + "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/8392134ce4b5dba65130ba956231a1602b848b7f", + "reference": "8392134ce4b5dba65130ba956231a1602b848b7f", "shasum": "" }, "require": { @@ -1773,7 +1772,7 @@ "ext-json": "*", "ext-xml": "*", "php": "^7.1|^8.0", - "phpoffice/math": "^0.1" + "phpoffice/math": "^0.2" }, "require-dev": { "dompdf/dompdf": "^2.0", @@ -1859,9 +1858,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/PHPWord/issues", - "source": "https://github.com/PHPOffice/PHPWord/tree/1.2.0" + "source": "https://github.com/PHPOffice/PHPWord/tree/1.3.0" }, - "time": "2023-11-30T11:22:23+00:00" + "time": "2024-08-30T18:03:42+00:00" }, { "name": "ponup/sql-builders",