Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Commit

Permalink
Update dependencies etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson authored Nov 24, 2022
1 parent 27de58d commit 20298fe
Show file tree
Hide file tree
Showing 6 changed files with 1,010 additions and 727 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
php: [ '7.2', '7.3', '7.4' ]
php: [ '7.4', '8.0', '8.1' ]

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

Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
},
"config": {
"platform": {
"php": "7.2.5"
"php": "7.4"
},
"sort-packages": true
},
"require": {
"addwiki/mediawiki-api": "^0.7",
"addwiki/mediawiki-api": "^2.0",
"krinkle/intuition": "^2.0",
"monolog/monolog": "^2.1",
"symfony/console": "^4.3",
"symfony/process": "^4.3",
"symfony/yaml": "^4.3"
"symfony/console": "^5.0",
"symfony/process": "^5.0",
"symfony/yaml": "^5.0"
},
"suggest": {
"ext-inotify": "To use the 'watch' option for the upload:pages command."
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.0",
"mediawiki/mediawiki-codesniffer": "^34.0",
"mediawiki/minus-x": "^0.3",
"mediawiki/mediawiki-codesniffer": "^39.0",
"mediawiki/minus-x": "^1.0",
"phpunit/phpunit": "^8.2",
"symfony/var-dumper": "^4.3"
"symfony/var-dumper": "^4.3|^5.0"
},
"scripts": {
"test": [
Expand Down
Loading

0 comments on commit 20298fe

Please sign in to comment.