mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-03-01 21:54:25 +00:00
chore(deps): upgrade packages
# Conflicts: # composer.lock
This commit is contained in:
Binary file not shown.
@@ -22,7 +22,7 @@
|
|||||||
"source": "https://github.com/ivuorinen/branch-usage-checker"
|
"source": "https://github.com/ivuorinen/branch-usage-checker"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.4",
|
||||||
"guzzlehttp/guzzle": "^7",
|
"guzzlehttp/guzzle": "^7",
|
||||||
"illuminate/http": "^11",
|
"illuminate/http": "^11",
|
||||||
"laravel-zero/phar-updater": "^1.2",
|
"laravel-zero/phar-updater": "^1.2",
|
||||||
@@ -60,9 +60,6 @@
|
|||||||
"pestphp/pest-plugin": true
|
"pestphp/pest-plugin": true
|
||||||
},
|
},
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"platform": {
|
|
||||||
"php": "8.2"
|
|
||||||
},
|
|
||||||
"preferred-install": "dist",
|
"preferred-install": "dist",
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
},
|
},
|
||||||
@@ -73,7 +70,7 @@
|
|||||||
"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"
|
"rm -f application.phar || true"
|
||||||
],
|
],
|
||||||
"test": "vendor/bin/pest",
|
"test": "vendor/bin/pest",
|
||||||
"x": "@php builds/branch-usage-checker"
|
"x": "@php builds/branch-usage-checker"
|
||||||
|
|||||||
1984
composer.lock
generated
1984
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user