Update PHP dependencies (#219)

Ran composer show --outdated and then composer update

composer/semver             3.2.7   3.3.2
doctrine/instantiator       1.4.0   1.4.1
myclabs/deep-copy           1.10.2  1.11.0
phar-io/version             3.1.0   3.2.1
phpdocumentor/type-resolver 1.6.0   1.6.1
phpunit/php-code-coverage   9.2.10  9.2.15
phpunit/phpunit             9.5.11  9.5.20
sebastian/environment       5.1.3   5.1.4
sebastian/global-state      5.0.3   5.0.5
sebastian/type              2.3.4   3.0.0
squizlabs/php_codesniffer   3.6.1   3.6.2
symfony/polyfill-ctype      v1.24.0 v1.25.0

Co-authored-by: Niklas Laxström <niklas.laxstrom@gmail.com>
This commit is contained in:
Abijeet Patro
2022-04-21 11:16:23 +05:30
committed by GitHub
parent c8123b2b5c
commit 348a1534bd
2 changed files with 92 additions and 90 deletions

View File

@@ -34,7 +34,7 @@
"mustangostang/spyc": "0.6.3"
},
"require-dev": {
"phpunit/phpunit": "9.5.11",
"phpunit/phpunit": "9.5.20",
"mediawiki/mediawiki-codesniffer": "38.0.0"
},
"support": {