Compare commits

..

No commits in common. "dependabot/composer/mockery/mockery-1.6.6" and "main" have entirely different histories.

1 changed files with 17 additions and 30 deletions

47
composer.lock generated
View File

@ -6143,40 +6143,38 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.6.6", "version": "1.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "b8e0bb7d8c604046539c1115994632c74dcb361e" "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/b8e0bb7d8c604046539c1115994632c74dcb361e", "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
"reference": "b8e0bb7d8c604046539c1115994632c74dcb361e", "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"hamcrest/hamcrest-php": "^2.0.1", "hamcrest/hamcrest-php": "^2.0.1",
"lib-pcre": ">=7.0", "lib-pcre": ">=7.0",
"php": ">=7.3" "php": "^7.3 || ^8.0"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<8.0" "phpunit/phpunit": "<8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5 || ^9.6.10", "phpunit/phpunit": "^8.5 || ^9.3"
"psalm/plugin-phpunit": "^0.18.4",
"symplify/easy-coding-standard": "^11.5.0",
"vimeo/psalm": "^4.30"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": { "autoload": {
"files": [ "psr-0": {
"library/helpers.php", "Mockery": "library/"
"library/Mockery.php"
],
"psr-4": {
"Mockery\\": "library/Mockery"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -6187,20 +6185,12 @@
{ {
"name": "Pádraic Brady", "name": "Pádraic Brady",
"email": "padraic.brady@gmail.com", "email": "padraic.brady@gmail.com",
"homepage": "https://github.com/padraic", "homepage": "http://blog.astrumfutura.com"
"role": "Author"
}, },
{ {
"name": "Dave Marshall", "name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk", "email": "dave.marshall@atstsolutions.co.uk",
"homepage": "https://davedevelopment.co.uk", "homepage": "http://davedevelopment.co.uk"
"role": "Developer"
},
{
"name": "Nathanael Esayeas",
"email": "nathanael.esayeas@protonmail.com",
"homepage": "https://github.com/ghostwriter",
"role": "Lead Developer"
} }
], ],
"description": "Mockery is a simple yet flexible PHP mock object framework", "description": "Mockery is a simple yet flexible PHP mock object framework",
@ -6218,13 +6208,10 @@
"testing" "testing"
], ],
"support": { "support": {
"docs": "https://docs.mockery.io/",
"issues": "https://github.com/mockery/mockery/issues", "issues": "https://github.com/mockery/mockery/issues",
"rss": "https://github.com/mockery/mockery/releases.atom", "source": "https://github.com/mockery/mockery/tree/1.5.1"
"security": "https://github.com/mockery/mockery/security/advisories",
"source": "https://github.com/mockery/mockery"
}, },
"time": "2023-08-09T00:03:52+00:00" "time": "2022-09-07T15:32:08+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",