Skip to content

Commit

Permalink
Update PHP dependencies
Browse files Browse the repository at this point in the history
Switch to Intuition instead of SimpleI18N, because the latter
doesn't support Twig 3.

Bug: T370133
  • Loading branch information
samwilson committed Jul 16, 2024
1 parent b52ed14 commit 020ccdd
Show file tree
Hide file tree
Showing 6 changed files with 1,256 additions and 555 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php: [ '7.3', '7.4' ]
php: [ '8.2', '8.3' ]

runs-on: ${{matrix.os}}

Expand Down
20 changes: 11 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,34 @@
"homepage": "https://wikitech.wikimedia.org/wiki/Tool:IA_Upload",
"minimum-stability": "stable",
"config": {
"platform": { "php": "7.3" }
"platform": { "php": "8.2" }
},
"require": {
"php": ">=7.2",
"php": ">=8.2",
"ext-zip": "*",
"ext-intl": "*",
"addwiki/mediawiki-api": "^2.8",
"bryanjhv/slim-session": "~4.0",
"firebase/php-jwt": "^5.0",
"firebase/php-jwt": "^6.0",
"guzzlehttp/oauth-subscriber": "~0.3",
"guzzlehttp/psr7": "^1.6",
"http-interop/http-factory-guzzle": "^1.0",
"monolog/monolog": "^2.1.0",
"pastuhov/php-exec-command": "^1.1",
"php-di/php-di": "^6.2",
"slim/slim": "4.*",
"twig/twig": "^2.0",
"slim/slim": "^4.0",
"twig/twig": "^3.0",
"slim/twig-view": "^3.0",
"symfony/console": "^5.0",
"wikimedia/simplei18n": "^1.0"
"slim/http": "^1.4",
"slim/psr7": "^1.7",
"krinkle/intuition": "^2.3"
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "^35.0",
"mediawiki/minus-x": "1.1.0",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.2.0",
"mediawiki/minus-x": "^1.1",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"symfony/var-dumper": "^5.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit 020ccdd

Please sign in to comment.