Andrew Wallo 1 个月前
父节点
当前提交
149a2a69ee
共有 2 个文件被更改,包括 105 次插入14 次删除
  1. 17
    5
      composer.json
  2. 88
    9
      composer.lock

+ 17
- 5
composer.json 查看文件

@@ -1,4 +1,5 @@
1 1
 {
2
+    "$schema": "https://getcomposer.org/schema.json",
2 3
     "name": "andrewdwallo/erpsaas",
3 4
     "type": "project",
4 5
     "description": "The skeleton application for the Laravel framework.",
@@ -24,17 +25,18 @@
24 25
         "jaocero/radio-deck": "^1.2",
25 26
         "laravel/framework": "^12.0",
26 27
         "laravel/sanctum": "^4.0",
27
-        "laravel/tinker": "^2.9",
28
+        "laravel/tinker": "^2.10.1",
28 29
         "squirephp/model": "^3.4",
29 30
         "squirephp/repository": "^3.4",
30 31
         "symfony/intl": "^6.3"
31 32
     },
32 33
     "require-dev": {
33 34
         "barryvdh/laravel-debugbar": "^3.15",
34
-        "laravel/pint": "^1.13",
35
-        "laravel/sail": "^1.26",
35
+        "laravel/pail": "^1.2.2",
36
+        "laravel/pint": "^1.24",
37
+        "laravel/sail": "^1.41",
36 38
         "mockery/mockery": "^1.6",
37
-        "nunomaduro/collision": "^8.0",
39
+        "nunomaduro/collision": "^8.6",
38 40
         "pestphp/pest": "^3.0",
39 41
         "pestphp/pest-plugin-livewire": "^3.0",
40 42
         "spatie/laravel-ignition": "^2.4",
@@ -68,7 +70,17 @@
68 70
             "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
69 71
         ],
70 72
         "post-create-project-cmd": [
71
-            "@php artisan key:generate --ansi"
73
+            "@php artisan key:generate --ansi",
74
+            "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
75
+            "@php artisan migrate --graceful --ansi"
76
+        ],
77
+        "dev": [
78
+            "Composer\\Config::disableProcessTimeout",
79
+            "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite --kill-others"
80
+        ],
81
+        "test": [
82
+            "@php artisan config:clear --ansi",
83
+            "@php artisan test"
72 84
         ]
73 85
     },
74 86
     "extra": {

+ 88
- 9
composer.lock 查看文件

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

正在加载...
取消
保存