[DEPENDENCIES] Add jchook/phpunit-assert-throws and update dependencies

This commit is contained in:
Hugo Sales 2021-04-10 21:53:11 +00:00
parent 5afd2c9843
commit 92d0848280
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
3 changed files with 1866 additions and 63 deletions

View File

@ -49,6 +49,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"jchook/phpunit-assert-throws": "^1.0",
"niels-de-blaauw/php-doc-check": "^0.2.2",
"symfony/debug-pack": "*",
"symfony/maker-bundle": "^1.14",

1833
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,100 @@
{
"doctrine/deprecations": {
"version": "v0.5.3"
},
"jchook/phpunit-assert-throws": {
"version": "v1.0.3"
},
"myclabs/deep-copy": {
"version": "1.10.2"
},
"phar-io/manifest": {
"version": "2.0.1"
},
"phar-io/version": {
"version": "3.1.0"
},
"phpspec/prophecy": {
"version": "1.13.0"
},
"phpunit/php-code-coverage": {
"version": "9.2.6"
},
"phpunit/php-file-iterator": {
"version": "3.0.5"
},
"phpunit/php-invoker": {
"version": "3.1.1"
},
"phpunit/php-text-template": {
"version": "2.0.4"
},
"phpunit/php-timer": {
"version": "5.0.3"
},
"phpunit/phpunit": {
"version": "4.7",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.7",
"ref": "fc18a41d910bd168b6d83b09330d3dd892ddbcdd"
},
"files": [
".env.test",
"phpunit.xml.dist",
"tests/bootstrap.php"
]
},
"sebastian/cli-parser": {
"version": "1.0.1"
},
"sebastian/code-unit": {
"version": "1.0.8"
},
"sebastian/code-unit-reverse-lookup": {
"version": "2.0.3"
},
"sebastian/comparator": {
"version": "4.0.6"
},
"sebastian/complexity": {
"version": "2.0.2"
},
"sebastian/diff": {
"version": "4.0.4"
},
"sebastian/environment": {
"version": "5.1.3"
},
"sebastian/exporter": {
"version": "4.0.3"
},
"sebastian/global-state": {
"version": "5.0.2"
},
"sebastian/lines-of-code": {
"version": "1.0.3"
},
"sebastian/object-enumerator": {
"version": "4.0.4"
},
"sebastian/object-reflector": {
"version": "2.0.4"
},
"sebastian/recursion-context": {
"version": "4.0.4"
},
"sebastian/resource-operations": {
"version": "3.0.3"
},
"sebastian/type": {
"version": "2.3.1"
},
"sebastian/version": {
"version": "3.0.2"
},
"theseer/tokenizer": {
"version": "1.2.0"
}
}