[DEPENDENCIES] Update dependencies

This commit is contained in:
Hugo Sales 2022-10-19 22:38:44 +01:00
parent a2aa45fb1f
commit 76f2cdd212
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
3 changed files with 1404 additions and 1246 deletions

View File

@ -75,7 +75,7 @@
"friendsofphp/php-cs-fixer": "^3.2.1",
"jchook/phpunit-assert-throws": "^1.0",
"niels-de-blaauw/php-doc-check": "^0.2.2",
"phpstan/phpstan": "dev-master",
"phpstan/phpstan": "1.9.x-dev",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^6.0",
"symfony/css-selector": "^6.0",

2642
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -176,6 +176,12 @@
"league/oauth2-server": {
"version": "dev-master"
},
"league/uri": {
"version": "6.8.0"
},
"league/uri-interfaces": {
"version": "2.3.0"
},
"league/uri-parser": {
"version": "1.x-dev"
},