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

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Dec 15, 2020
1 parent b36b141 commit 27de58d
Show file tree
Hide file tree
Showing 6 changed files with 879 additions and 405 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.php}}
extensions: pdo
extensions: pdo, inotify

- name: Install
run: |
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
}
},
"config": {
"platform": {
"php": "7.2.5"
},
"sort-packages": true
},
"require": {
Expand All @@ -36,7 +39,7 @@
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.0",
"mediawiki/mediawiki-codesniffer": "^30.0",
"mediawiki/mediawiki-codesniffer": "^34.0",
"mediawiki/minus-x": "^0.3",
"phpunit/phpunit": "^8.2",
"symfony/var-dumper": "^4.3"
Expand Down
Loading

0 comments on commit 27de58d

Please sign in to comment.