mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-23 19:51:46 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1103e59c35 | ||
|
|
de9231d1cd | ||
|
|
29d11f41c7 |
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
@@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>ivuorinen/.github:renovate-config"]
|
"extends": [
|
||||||
|
"github>ivuorinen/renovate-config"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"ergebnis/composer-normalize": "^2",
|
"ergebnis/composer-normalize": "^2",
|
||||||
"laravel-zero/framework": "^11",
|
"laravel-zero/framework": "^11",
|
||||||
"mockery/mockery": "^1",
|
"mockery/mockery": "^1",
|
||||||
"pestphp/pest": "^2",
|
"pestphp/pest": "^3",
|
||||||
"roave/security-advisories": "dev-latest"
|
"roave/security-advisories": "dev-latest"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
@@ -72,7 +72,8 @@
|
|||||||
],
|
],
|
||||||
"build": [
|
"build": [
|
||||||
"cp application application.phar",
|
"cp application application.phar",
|
||||||
"@php application app:build branch-usage-checker"
|
"@php application app:build branch-usage-checker",
|
||||||
|
"rm application.phar"
|
||||||
],
|
],
|
||||||
"test": "vendor/bin/pest",
|
"test": "vendor/bin/pest",
|
||||||
"x": "@php builds/branch-usage-checker"
|
"x": "@php builds/branch-usage-checker"
|
||||||
|
|||||||
2166
composer.lock
generated
2166
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user