3 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
Ismo Vuorinen
1103e59c35 chore(deps): update deps, remove temp phar (#23) 2024-11-07 09:25:12 +02:00
renovate[bot]
de9231d1cd chore(deps): update pestphp/pest to 3.0.1 (#20)
* chore(deps): update pestphp/pest to 3.0.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): fix dependencies for pest 3.x

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ismo Vuorinen <ismo@ivuorinen.net>
2024-09-10 10:07:35 +03:00
Ismo Vuorinen
29d11f41c7 chore(meta): update renovate.json 2024-07-23 03:50:33 +03:00
3 changed files with 1125 additions and 1050 deletions

View File

@@ -1,4 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>ivuorinen/.github:renovate-config"]
"extends": [
"github>ivuorinen/renovate-config"
]
}

View File

@@ -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

File diff suppressed because it is too large Load Diff