mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-22 22:51:24 +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",
|
||||
"extends": ["github>ivuorinen/.github:renovate-config"]
|
||||
"extends": [
|
||||
"github>ivuorinen/renovate-config"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"ergebnis/composer-normalize": "^2",
|
||||
"laravel-zero/framework": "^11",
|
||||
"mockery/mockery": "^1",
|
||||
"pestphp/pest": "^2",
|
||||
"pestphp/pest": "^3",
|
||||
"roave/security-advisories": "dev-latest"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
@@ -72,7 +72,8 @@
|
||||
],
|
||||
"build": [
|
||||
"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",
|
||||
"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