Skip to content

Commit bc4d059

Browse files
authored
Replace dependencies (#77)
textalk/websocket => phrity/websocket iio/libmergepdf => karriere/pdf-merge
2 parents 2aba06d + f3896c5 commit bc4d059

501 files changed

Lines changed: 13297 additions & 38355 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "composer"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
20+
php: ['8.2', '8.3', '8.4']
2121
os: ['ubuntu-latest']
2222

2323
steps:

composer.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
{
22
"require": {
3-
"textalk/websocket": "^1.5",
4-
"iio/libmergepdf": "^4.0",
5-
"cweagans/composer-patches": "^1.7"
3+
"php": ">=8.2",
4+
"phrity/websocket": "^3.6",
5+
"karriere/pdf-merge": "^3.3"
66
},
77
"config": {
8-
"sort-packages": true,
9-
"platform": {
10-
"php": "7.2.9"
11-
},
12-
"allow-plugins": {
13-
"cweagans/composer-patches": true
14-
}
15-
},
16-
"extra": {
17-
"composer-exit-on-patch-failure": true,
18-
"patches": {
19-
"iio/libmergepdf": {
20-
"Add PHP 8.2 support": "patches/iio-libmergepdf-support-php82.patch"
21-
}
22-
}
8+
"sort-packages": true
239
}
2410
}

0 commit comments

Comments
 (0)