mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-22 22:51:24 +00:00
Compare commits
16 Commits
0.1.0
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb9ccd42bd | ||
|
|
328d89215a | ||
| c51399580e | |||
| 9dd3b08b84 | |||
| 266068326b | |||
| d050ac3b52 | |||
|
|
af506b4488 | ||
|
|
beb28d8fdb | ||
|
|
6fbd953b30 | ||
|
|
2fa5b469a1 | ||
|
|
3ead4ff211 | ||
|
|
ed09f3e03d | ||
|
|
c31beafead | ||
|
|
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"
|
||||
]
|
||||
}
|
||||
|
||||
4
.github/workflows/dependency-review.yml
vendored
4
.github/workflows/dependency-review.yml
vendored
@@ -18,6 +18,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Checkout Repository"
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- name: "Dependency Review"
|
||||
uses: actions/dependency-review-action@v4
|
||||
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
|
||||
|
||||
14
.github/workflows/test-and-build.yml
vendored
14
.github/workflows/test-and-build.yml
vendored
@@ -14,15 +14,15 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ["8.2"]
|
||||
php: ["8.4"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
|
||||
with:
|
||||
php-version: ${{ matrix.php }}
|
||||
ini-values: phar.readonly=0
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
|
||||
|
||||
- name: Install Composer dependencies
|
||||
uses: ramsey/composer-install@v2
|
||||
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
|
||||
|
||||
- name: PHPUnit Testing
|
||||
run: vendor/bin/pest --coverage
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: Ensure the PHAR works
|
||||
run: builds/branch-usage-checker --version
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
name: Upload the PHAR artifact
|
||||
with:
|
||||
name: branch-usage-checker
|
||||
@@ -64,13 +64,13 @@ jobs:
|
||||
- "build-phar"
|
||||
if: github.event_name == 'release'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||
with:
|
||||
name: branch-usage-checker
|
||||
path: builds/
|
||||
|
||||
- name: Upload box.phar
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: builds/branch-usage-checker
|
||||
|
||||
1
.php-version
Normal file
1
.php-version
Normal file
@@ -0,0 +1 @@
|
||||
8.4
|
||||
Binary file not shown.
@@ -22,18 +22,18 @@
|
||||
"source": "https://github.com/ivuorinen/branch-usage-checker"
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"php": "^8.4",
|
||||
"guzzlehttp/guzzle": "^7",
|
||||
"illuminate/http": "^11",
|
||||
"illuminate/http": "^12.17",
|
||||
"laravel-zero/phar-updater": "^1.2",
|
||||
"nunomaduro/termwind": "^2",
|
||||
"spatie/data-transfer-object": "^3.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"ergebnis/composer-normalize": "^2",
|
||||
"laravel-zero/framework": "^11",
|
||||
"laravel-zero/framework": "^12",
|
||||
"mockery/mockery": "^1",
|
||||
"pestphp/pest": "^2",
|
||||
"pestphp/pest": "^4",
|
||||
"roave/security-advisories": "dev-latest"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
@@ -60,9 +60,6 @@
|
||||
"pestphp/pest-plugin": true
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"platform": {
|
||||
"php": "8.2"
|
||||
},
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
},
|
||||
@@ -72,7 +69,8 @@
|
||||
],
|
||||
"build": [
|
||||
"cp application application.phar",
|
||||
"@php application app:build branch-usage-checker"
|
||||
"@php application app:build branch-usage-checker",
|
||||
"rm -f application.phar || true"
|
||||
],
|
||||
"test": "vendor/bin/pest",
|
||||
"x": "@php builds/branch-usage-checker"
|
||||
|
||||
4342
composer.lock
generated
4342
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user