Downgrade mockery

This commit is contained in:
Jaapio
2020-06-27 19:33:53 +02:00
parent 70745c7dcb
commit 664187301b
2 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"ext-filter": "*" "ext-filter": "*"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1" "mockery/mockery": "1.3.*"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
Generated
+9 -12
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "4a2364f8234d7636b8241f5e6e658f8f", "content-hash": "5d0d3ec49d1159ef26291092b2c55192",
"packages": [ "packages": [
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
@@ -263,33 +263,30 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.4.0", "version": "1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "6c6a7c533469873deacf998237e7649fc6b36223" "reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/6c6a7c533469873deacf998237e7649fc6b36223", "url": "https://api.github.com/repos/mockery/mockery/zipball/f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
"reference": "6c6a7c533469873deacf998237e7649fc6b36223", "reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"hamcrest/hamcrest-php": "~2.0", "hamcrest/hamcrest-php": "~2.0",
"lib-pcre": ">=7.0", "lib-pcre": ">=7.0",
"php": "^7.3.0" "php": ">=5.6.0"
},
"conflict": {
"phpunit/phpunit": "<8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0.0 || ^9.0.0" "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4.x-dev" "dev-master": "1.3.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -327,7 +324,7 @@
"test double", "test double",
"testing" "testing"
], ],
"time": "2020-05-19T14:25:16+00:00" "time": "2019-12-26T09:49:15+00:00"
} }
], ],
"aliases": [], "aliases": [],