Browse Source

upgrade laravel to 9.21

Muhammad Iqbal Afandi 3 years ago
parent
commit
eac181715d
2 changed files with 132 additions and 45 deletions
  1. 1
    1
      composer.json
  2. 131
    44
      composer.lock

+ 1
- 1
composer.json View File

13
     "fruitcake/laravel-cors": "^2.0.5",
13
     "fruitcake/laravel-cors": "^2.0.5",
14
     "guzzlehttp/guzzle": "^7.2",
14
     "guzzlehttp/guzzle": "^7.2",
15
     "inertiajs/inertia-laravel": "^0.5.4",
15
     "inertiajs/inertia-laravel": "^0.5.4",
16
-    "laravel/framework": "^9.19",
16
+    "laravel/framework": "^9.21",
17
     "laravel/sanctum": "^2.14",
17
     "laravel/sanctum": "^2.14",
18
     "laravel/tinker": "^2.7",
18
     "laravel/tinker": "^2.7",
19
     "maatwebsite/excel": "^3.1",
19
     "maatwebsite/excel": "^3.1",

+ 131
- 44
composer.lock View File

4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
         "This file is @generated automatically"
5
         "This file is @generated automatically"
6
     ],
6
     ],
7
-    "content-hash": "ebf2992886e4a043d149352e65e14b36",
7
+    "content-hash": "4ab253b7a12095ee7408399e27d25a37",
8
     "packages": [
8
     "packages": [
9
         {
9
         {
10
             "name": "asm89/stack-cors",
10
             "name": "asm89/stack-cors",
1297
         },
1297
         },
1298
         {
1298
         {
1299
             "name": "laravel/framework",
1299
             "name": "laravel/framework",
1300
-            "version": "v9.19.0",
1300
+            "version": "v9.21.6",
1301
             "source": {
1301
             "source": {
1302
                 "type": "git",
1302
                 "type": "git",
1303
                 "url": "https://github.com/laravel/framework.git",
1303
                 "url": "https://github.com/laravel/framework.git",
1304
-                "reference": "bbce25bd823133f6a5a724f2d62680b711f1d0df"
1304
+                "reference": "569d7a2e361895f90e66bb4e02db89c27691a0e7"
1305
             },
1305
             },
1306
             "dist": {
1306
             "dist": {
1307
                 "type": "zip",
1307
                 "type": "zip",
1308
-                "url": "https://api.github.com/repos/laravel/framework/zipball/bbce25bd823133f6a5a724f2d62680b711f1d0df",
1309
-                "reference": "bbce25bd823133f6a5a724f2d62680b711f1d0df",
1308
+                "url": "https://api.github.com/repos/laravel/framework/zipball/569d7a2e361895f90e66bb4e02db89c27691a0e7",
1309
+                "reference": "569d7a2e361895f90e66bb4e02db89c27691a0e7",
1310
                 "shasum": ""
1310
                 "shasum": ""
1311
             },
1311
             },
1312
             "require": {
1312
             "require": {
1321
                 "league/flysystem": "^3.0.16",
1321
                 "league/flysystem": "^3.0.16",
1322
                 "monolog/monolog": "^2.0",
1322
                 "monolog/monolog": "^2.0",
1323
                 "nesbot/carbon": "^2.53.1",
1323
                 "nesbot/carbon": "^2.53.1",
1324
+                "nunomaduro/termwind": "^1.13",
1324
                 "php": "^8.0.2",
1325
                 "php": "^8.0.2",
1325
                 "psr/container": "^1.1.1|^2.0.1",
1326
                 "psr/container": "^1.1.1|^2.0.1",
1326
                 "psr/log": "^1.0|^2.0|^3.0",
1327
                 "psr/log": "^1.0|^2.0|^3.0",
1472
                 "issues": "https://github.com/laravel/framework/issues",
1473
                 "issues": "https://github.com/laravel/framework/issues",
1473
                 "source": "https://github.com/laravel/framework"
1474
                 "source": "https://github.com/laravel/framework"
1474
             },
1475
             },
1475
-            "time": "2022-06-28T14:33:19+00:00"
1476
+            "time": "2022-07-22T14:16:44+00:00"
1476
         },
1477
         },
1477
         {
1478
         {
1478
             "name": "laravel/sanctum",
1479
             "name": "laravel/sanctum",
1668
         },
1669
         },
1669
         {
1670
         {
1670
             "name": "league/commonmark",
1671
             "name": "league/commonmark",
1671
-            "version": "2.3.3",
1672
+            "version": "2.3.4",
1672
             "source": {
1673
             "source": {
1673
                 "type": "git",
1674
                 "type": "git",
1674
                 "url": "https://github.com/thephpleague/commonmark.git",
1675
                 "url": "https://github.com/thephpleague/commonmark.git",
1675
-                "reference": "0da1dca5781dd3cfddbe328224d9a7a62571addc"
1676
+                "reference": "155ec1c95626b16fda0889cf15904d24890a60d5"
1676
             },
1677
             },
1677
             "dist": {
1678
             "dist": {
1678
                 "type": "zip",
1679
                 "type": "zip",
1679
-                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/0da1dca5781dd3cfddbe328224d9a7a62571addc",
1680
-                "reference": "0da1dca5781dd3cfddbe328224d9a7a62571addc",
1680
+                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/155ec1c95626b16fda0889cf15904d24890a60d5",
1681
+                "reference": "155ec1c95626b16fda0889cf15904d24890a60d5",
1681
                 "shasum": ""
1682
                 "shasum": ""
1682
             },
1683
             },
1683
             "require": {
1684
             "require": {
1770
                     "type": "tidelift"
1771
                     "type": "tidelift"
1771
                 }
1772
                 }
1772
             ],
1773
             ],
1773
-            "time": "2022-06-07T21:28:26+00:00"
1774
+            "time": "2022-07-17T16:25:47+00:00"
1774
         },
1775
         },
1775
         {
1776
         {
1776
             "name": "league/config",
1777
             "name": "league/config",
1856
         },
1857
         },
1857
         {
1858
         {
1858
             "name": "league/flysystem",
1859
             "name": "league/flysystem",
1859
-            "version": "3.1.0",
1860
+            "version": "3.1.1",
1860
             "source": {
1861
             "source": {
1861
                 "type": "git",
1862
                 "type": "git",
1862
                 "url": "https://github.com/thephpleague/flysystem.git",
1863
                 "url": "https://github.com/thephpleague/flysystem.git",
1863
-                "reference": "34a68067b7ae3b836ea5e57e1fc432478372a4f5"
1864
+                "reference": "1a941703dfb649f9b821e7bc425e782f576a805e"
1864
             },
1865
             },
1865
             "dist": {
1866
             "dist": {
1866
                 "type": "zip",
1867
                 "type": "zip",
1867
-                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/34a68067b7ae3b836ea5e57e1fc432478372a4f5",
1868
-                "reference": "34a68067b7ae3b836ea5e57e1fc432478372a4f5",
1868
+                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1a941703dfb649f9b821e7bc425e782f576a805e",
1869
+                "reference": "1a941703dfb649f9b821e7bc425e782f576a805e",
1869
                 "shasum": ""
1870
                 "shasum": ""
1870
             },
1871
             },
1871
             "require": {
1872
             "require": {
1926
             ],
1927
             ],
1927
             "support": {
1928
             "support": {
1928
                 "issues": "https://github.com/thephpleague/flysystem/issues",
1929
                 "issues": "https://github.com/thephpleague/flysystem/issues",
1929
-                "source": "https://github.com/thephpleague/flysystem/tree/3.1.0"
1930
+                "source": "https://github.com/thephpleague/flysystem/tree/3.1.1"
1930
             },
1931
             },
1931
             "funding": [
1932
             "funding": [
1932
                 {
1933
                 {
1942
                     "type": "tidelift"
1943
                     "type": "tidelift"
1943
                 }
1944
                 }
1944
             ],
1945
             ],
1945
-            "time": "2022-06-29T17:29:54+00:00"
1946
+            "time": "2022-07-18T09:59:40+00:00"
1946
         },
1947
         },
1947
         {
1948
         {
1948
             "name": "league/mime-type-detection",
1949
             "name": "league/mime-type-detection",
2796
             },
2797
             },
2797
             "time": "2022-05-31T20:59:12+00:00"
2798
             "time": "2022-05-31T20:59:12+00:00"
2798
         },
2799
         },
2800
+        {
2801
+            "name": "nunomaduro/termwind",
2802
+            "version": "v1.13.0",
2803
+            "source": {
2804
+                "type": "git",
2805
+                "url": "https://github.com/nunomaduro/termwind.git",
2806
+                "reference": "132a24bd3e8c559e7f14fa14ba1b83772a0f97f8"
2807
+            },
2808
+            "dist": {
2809
+                "type": "zip",
2810
+                "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/132a24bd3e8c559e7f14fa14ba1b83772a0f97f8",
2811
+                "reference": "132a24bd3e8c559e7f14fa14ba1b83772a0f97f8",
2812
+                "shasum": ""
2813
+            },
2814
+            "require": {
2815
+                "ext-mbstring": "*",
2816
+                "php": "^8.0",
2817
+                "symfony/console": "^5.3.0|^6.0.0"
2818
+            },
2819
+            "require-dev": {
2820
+                "ergebnis/phpstan-rules": "^1.0.",
2821
+                "illuminate/console": "^8.0|^9.0",
2822
+                "illuminate/support": "^8.0|^9.0",
2823
+                "laravel/pint": "^0.2.0",
2824
+                "pestphp/pest": "^1.21.0",
2825
+                "pestphp/pest-plugin-mock": "^1.0",
2826
+                "phpstan/phpstan": "^1.4.6",
2827
+                "phpstan/phpstan-strict-rules": "^1.1.0",
2828
+                "symfony/var-dumper": "^5.2.7|^6.0.0",
2829
+                "thecodingmachine/phpstan-strict-rules": "^1.0.0"
2830
+            },
2831
+            "type": "library",
2832
+            "extra": {
2833
+                "laravel": {
2834
+                    "providers": [
2835
+                        "Termwind\\Laravel\\TermwindServiceProvider"
2836
+                    ]
2837
+                }
2838
+            },
2839
+            "autoload": {
2840
+                "files": [
2841
+                    "src/Functions.php"
2842
+                ],
2843
+                "psr-4": {
2844
+                    "Termwind\\": "src/"
2845
+                }
2846
+            },
2847
+            "notification-url": "https://packagist.org/downloads/",
2848
+            "license": [
2849
+                "MIT"
2850
+            ],
2851
+            "authors": [
2852
+                {
2853
+                    "name": "Nuno Maduro",
2854
+                    "email": "enunomaduro@gmail.com"
2855
+                }
2856
+            ],
2857
+            "description": "Its like Tailwind CSS, but for the console.",
2858
+            "keywords": [
2859
+                "cli",
2860
+                "console",
2861
+                "css",
2862
+                "package",
2863
+                "php",
2864
+                "style"
2865
+            ],
2866
+            "support": {
2867
+                "issues": "https://github.com/nunomaduro/termwind/issues",
2868
+                "source": "https://github.com/nunomaduro/termwind/tree/v1.13.0"
2869
+            },
2870
+            "funding": [
2871
+                {
2872
+                    "url": "https://www.paypal.com/paypalme/enunomaduro",
2873
+                    "type": "custom"
2874
+                },
2875
+                {
2876
+                    "url": "https://github.com/nunomaduro",
2877
+                    "type": "github"
2878
+                },
2879
+                {
2880
+                    "url": "https://github.com/xiCO2k",
2881
+                    "type": "github"
2882
+                }
2883
+            ],
2884
+            "time": "2022-07-01T15:06:55+00:00"
2885
+        },
2799
         {
2886
         {
2800
             "name": "phenx/php-font-lib",
2887
             "name": "phenx/php-font-lib",
2801
             "version": "0.5.4",
2888
             "version": "0.5.4",
2888
         },
2975
         },
2889
         {
2976
         {
2890
             "name": "phpoffice/phpspreadsheet",
2977
             "name": "phpoffice/phpspreadsheet",
2891
-            "version": "1.23.0",
2978
+            "version": "1.24.1",
2892
             "source": {
2979
             "source": {
2893
                 "type": "git",
2980
                 "type": "git",
2894
                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
2981
                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
2895
-                "reference": "21e4cf62699eebf007db28775f7d1554e612ed9e"
2982
+                "reference": "69991111e05fca3ff7398e1e7fca9ebed33efec6"
2896
             },
2983
             },
2897
             "dist": {
2984
             "dist": {
2898
                 "type": "zip",
2985
                 "type": "zip",
2899
-                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/21e4cf62699eebf007db28775f7d1554e612ed9e",
2900
-                "reference": "21e4cf62699eebf007db28775f7d1554e612ed9e",
2986
+                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/69991111e05fca3ff7398e1e7fca9ebed33efec6",
2987
+                "reference": "69991111e05fca3ff7398e1e7fca9ebed33efec6",
2901
                 "shasum": ""
2988
                 "shasum": ""
2902
             },
2989
             },
2903
             "require": {
2990
             "require": {
2925
             },
3012
             },
2926
             "require-dev": {
3013
             "require-dev": {
2927
                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
3014
                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
2928
-                "dompdf/dompdf": "^1.0",
3015
+                "dompdf/dompdf": "^1.0 || ^2.0",
2929
                 "friendsofphp/php-cs-fixer": "^3.2",
3016
                 "friendsofphp/php-cs-fixer": "^3.2",
2930
                 "jpgraph/jpgraph": "^4.0",
3017
                 "jpgraph/jpgraph": "^4.0",
2931
-                "mpdf/mpdf": "8.0.17",
3018
+                "mpdf/mpdf": "8.1.1",
2932
                 "phpcompatibility/php-compatibility": "^9.3",
3019
                 "phpcompatibility/php-compatibility": "^9.3",
2933
                 "phpstan/phpstan": "^1.1",
3020
                 "phpstan/phpstan": "^1.1",
2934
                 "phpstan/phpstan-phpunit": "^1.0",
3021
                 "phpstan/phpstan-phpunit": "^1.0",
2935
                 "phpunit/phpunit": "^8.5 || ^9.0",
3022
                 "phpunit/phpunit": "^8.5 || ^9.0",
2936
-                "squizlabs/php_codesniffer": "^3.6",
3023
+                "squizlabs/php_codesniffer": "^3.7",
2937
                 "tecnickcom/tcpdf": "^6.4"
3024
                 "tecnickcom/tcpdf": "^6.4"
2938
             },
3025
             },
2939
             "suggest": {
3026
             "suggest": {
2986
             ],
3073
             ],
2987
             "support": {
3074
             "support": {
2988
                 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
3075
                 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
2989
-                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.23.0"
3076
+                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.24.1"
2990
             },
3077
             },
2991
-            "time": "2022-04-24T13:53:10+00:00"
3078
+            "time": "2022-07-18T19:50:48+00:00"
2992
         },
3079
         },
2993
         {
3080
         {
2994
             "name": "phpoption/phpoption",
3081
             "name": "phpoption/phpoption",
3427
         },
3514
         },
3428
         {
3515
         {
3429
             "name": "psy/psysh",
3516
             "name": "psy/psysh",
3430
-            "version": "v0.11.5",
3517
+            "version": "v0.11.7",
3431
             "source": {
3518
             "source": {
3432
                 "type": "git",
3519
                 "type": "git",
3433
                 "url": "https://github.com/bobthecow/psysh.git",
3520
                 "url": "https://github.com/bobthecow/psysh.git",
3434
-                "reference": "c23686f9c48ca202710dbb967df8385a952a2daf"
3521
+                "reference": "77fc7270031fbc28f9a7bea31385da5c4855cb7a"
3435
             },
3522
             },
3436
             "dist": {
3523
             "dist": {
3437
                 "type": "zip",
3524
                 "type": "zip",
3438
-                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/c23686f9c48ca202710dbb967df8385a952a2daf",
3439
-                "reference": "c23686f9c48ca202710dbb967df8385a952a2daf",
3525
+                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/77fc7270031fbc28f9a7bea31385da5c4855cb7a",
3526
+                "reference": "77fc7270031fbc28f9a7bea31385da5c4855cb7a",
3440
                 "shasum": ""
3527
                 "shasum": ""
3441
             },
3528
             },
3442
             "require": {
3529
             "require": {
3497
             ],
3584
             ],
3498
             "support": {
3585
             "support": {
3499
                 "issues": "https://github.com/bobthecow/psysh/issues",
3586
                 "issues": "https://github.com/bobthecow/psysh/issues",
3500
-                "source": "https://github.com/bobthecow/psysh/tree/v0.11.5"
3587
+                "source": "https://github.com/bobthecow/psysh/tree/v0.11.7"
3501
             },
3588
             },
3502
-            "time": "2022-05-27T18:03:49+00:00"
3589
+            "time": "2022-07-07T13:49:11+00:00"
3503
         },
3590
         },
3504
         {
3591
         {
3505
             "name": "ralouphie/getallheaders",
3592
             "name": "ralouphie/getallheaders",
6331
         },
6418
         },
6332
         {
6419
         {
6333
             "name": "fakerphp/faker",
6420
             "name": "fakerphp/faker",
6334
-            "version": "v1.19.0",
6421
+            "version": "v1.20.0",
6335
             "source": {
6422
             "source": {
6336
                 "type": "git",
6423
                 "type": "git",
6337
                 "url": "https://github.com/FakerPHP/Faker.git",
6424
                 "url": "https://github.com/FakerPHP/Faker.git",
6338
-                "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75"
6425
+                "reference": "37f751c67a5372d4e26353bd9384bc03744ec77b"
6339
             },
6426
             },
6340
             "dist": {
6427
             "dist": {
6341
                 "type": "zip",
6428
                 "type": "zip",
6342
-                "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/d7f08a622b3346766325488aa32ddc93ccdecc75",
6343
-                "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75",
6429
+                "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/37f751c67a5372d4e26353bd9384bc03744ec77b",
6430
+                "reference": "37f751c67a5372d4e26353bd9384bc03744ec77b",
6344
                 "shasum": ""
6431
                 "shasum": ""
6345
             },
6432
             },
6346
             "require": {
6433
             "require": {
6367
             "type": "library",
6454
             "type": "library",
6368
             "extra": {
6455
             "extra": {
6369
                 "branch-alias": {
6456
                 "branch-alias": {
6370
-                    "dev-main": "v1.19-dev"
6457
+                    "dev-main": "v1.20-dev"
6371
                 }
6458
                 }
6372
             },
6459
             },
6373
             "autoload": {
6460
             "autoload": {
6392
             ],
6479
             ],
6393
             "support": {
6480
             "support": {
6394
                 "issues": "https://github.com/FakerPHP/Faker/issues",
6481
                 "issues": "https://github.com/FakerPHP/Faker/issues",
6395
-                "source": "https://github.com/FakerPHP/Faker/tree/v1.19.0"
6482
+                "source": "https://github.com/FakerPHP/Faker/tree/v1.20.0"
6396
             },
6483
             },
6397
-            "time": "2022-02-02T17:38:57+00:00"
6484
+            "time": "2022-07-20T13:12:54+00:00"
6398
         },
6485
         },
6399
         {
6486
         {
6400
             "name": "filp/whoops",
6487
             "name": "filp/whoops",
6520
         },
6607
         },
6521
         {
6608
         {
6522
             "name": "laravel/sail",
6609
             "name": "laravel/sail",
6523
-            "version": "v1.15.0",
6610
+            "version": "v1.15.1",
6524
             "source": {
6611
             "source": {
6525
                 "type": "git",
6612
                 "type": "git",
6526
                 "url": "https://github.com/laravel/sail.git",
6613
                 "url": "https://github.com/laravel/sail.git",
6527
-                "reference": "676e1ff33c1b8af657779f62f57360c376cba666"
6614
+                "reference": "2fe64c0b45a3af56cac0af638c8020a8adc860d7"
6528
             },
6615
             },
6529
             "dist": {
6616
             "dist": {
6530
                 "type": "zip",
6617
                 "type": "zip",
6531
-                "url": "https://api.github.com/repos/laravel/sail/zipball/676e1ff33c1b8af657779f62f57360c376cba666",
6532
-                "reference": "676e1ff33c1b8af657779f62f57360c376cba666",
6618
+                "url": "https://api.github.com/repos/laravel/sail/zipball/2fe64c0b45a3af56cac0af638c8020a8adc860d7",
6619
+                "reference": "2fe64c0b45a3af56cac0af638c8020a8adc860d7",
6533
                 "shasum": ""
6620
                 "shasum": ""
6534
             },
6621
             },
6535
             "require": {
6622
             "require": {
6576
                 "issues": "https://github.com/laravel/sail/issues",
6663
                 "issues": "https://github.com/laravel/sail/issues",
6577
                 "source": "https://github.com/laravel/sail"
6664
                 "source": "https://github.com/laravel/sail"
6578
             },
6665
             },
6579
-            "time": "2022-06-24T13:56:11+00:00"
6666
+            "time": "2022-07-21T14:33:56+00:00"
6580
         },
6667
         },
6581
         {
6668
         {
6582
             "name": "mockery/mockery",
6669
             "name": "mockery/mockery",