mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-03-20 23:01:56 +00:00
Package updates, new build
This commit is contained in:
@@ -11,6 +11,10 @@ trim_trailing_whitespace = true
|
|||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
indent_size = 2
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|||||||
Binary file not shown.
@@ -24,14 +24,14 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1",
|
"php": ">=8.1",
|
||||||
"guzzlehttp/guzzle": "^7.4",
|
"guzzlehttp/guzzle": "^7.4",
|
||||||
"illuminate/http": "^9.0",
|
"illuminate/http": "^10.0",
|
||||||
"laravel-zero/phar-updater": "^1.2",
|
"laravel-zero/phar-updater": "^1.2",
|
||||||
"nunomaduro/termwind": "^1.3",
|
"nunomaduro/termwind": "^1.3",
|
||||||
"spatie/data-transfer-object": "^3.7"
|
"spatie/data-transfer-object": "^3.7"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ergebnis/composer-normalize": "^2.23",
|
"ergebnis/composer-normalize": "^2.23",
|
||||||
"laravel-zero/framework": "^9.0",
|
"laravel-zero/framework": "^10.0",
|
||||||
"mockery/mockery": "^1.4.4",
|
"mockery/mockery": "^1.4.4",
|
||||||
"pestphp/pest": "^1.21.1",
|
"pestphp/pest": "^1.21.1",
|
||||||
"roave/security-advisories": "dev-latest"
|
"roave/security-advisories": "dev-latest"
|
||||||
@@ -74,6 +74,7 @@
|
|||||||
"cp application application.phar",
|
"cp application application.phar",
|
||||||
"@php application app:build branch-usage-checker"
|
"@php application app:build branch-usage-checker"
|
||||||
],
|
],
|
||||||
|
"test": "vendor/bin/pest",
|
||||||
"x": "@php builds/branch-usage-checker"
|
"x": "@php builds/branch-usage-checker"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1673
composer.lock
generated
1673
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user