diff --git a/composer.json b/composer.json index 26d276f70..5870ef66f 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "mockery/mockery", "description": "Mockery is a simple yet flexible PHP mock object framework", "license": "BSD-3-Clause", + "type": "library", "keywords": [ "bdd", "library", @@ -18,15 +19,30 @@ { "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", - "homepage": "http://blog.astrumfutura.com" + "homepage": "https://github.com/padraic", + "role": "Author" }, { "name": "Dave Marshall", "email": "dave.marshall@atstsolutions.co.uk", - "homepage": "http://davedevelopment.co.uk" + "homepage": "https://davedevelopment.co.uk", + "role": "Developer" + }, + { + "name": "Nathanael Esayeas", + "email": "nathanael.esayeas@protonmail.com", + "homepage": "https://github.com/ghostwriter", + "role": "Lead Developer" } ], "homepage": "https://github.com/mockery/mockery", + "support": { + "issues": "https://github.com/mockery/mockery/issues", + "source": "https://github.com/mockery/mockery", + "docs": "https://docs.mockery.io/", + "rss": "https://github.com/mockery/mockery/releases.atom", + "security": "https://github.com/mockery/mockery/security/advisories" + }, "require": { "php": ">=7.4,<8.3", "lib-pcre": ">=7.0", @@ -59,15 +75,12 @@ ] }, "config": { - "preferred-install": "dist", + "optimize-autoloader": true, "platform": { "php": "7.4.999" - } - }, - "extra": { - "branch-alias": { - "dev-main": "1.6.x-dev" - } + }, + "preferred-install": "dist", + "sort-packages": true }, "scripts": { "check": [