Skip to content

Commit 517edbb

Browse files
Require karriere/pdf-merge:^3.4 for php 8.5
- 3.4 supports php >=8.3
1 parent 936e4a6 commit 517edbb

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"require": {
33
"php": ">=8.2",
4-
"phrity/websocket": "^3.6",
5-
"karriere/pdf-merge": "^3.3"
4+
"karriere/pdf-merge": "^3.3 || ^3.4",
5+
"phrity/websocket": "^3.6"
66
},
77
"config": {
88
"sort-packages": true

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/autoload_static.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
class ComposerStaticInitff8ca5c94912b5ce3ac82b5c9f2b4776
88
{
99
public static $prefixLengthsPsr4 = array (
10-
'W' =>
10+
'W' =>
1111
array (
1212
'WebSocket\\' => 10,
1313
),
14-
'P' =>
14+
'P' =>
1515
array (
1616
'Psr\\Log\\' => 8,
1717
'Psr\\Http\\Message\\' => 17,
@@ -20,44 +20,44 @@ class ComposerStaticInitff8ca5c94912b5ce3ac82b5c9f2b4776
2020
'Phrity\\Http\\' => 12,
2121
'Phrity\\Comparison\\' => 18,
2222
),
23-
'K' =>
23+
'K' =>
2424
array (
2525
'Karriere\\PdfMerge\\' => 18,
2626
),
2727
);
2828

2929
public static $prefixDirsPsr4 = array (
30-
'WebSocket\\' =>
30+
'WebSocket\\' =>
3131
array (
3232
0 => __DIR__ . '/..' . '/phrity/websocket/src',
3333
),
34-
'Psr\\Log\\' =>
34+
'Psr\\Log\\' =>
3535
array (
3636
0 => __DIR__ . '/..' . '/psr/log/src',
3737
),
38-
'Psr\\Http\\Message\\' =>
38+
'Psr\\Http\\Message\\' =>
3939
array (
4040
0 => __DIR__ . '/..' . '/psr/http-factory/src',
4141
1 => __DIR__ . '/..' . '/psr/http-message/src',
4242
),
43-
'Phrity\\Util\\' =>
43+
'Phrity\\Util\\' =>
4444
array (
4545
0 => __DIR__ . '/..' . '/phrity/util-errorhandler/src',
4646
),
47-
'Phrity\\Net\\' =>
47+
'Phrity\\Net\\' =>
4848
array (
4949
0 => __DIR__ . '/..' . '/phrity/net-uri/src',
5050
1 => __DIR__ . '/..' . '/phrity/net-stream/src',
5151
),
52-
'Phrity\\Http\\' =>
52+
'Phrity\\Http\\' =>
5353
array (
5454
0 => __DIR__ . '/..' . '/phrity/http/src',
5555
),
56-
'Phrity\\Comparison\\' =>
56+
'Phrity\\Comparison\\' =>
5757
array (
5858
0 => __DIR__ . '/..' . '/phrity/comparison/src',
5959
),
60-
'Karriere\\PdfMerge\\' =>
60+
'Karriere\\PdfMerge\\' =>
6161
array (
6262
0 => __DIR__ . '/..' . '/karriere/pdf-merge/src',
6363
),

0 commit comments

Comments
 (0)