Changeset 194a359 for composer.lock


Ignore:
Timestamp:
09/30/21 00:32:27 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
24a616f
Parents:
582789f
Message:

added departments, edited users and added user settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • composer.lock

    r582789f r194a359  
    880880        {
    881881            "name": "laravel/framework",
    882             "version": "v8.61.0",
     882            "version": "v8.62.0",
    883883            "source": {
    884884                "type": "git",
    885885                "url": "https://github.com/laravel/framework.git",
    886                 "reference": "3d528d3d3c8ecb444b50a266c212a52973a6669b"
    887             },
    888             "dist": {
    889                 "type": "zip",
    890                 "url": "https://api.github.com/repos/laravel/framework/zipball/3d528d3d3c8ecb444b50a266c212a52973a6669b",
    891                 "reference": "3d528d3d3c8ecb444b50a266c212a52973a6669b",
     886                "reference": "60a7e00488167ce2babf3a2aeb3677e48aaf39be"
     887            },
     888            "dist": {
     889                "type": "zip",
     890                "url": "https://api.github.com/repos/laravel/framework/zipball/60a7e00488167ce2babf3a2aeb3677e48aaf39be",
     891                "reference": "60a7e00488167ce2babf3a2aeb3677e48aaf39be",
    892892                "shasum": ""
    893893            },
     
    899899                "ext-mbstring": "*",
    900900                "ext-openssl": "*",
    901                 "league/commonmark": "^1.3|^2.0",
     901                "laravel/serializable-closure": "^1.0",
     902                "league/commonmark": "^1.3|^2.0.2",
    902903                "league/flysystem": "^1.1",
    903904                "monolog/monolog": "^2.0",
     
    906907                "php": "^7.3|^8.0",
    907908                "psr/container": "^1.0",
     909                "psr/log": "^1.0 || ^2.0",
    908910                "psr/simple-cache": "^1.0",
    909                 "ramsey/uuid": "^4.0",
     911                "ramsey/uuid": "^4.2.2",
    910912                "swiftmailer/swiftmailer": "^6.0",
    911913                "symfony/console": "^5.1.4",
     
    964966            "require-dev": {
    965967                "aws/aws-sdk-php": "^3.189.0",
    966                 "doctrine/dbal": "^2.6|^3.0",
     968                "doctrine/dbal": "^2.13.3|^3.1.2",
    967969                "filp/whoops": "^2.8",
    968970                "guzzlehttp/guzzle": "^6.5.5|^7.0.1",
    969971                "league/flysystem-cached-adapter": "^1.0",
    970                 "mockery/mockery": "^1.4.2",
     972                "mockery/mockery": "^1.4.4",
    971973                "orchestra/testbench-core": "^6.23",
    972974                "pda/pheanstalk": "^4.0",
    973                 "phpunit/phpunit": "^8.5.8|^9.3.3",
     975                "phpunit/phpunit": "^8.5.19|^9.5.8",
    974976                "predis/predis": "^1.1.2",
    975977                "symfony/cache": "^5.1.4"
     
    978980                "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.189.0).",
    979981                "brianium/paratest": "Required to run tests in parallel (^6.0).",
    980                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
     982                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.2).",
    981983                "ext-ftp": "Required to use the Flysystem FTP driver.",
    982984                "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
     
    992994                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
    993995                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
    994                 "mockery/mockery": "Required to use mocking (^1.4.2).",
     996                "mockery/mockery": "Required to use mocking (^1.4.4).",
    995997                "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
    996998                "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
    997                 "phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).",
     999                "phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).",
    9981000                "predis/predis": "Required to use the predis connector (^1.1.2).",
    9991001                "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
     
    10451047                "source": "https://github.com/laravel/framework"
    10461048            },
    1047             "time": "2021-09-14T13:31:32+00:00"
     1049            "time": "2021-09-28T13:30:25+00:00"
    10481050        },
    10491051        {
     
    11121114        },
    11131115        {
     1116            "name": "laravel/serializable-closure",
     1117            "version": "v1.0.2",
     1118            "source": {
     1119                "type": "git",
     1120                "url": "https://github.com/laravel/serializable-closure.git",
     1121                "reference": "679e24d36ff8b9be0e36f5222244ec8602e18867"
     1122            },
     1123            "dist": {
     1124                "type": "zip",
     1125                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/679e24d36ff8b9be0e36f5222244ec8602e18867",
     1126                "reference": "679e24d36ff8b9be0e36f5222244ec8602e18867",
     1127                "shasum": ""
     1128            },
     1129            "require": {
     1130                "php": "^7.3|^8.0"
     1131            },
     1132            "require-dev": {
     1133                "pestphp/pest": "^1.18",
     1134                "phpstan/phpstan": "^0.12.98",
     1135                "symfony/var-dumper": "^5.3"
     1136            },
     1137            "type": "library",
     1138            "extra": {
     1139                "branch-alias": {
     1140                    "dev-master": "1.x-dev"
     1141                }
     1142            },
     1143            "autoload": {
     1144                "psr-4": {
     1145                    "Laravel\\SerializableClosure\\": "src/"
     1146                }
     1147            },
     1148            "notification-url": "https://packagist.org/downloads/",
     1149            "license": [
     1150                "MIT"
     1151            ],
     1152            "authors": [
     1153                {
     1154                    "name": "Taylor Otwell",
     1155                    "email": "taylor@laravel.com"
     1156                },
     1157                {
     1158                    "name": "Nuno Maduro",
     1159                    "email": "nuno@laravel.com"
     1160                }
     1161            ],
     1162            "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
     1163            "keywords": [
     1164                "closure",
     1165                "laravel",
     1166                "serializable"
     1167            ],
     1168            "support": {
     1169                "issues": "https://github.com/laravel/serializable-closure/issues",
     1170                "source": "https://github.com/laravel/serializable-closure"
     1171            },
     1172            "time": "2021-09-29T13:25:52+00:00"
     1173        },
     1174        {
    11141175            "name": "laravel/tinker",
    1115             "version": "v2.6.1",
     1176            "version": "v2.6.2",
    11161177            "source": {
    11171178                "type": "git",
    11181179                "url": "https://github.com/laravel/tinker.git",
    1119                 "reference": "04ad32c1a3328081097a181875733fa51f402083"
    1120             },
    1121             "dist": {
    1122                 "type": "zip",
    1123                 "url": "https://api.github.com/repos/laravel/tinker/zipball/04ad32c1a3328081097a181875733fa51f402083",
    1124                 "reference": "04ad32c1a3328081097a181875733fa51f402083",
     1180                "reference": "c808a7227f97ecfd9219fbf913bad842ea854ddc"
     1181            },
     1182            "dist": {
     1183                "type": "zip",
     1184                "url": "https://api.github.com/repos/laravel/tinker/zipball/c808a7227f97ecfd9219fbf913bad842ea854ddc",
     1185                "reference": "c808a7227f97ecfd9219fbf913bad842ea854ddc",
    11251186                "shasum": ""
    11261187            },
     
    11751236            "support": {
    11761237                "issues": "https://github.com/laravel/tinker/issues",
    1177                 "source": "https://github.com/laravel/tinker/tree/v2.6.1"
    1178             },
    1179             "time": "2021-03-02T16:53:12+00:00"
     1238                "source": "https://github.com/laravel/tinker/tree/v2.6.2"
     1239            },
     1240            "time": "2021-09-28T15:47:34+00:00"
    11801241        },
    11811242        {
     
    34613522        {
    34623523            "name": "symfony/http-kernel",
    3463             "version": "v5.3.7",
     3524            "version": "v5.3.9",
    34643525            "source": {
    34653526                "type": "git",
    34663527                "url": "https://github.com/symfony/http-kernel.git",
    3467                 "reference": "a3a78e37935a527b50376c22ac1cec35b57fe787"
    3468             },
    3469             "dist": {
    3470                 "type": "zip",
    3471                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a3a78e37935a527b50376c22ac1cec35b57fe787",
    3472                 "reference": "a3a78e37935a527b50376c22ac1cec35b57fe787",
     3528                "reference": "ceaf46a992f60e90645e7279825a830f733a17c5"
     3529            },
     3530            "dist": {
     3531                "type": "zip",
     3532                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ceaf46a992f60e90645e7279825a830f733a17c5",
     3533                "reference": "ceaf46a992f60e90645e7279825a830f733a17c5",
    34733534                "shasum": ""
    34743535            },
     
    35533614            "homepage": "https://symfony.com",
    35543615            "support": {
    3555                 "source": "https://github.com/symfony/http-kernel/tree/v5.3.7"
     3616                "source": "https://github.com/symfony/http-kernel/tree/v5.3.9"
    35563617            },
    35573618            "funding": [
     
    35693630                }
    35703631            ],
    3571             "time": "2021-08-30T12:37:19+00:00"
     3632            "time": "2021-09-28T10:25:11+00:00"
    35723633        },
    35733634        {
    35743635            "name": "symfony/mime",
    3575             "version": "v5.3.7",
     3636            "version": "v5.3.8",
    35763637            "source": {
    35773638                "type": "git",
    35783639                "url": "https://github.com/symfony/mime.git",
    3579                 "reference": "ae887cb3b044658676129f5e97aeb7e9eb69c2d8"
    3580             },
    3581             "dist": {
    3582                 "type": "zip",
    3583                 "url": "https://api.github.com/repos/symfony/mime/zipball/ae887cb3b044658676129f5e97aeb7e9eb69c2d8",
    3584                 "reference": "ae887cb3b044658676129f5e97aeb7e9eb69c2d8",
     3640                "reference": "a756033d0a7e53db389618653ae991eba5a19a11"
     3641            },
     3642            "dist": {
     3643                "type": "zip",
     3644                "url": "https://api.github.com/repos/symfony/mime/zipball/a756033d0a7e53db389618653ae991eba5a19a11",
     3645                "reference": "a756033d0a7e53db389618653ae991eba5a19a11",
    35853646                "shasum": ""
    35863647            },
     
    36363697            ],
    36373698            "support": {
    3638                 "source": "https://github.com/symfony/mime/tree/v5.3.7"
     3699                "source": "https://github.com/symfony/mime/tree/v5.3.8"
    36393700            },
    36403701            "funding": [
     
    36523713                }
    36533714            ],
    3654             "time": "2021-08-20T11:40:01+00:00"
     3715            "time": "2021-09-10T12:30:38+00:00"
    36553716        },
    36563717        {
     
    47784839        {
    47794840            "name": "symfony/translation",
    4780             "version": "v5.3.7",
     4841            "version": "v5.3.9",
    47814842            "source": {
    47824843                "type": "git",
    47834844                "url": "https://github.com/symfony/translation.git",
    4784                 "reference": "4d595a6d15fd3a2c67f6f31d14d15d3b7356d7a6"
    4785             },
    4786             "dist": {
    4787                 "type": "zip",
    4788                 "url": "https://api.github.com/repos/symfony/translation/zipball/4d595a6d15fd3a2c67f6f31d14d15d3b7356d7a6",
    4789                 "reference": "4d595a6d15fd3a2c67f6f31d14d15d3b7356d7a6",
     4845                "reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886"
     4846            },
     4847            "dist": {
     4848                "type": "zip",
     4849                "url": "https://api.github.com/repos/symfony/translation/zipball/6e69f3551c1a3356cf6ea8d019bf039a0f8b6886",
     4850                "reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886",
    47904851                "shasum": ""
    47914852            },
     
    48534914            "homepage": "https://symfony.com",
    48544915            "support": {
    4855                 "source": "https://github.com/symfony/translation/tree/v5.3.7"
     4916                "source": "https://github.com/symfony/translation/tree/v5.3.9"
    48564917            },
    48574918            "funding": [
     
    49515012        {
    49525013            "name": "symfony/var-dumper",
    4953             "version": "v5.3.7",
     5014            "version": "v5.3.8",
    49545015            "source": {
    49555016                "type": "git",
    49565017                "url": "https://github.com/symfony/var-dumper.git",
    4957                 "reference": "3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f"
    4958             },
    4959             "dist": {
    4960                 "type": "zip",
    4961                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",
    4962                 "reference": "3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",
     5018                "reference": "eaaea4098be1c90c8285543e1356a09c8aa5c8da"
     5019            },
     5020            "dist": {
     5021                "type": "zip",
     5022                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eaaea4098be1c90c8285543e1356a09c8aa5c8da",
     5023                "reference": "eaaea4098be1c90c8285543e1356a09c8aa5c8da",
    49635024                "shasum": ""
    49645025            },
     
    50195080            ],
    50205081            "support": {
    5021                 "source": "https://github.com/symfony/var-dumper/tree/v5.3.7"
     5082                "source": "https://github.com/symfony/var-dumper/tree/v5.3.8"
    50225083            },
    50235084            "funding": [
     
    50355096                }
    50365097            ],
    5037             "time": "2021-08-04T23:19:25+00:00"
     5098            "time": "2021-09-24T15:59:58+00:00"
    50385099        },
    50395100        {
     
    57565817        {
    57575818            "name": "laravel/sail",
    5758             "version": "v1.10.1",
     5819            "version": "v1.10.2",
    57595820            "source": {
    57605821                "type": "git",
    57615822                "url": "https://github.com/laravel/sail.git",
    5762                 "reference": "267fafeaf0e0311952316ae0f3c765abc7516469"
    5763             },
    5764             "dist": {
    5765                 "type": "zip",
    5766                 "url": "https://api.github.com/repos/laravel/sail/zipball/267fafeaf0e0311952316ae0f3c765abc7516469",
    5767                 "reference": "267fafeaf0e0311952316ae0f3c765abc7516469",
     5823                "reference": "0b9ddae87b5867e0ca3a68f3b645079054c7ace3"
     5824            },
     5825            "dist": {
     5826                "type": "zip",
     5827                "url": "https://api.github.com/repos/laravel/sail/zipball/0b9ddae87b5867e0ca3a68f3b645079054c7ace3",
     5828                "reference": "0b9ddae87b5867e0ca3a68f3b645079054c7ace3",
    57685829                "shasum": ""
    57695830            },
     
    58125873                "source": "https://github.com/laravel/sail"
    58135874            },
    5814             "time": "2021-08-23T13:43:27+00:00"
     5875            "time": "2021-09-28T15:33:02+00:00"
    58155876        },
    58165877        {
Note: See TracChangeset for help on using the changeset viewer.