|
@@ -4,7 +4,7 @@
|
4
|
4
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5
|
5
|
"This file is @generated automatically"
|
6
|
6
|
],
|
7
|
|
- "content-hash": "8b09e01ce94a0c72bed8eb6957290af5",
|
|
7
|
+ "content-hash": "5fac039925c3a001bf8807df4a66b299",
|
8
|
8
|
"packages": [
|
9
|
9
|
{
|
10
|
10
|
"name": "akaunting/laravel-money",
|
|
@@ -2500,22 +2500,22 @@
|
2500
|
2500
|
},
|
2501
|
2501
|
{
|
2502
|
2502
|
"name": "guzzlehttp/guzzle",
|
2503
|
|
- "version": "7.9.3",
|
|
2503
|
+ "version": "7.10.0",
|
2504
|
2504
|
"source": {
|
2505
|
2505
|
"type": "git",
|
2506
|
2506
|
"url": "https://github.com/guzzle/guzzle.git",
|
2507
|
|
- "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
|
|
2507
|
+ "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
|
2508
|
2508
|
},
|
2509
|
2509
|
"dist": {
|
2510
|
2510
|
"type": "zip",
|
2511
|
|
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
|
2512
|
|
- "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
|
|
2511
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
|
|
2512
|
+ "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
|
2513
|
2513
|
"shasum": ""
|
2514
|
2514
|
},
|
2515
|
2515
|
"require": {
|
2516
|
2516
|
"ext-json": "*",
|
2517
|
|
- "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
|
2518
|
|
- "guzzlehttp/psr7": "^2.7.0",
|
|
2517
|
+ "guzzlehttp/promises": "^2.3",
|
|
2518
|
+ "guzzlehttp/psr7": "^2.8",
|
2519
|
2519
|
"php": "^7.2.5 || ^8.0",
|
2520
|
2520
|
"psr/http-client": "^1.0",
|
2521
|
2521
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
@@ -2606,7 +2606,7 @@
|
2606
|
2606
|
],
|
2607
|
2607
|
"support": {
|
2608
|
2608
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
2609
|
|
- "source": "https://github.com/guzzle/guzzle/tree/7.9.3"
|
|
2609
|
+ "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
|
2610
|
2610
|
},
|
2611
|
2611
|
"funding": [
|
2612
|
2612
|
{
|
|
@@ -2622,7 +2622,7 @@
|
2622
|
2622
|
"type": "tidelift"
|
2623
|
2623
|
}
|
2624
|
2624
|
],
|
2625
|
|
- "time": "2025-03-27T13:37:11+00:00"
|
|
2625
|
+ "time": "2025-08-23T22:36:01+00:00"
|
2626
|
2626
|
},
|
2627
|
2627
|
{
|
2628
|
2628
|
"name": "guzzlehttp/promises",
|
|
@@ -10029,6 +10029,85 @@
|
10029
|
10029
|
},
|
10030
|
10030
|
"time": "2025-03-19T14:43:43+00:00"
|
10031
|
10031
|
},
|
|
10032
|
+ {
|
|
10033
|
+ "name": "laravel/pail",
|
|
10034
|
+ "version": "v1.2.3",
|
|
10035
|
+ "source": {
|
|
10036
|
+ "type": "git",
|
|
10037
|
+ "url": "https://github.com/laravel/pail.git",
|
|
10038
|
+ "reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a"
|
|
10039
|
+ },
|
|
10040
|
+ "dist": {
|
|
10041
|
+ "type": "zip",
|
|
10042
|
+ "url": "https://api.github.com/repos/laravel/pail/zipball/8cc3d575c1f0e57eeb923f366a37528c50d2385a",
|
|
10043
|
+ "reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a",
|
|
10044
|
+ "shasum": ""
|
|
10045
|
+ },
|
|
10046
|
+ "require": {
|
|
10047
|
+ "ext-mbstring": "*",
|
|
10048
|
+ "illuminate/console": "^10.24|^11.0|^12.0",
|
|
10049
|
+ "illuminate/contracts": "^10.24|^11.0|^12.0",
|
|
10050
|
+ "illuminate/log": "^10.24|^11.0|^12.0",
|
|
10051
|
+ "illuminate/process": "^10.24|^11.0|^12.0",
|
|
10052
|
+ "illuminate/support": "^10.24|^11.0|^12.0",
|
|
10053
|
+ "nunomaduro/termwind": "^1.15|^2.0",
|
|
10054
|
+ "php": "^8.2",
|
|
10055
|
+ "symfony/console": "^6.0|^7.0"
|
|
10056
|
+ },
|
|
10057
|
+ "require-dev": {
|
|
10058
|
+ "laravel/framework": "^10.24|^11.0|^12.0",
|
|
10059
|
+ "laravel/pint": "^1.13",
|
|
10060
|
+ "orchestra/testbench-core": "^8.13|^9.0|^10.0",
|
|
10061
|
+ "pestphp/pest": "^2.20|^3.0",
|
|
10062
|
+ "pestphp/pest-plugin-type-coverage": "^2.3|^3.0",
|
|
10063
|
+ "phpstan/phpstan": "^1.12.27",
|
|
10064
|
+ "symfony/var-dumper": "^6.3|^7.0"
|
|
10065
|
+ },
|
|
10066
|
+ "type": "library",
|
|
10067
|
+ "extra": {
|
|
10068
|
+ "laravel": {
|
|
10069
|
+ "providers": [
|
|
10070
|
+ "Laravel\\Pail\\PailServiceProvider"
|
|
10071
|
+ ]
|
|
10072
|
+ },
|
|
10073
|
+ "branch-alias": {
|
|
10074
|
+ "dev-main": "1.x-dev"
|
|
10075
|
+ }
|
|
10076
|
+ },
|
|
10077
|
+ "autoload": {
|
|
10078
|
+ "psr-4": {
|
|
10079
|
+ "Laravel\\Pail\\": "src/"
|
|
10080
|
+ }
|
|
10081
|
+ },
|
|
10082
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
10083
|
+ "license": [
|
|
10084
|
+ "MIT"
|
|
10085
|
+ ],
|
|
10086
|
+ "authors": [
|
|
10087
|
+ {
|
|
10088
|
+ "name": "Taylor Otwell",
|
|
10089
|
+ "email": "taylor@laravel.com"
|
|
10090
|
+ },
|
|
10091
|
+ {
|
|
10092
|
+ "name": "Nuno Maduro",
|
|
10093
|
+ "email": "enunomaduro@gmail.com"
|
|
10094
|
+ }
|
|
10095
|
+ ],
|
|
10096
|
+ "description": "Easily delve into your Laravel application's log files directly from the command line.",
|
|
10097
|
+ "homepage": "https://github.com/laravel/pail",
|
|
10098
|
+ "keywords": [
|
|
10099
|
+ "dev",
|
|
10100
|
+ "laravel",
|
|
10101
|
+ "logs",
|
|
10102
|
+ "php",
|
|
10103
|
+ "tail"
|
|
10104
|
+ ],
|
|
10105
|
+ "support": {
|
|
10106
|
+ "issues": "https://github.com/laravel/pail/issues",
|
|
10107
|
+ "source": "https://github.com/laravel/pail"
|
|
10108
|
+ },
|
|
10109
|
+ "time": "2025-06-05T13:55:57+00:00"
|
|
10110
|
+ },
|
10032
|
10111
|
{
|
10033
|
10112
|
"name": "laravel/pint",
|
10034
|
10113
|
"version": "v1.24.0",
|