Skip to content

Commit

Permalink
Merge pull request #29806 from sadashivdalvi/5.72
Browse files Browse the repository at this point in the history
Updating php-weasyprint to latest version
  • Loading branch information
demeritcowboy authored Mar 24, 2024
2 parents daef867 + db70836 commit 2f40bf6
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 35 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"symfony/dependency-injection": "~4.4 || ~6.0",
"symfony/event-dispatcher": "~4.4 || ~6.0",
"symfony/filesystem": "~4.4 || ~6.0",
"symfony/process": "~4.4 || ~6.0",
"symfony/process": "~4.4 || ~5.0 || ~6.0",
"symfony/var-dumper": "~4.4 || ~5.1 || ~6.0",
"symfony/service-contracts": "~2.2 || ~3.1",
"psr/log": "~1.0 || ~2.0 || ~3.0",
Expand Down Expand Up @@ -103,7 +103,7 @@
"soundasleep/html2text": "^2.1",
"psr/container": "~1.0 || ~2.0",
"ext-fileinfo": "*",
"pontedilana/php-weasyprint": "^0.13.0",
"pontedilana/php-weasyprint": "^1",
"knplabs/knp-snappy": "^1.4"
},
"scripts": {
Expand Down
71 changes: 39 additions & 32 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/phpunit/CRM/Core/ComposerConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testHardLocks(): void {
'symfony/event-dispatcher' => '/^v4\.4\./',
'symfony/filesystem' => '/^v4\.4\./',
'symfony/finder' => '/^v4\.4\./',
'symfony/process' => '/^v4\.4\./',
'symfony/process' => '/^v5\.4\./',
];

$lockFile = Civi::paths()->getPath('[civicrm.root]/composer.lock');
Expand Down

0 comments on commit 2f40bf6

Please sign in to comment.