Skip to content

Commit d4c4866

Browse files
committed
Hopefully fix getFileUrl
1 parent 7c9addf commit d4c4866

3 files changed

Lines changed: 681 additions & 2461 deletions

File tree

composer.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,18 @@
33
"type": "package",
44
"package": {
55
"name": "freshrss/freshrss",
6-
"version": "1.24.0",
6+
"version": "1.26.3",
77
"dist": {
8-
"url": "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/1.24.0.zip",
8+
"url": "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/1.26.3.zip",
99
"type": "zip"
1010
}
1111
}
1212
}],
1313
"require-dev": {
14-
"phpunit/phpunit": "^10.0",
15-
"mockery/mockery": "^1.5",
16-
"phpstan/phpstan": "^1.10",
17-
"phpstan/phpstan-phpunit": "^1.3",
18-
"phpstan/extension-installer": "^1.3",
19-
"phpstan/phpstan-mockery": "^1.1",
20-
"freshrss/freshrss": "^1.21",
21-
"friendsofphp/php-cs-fixer": "^3.20"
14+
"phpstan/phpstan": "^2.1",
15+
"phpstan/extension-installer": "^1.4",
16+
"freshrss/freshrss": "^1.26",
17+
"friendsofphp/php-cs-fixer": "^3.76"
2218
},
2319
"autoload-dev": {
2420
"classmap": ["."]

0 commit comments

Comments
 (0)