Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Icinga/pdf-merge"
}
],
"require": {
"php": ">=8.2",
"phrity/websocket": "^3.6",
"karriere/pdf-merge": "^3.3"
"karriere/pdf-merge": "dev-master",
"phrity/websocket": "^3.6"
},
"config": {
"sort-packages": true
Expand Down
58 changes: 45 additions & 13 deletions composer.lock

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

22 changes: 11 additions & 11 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
class ComposerStaticInitff8ca5c94912b5ce3ac82b5c9f2b4776
{
public static $prefixLengthsPsr4 = array (
'W' =>
'W' =>
array (
'WebSocket\\' => 10,
),
'P' =>
'P' =>
array (
'Psr\\Log\\' => 8,
'Psr\\Http\\Message\\' => 17,
Expand All @@ -20,44 +20,44 @@ class ComposerStaticInitff8ca5c94912b5ce3ac82b5c9f2b4776
'Phrity\\Http\\' => 12,
'Phrity\\Comparison\\' => 18,
),
'K' =>
'K' =>
array (
'Karriere\\PdfMerge\\' => 18,
),
);

public static $prefixDirsPsr4 = array (
'WebSocket\\' =>
'WebSocket\\' =>
array (
0 => __DIR__ . '/..' . '/phrity/websocket/src',
),
'Psr\\Log\\' =>
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/src',
),
'Psr\\Http\\Message\\' =>
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-factory/src',
1 => __DIR__ . '/..' . '/psr/http-message/src',
),
'Phrity\\Util\\' =>
'Phrity\\Util\\' =>
array (
0 => __DIR__ . '/..' . '/phrity/util-errorhandler/src',
),
'Phrity\\Net\\' =>
'Phrity\\Net\\' =>
array (
0 => __DIR__ . '/..' . '/phrity/net-uri/src',
1 => __DIR__ . '/..' . '/phrity/net-stream/src',
),
'Phrity\\Http\\' =>
'Phrity\\Http\\' =>
array (
0 => __DIR__ . '/..' . '/phrity/http/src',
),
'Phrity\\Comparison\\' =>
'Phrity\\Comparison\\' =>
array (
0 => __DIR__ . '/..' . '/phrity/comparison/src',
),
'Karriere\\PdfMerge\\' =>
'Karriere\\PdfMerge\\' =>
array (
0 => __DIR__ . '/..' . '/karriere/pdf-merge/src',
),
Expand Down
Loading
Loading