Skip to content

Commit

Permalink
Remove extra.branch-alias and update composer information (#1304)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jul 18, 2023
2 parents e13b4ae + d2bb88c commit 55c7c2e
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions composer.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 55c7c2e

Please sign in to comment.