Skip to content

Commit 41fbce2

Browse files
author
libraryupgrader
committed
build: Updating composer dependencies
* jakub-onderka/php-console-highlighter: 0.3.2 → 0.4.0 * mediawiki/minus-x: 0.3.2 → 1.0.0 * ockcyp/covers-validator: ^1.1 → 1.1.1 Additional changes: * .gitignore: Added .phpunit.result.cache (T242727). Change-Id: I04bce830bb2b5b92ef446890906aae046c00daa0
1 parent 8f88898 commit 41fbce2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/vendor
44
/composer.lock
55
/.idea
6+
/.phpunit.result.cache

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
},
3131
"require-dev": {
3232
"jakub-onderka/php-parallel-lint": "1.0.0",
33-
"jakub-onderka/php-console-highlighter": "0.3.2",
33+
"jakub-onderka/php-console-highlighter": "0.4.0",
3434
"mediawiki/mediawiki-codesniffer": "29.0.0",
35-
"mediawiki/minus-x": "0.3.2",
36-
"ockcyp/covers-validator": "^1.1",
35+
"mediawiki/minus-x": "1.0.0",
36+
"ockcyp/covers-validator": "1.1.1",
3737
"phpunit/phpunit": "^8.5"
3838
},
3939
"scripts": {

0 commit comments

Comments
 (0)