aboutsummaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-26 08:56:38 +0000
committerMario <mario@mariovavti.com>2020-11-26 08:56:38 +0000
commit175b45d1ed501ae2392d256e399e8668e3192dc4 (patch)
treee58c402115c1ecbd55b5065b6e61a48ee0c12c28 /composer.lock
parente236b7781744b8a287845b78857787064b70c4f8 (diff)
downloadvolse-hubzilla-175b45d1ed501ae2392d256e399e8668e3192dc4.tar.gz
volse-hubzilla-175b45d1ed501ae2392d256e399e8668e3192dc4.tar.bz2
volse-hubzilla-175b45d1ed501ae2392d256e399e8668e3192dc4.zip
update php-mock
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock25
1 files changed, 16 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock
index dff7dd4ad..bfebe9211 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "d74d33bf9db49f0fab4588d9e385f887",
+ "content-hash": "caa986abe011a503206783592cb25f3f",
"packages": [
{
"name": "blueimp/jquery-file-upload",
@@ -2287,33 +2287,36 @@
},
{
"name": "php-mock/php-mock",
- "version": "2.0.0",
+ "version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock.git",
- "reference": "22d297231118e6fd5b9db087fbe1ef866c2b95d2"
+ "reference": "890d3e32e3a5f29715a8fd17debd87a0c9e614a0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-mock/php-mock/zipball/22d297231118e6fd5b9db087fbe1ef866c2b95d2",
- "reference": "22d297231118e6fd5b9db087fbe1ef866c2b95d2",
+ "url": "https://api.github.com/repos/php-mock/php-mock/zipball/890d3e32e3a5f29715a8fd17debd87a0c9e614a0",
+ "reference": "890d3e32e3a5f29715a8fd17debd87a0c9e614a0",
"shasum": ""
},
"require": {
- "php": ">=5.6",
- "phpunit/php-text-template": "^1"
+ "php": "^5.6 || ^7.0",
+ "phpunit/php-text-template": "^1 || ^2"
},
"replace": {
"malkusch/php-mock": "*"
},
"require-dev": {
- "phpunit/phpunit": "^5.7"
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0"
},
"suggest": {
"php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
},
"type": "library",
"autoload": {
+ "files": [
+ "autoload.php"
+ ],
"psr-4": {
"phpmock\\": [
"classes/",
@@ -2344,7 +2347,11 @@
"test",
"test double"
],
- "time": "2017-02-17T20:52:52+00:00"
+ "support": {
+ "issues": "https://github.com/php-mock/php-mock/issues",
+ "source": "https://github.com/php-mock/php-mock/tree/2.2.2"
+ },
+ "time": "2020-04-17T16:39:00+00:00"
},
{
"name": "php-mock/php-mock-integration",