mirror of
https://github.com/wallabag/wallabag.git
synced 2026-02-25 11:57:38 +01:00
Compare commits
4 Commits
d954622b8a
...
d5bc35ac3f
| Author | SHA1 | Date | |
|---|---|---|---|
| d5bc35ac3f | |||
| 2382140a12 | |||
| 7ba55697b9 | |||
| aab482b139 |
@ -94,7 +94,7 @@
|
||||
"ocramius/proxy-manager": "^2.1.1",
|
||||
"pagerfanta/core": "^3.8",
|
||||
"pagerfanta/doctrine-orm-adapter": "^3.8",
|
||||
"pagerfanta/twig": "^3.8",
|
||||
"pagerfanta/twig": "^4.7",
|
||||
"php-amqplib/php-amqplib": "^3.7.3",
|
||||
"php-amqplib/rabbitmq-bundle": "^2.17.3",
|
||||
"pragmarx/recovery": "^0.2.1",
|
||||
|
||||
25
composer.lock
generated
25
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "1ac72835fc69aa3c7d966064535196d4",
|
||||
"content-hash": "53820481b9900d7edc1f91ec29fa83d0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "babdev/pagerfanta-bundle",
|
||||
@ -5876,26 +5876,25 @@
|
||||
},
|
||||
{
|
||||
"name": "pagerfanta/twig",
|
||||
"version": "v3.8.0",
|
||||
"version": "v4.7.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Pagerfanta/twig.git",
|
||||
"reference": "19ba831401d7bc5249997c09c574e5c922773b12"
|
||||
"reference": "f3eb17928c61fe6f72abc822825e1006afae6257"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Pagerfanta/twig/zipball/19ba831401d7bc5249997c09c574e5c922773b12",
|
||||
"reference": "19ba831401d7bc5249997c09c574e5c922773b12",
|
||||
"url": "https://api.github.com/repos/Pagerfanta/twig/zipball/f3eb17928c61fe6f72abc822825e1006afae6257",
|
||||
"reference": "f3eb17928c61fe6f72abc822825e1006afae6257",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"pagerfanta/core": "^3.0",
|
||||
"php": "^7.4 || ^8.0",
|
||||
"symfony/polyfill-php80": "^1.15",
|
||||
"pagerfanta/core": "^3.7 || ^4.0",
|
||||
"php": "^8.1",
|
||||
"twig/twig": "^2.13 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.6 || ^10.0"
|
||||
"phpunit/phpunit": "^10.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -5915,9 +5914,9 @@
|
||||
"pagerfanta"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/Pagerfanta/twig/tree/v3.8.0"
|
||||
"source": "https://github.com/Pagerfanta/twig/tree/v4.7.1"
|
||||
},
|
||||
"time": "2023-04-15T16:39:14+00:00"
|
||||
"time": "2024-12-13T15:11:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/constant_time_encoding",
|
||||
@ -19527,6 +19526,6 @@
|
||||
"ext-tokenizer": "*",
|
||||
"ext-xml": "*"
|
||||
},
|
||||
"platform-dev": {},
|
||||
"plugin-api-version": "2.6.0"
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
}
|
||||
|
||||
@ -222,7 +222,7 @@ footer:
|
||||
wallabag:
|
||||
elsewhere: 將 wallabag 隨身攜帶
|
||||
social: 社群
|
||||
powered_by: 威力本源
|
||||
powered_by: 技術提供
|
||||
about: 關於
|
||||
stats: 自 %user_creation% 以來,你已閱讀 %nb_archives% 篇文章。這大約是 %per_day% 篇一天!
|
||||
entry:
|
||||
|
||||
Reference in New Issue
Block a user