Subversion-Projekte lars-tiefland.webanos.marine-sales.de

Revision

Revision 225 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 225 Revision 415
Zeile 2... Zeile 2...
2
    "_readme": [
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
3
        "This file locks the dependencies of your project to a known state",
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": "75c98a1051bc24d2811a1159bac88e45",
7
    "content-hash": "a1237c5a9ccbaca63468e8bdbda962bc",
8
    "packages": [
8
    "packages": [
9
        {
9
        {
10
            "name": "bacon/bacon-qr-code",
10
            "name": "bacon/bacon-qr-code",
11
            "version": "2.0.8",
11
            "version": "2.0.8",
12
            "source": {
12
            "source": {
Zeile 6715... Zeile 6715...
6715
            "time": "2022-02-11T14:19:00+00:00"
6715
            "time": "2022-02-11T14:19:00+00:00"
6716
        }
6716
        }
6717
    ],
6717
    ],
6718
    "packages-dev": [
6718
    "packages-dev": [
6719
        {
6719
        {
-
 
6720
            "name": "barryvdh/laravel-ide-helper",
-
 
6721
            "version": "v2.13.0",
-
 
6722
            "source": {
-
 
6723
                "type": "git",
-
 
6724
                "url": "https://github.com/barryvdh/laravel-ide-helper.git",
-
 
6725
                "reference": "81d5b223ff067a1f38e14c100997e153b837fe4a"
-
 
6726
            },
-
 
6727
            "dist": {
-
 
6728
                "type": "zip",
-
 
6729
                "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/81d5b223ff067a1f38e14c100997e153b837fe4a",
-
 
6730
                "reference": "81d5b223ff067a1f38e14c100997e153b837fe4a",
-
 
6731
                "shasum": ""
-
 
6732
            },
-
 
6733
            "require": {
-
 
6734
                "barryvdh/reflection-docblock": "^2.0.6",
-
 
6735
                "composer/class-map-generator": "^1.0",
-
 
6736
                "doctrine/dbal": "^2.6 || ^3",
-
 
6737
                "ext-json": "*",
-
 
6738
                "illuminate/console": "^8 || ^9 || ^10",
-
 
6739
                "illuminate/filesystem": "^8 || ^9 || ^10",
-
 
6740
                "illuminate/support": "^8 || ^9 || ^10",
-
 
6741
                "nikic/php-parser": "^4.7",
-
 
6742
                "php": "^7.3 || ^8.0",
-
 
6743
                "phpdocumentor/type-resolver": "^1.1.0"
-
 
6744
            },
-
 
6745
            "require-dev": {
-
 
6746
                "ext-pdo_sqlite": "*",
-
 
6747
                "friendsofphp/php-cs-fixer": "^2",
-
 
6748
                "illuminate/config": "^8 || ^9 || ^10",
-
 
6749
                "illuminate/view": "^8 || ^9 || ^10",
-
 
6750
                "mockery/mockery": "^1.4",
-
 
6751
                "orchestra/testbench": "^6 || ^7 || ^8",
-
 
6752
                "phpunit/phpunit": "^8.5 || ^9",
-
 
6753
                "spatie/phpunit-snapshot-assertions": "^3 || ^4",
-
 
6754
                "vimeo/psalm": "^3.12"
-
 
6755
            },
-
 
6756
            "suggest": {
-
 
6757
                "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10)."
-
 
6758
            },
-
 
6759
            "type": "library",
-
 
6760
            "extra": {
-
 
6761
                "branch-alias": {
-
 
6762
                    "dev-master": "2.12-dev"
-
 
6763
                },
-
 
6764
                "laravel": {
-
 
6765
                    "providers": [
-
 
6766
                        "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
-
 
6767
                    ]
-
 
6768
                }
-
 
6769
            },
-
 
6770
            "autoload": {
-
 
6771
                "psr-4": {
-
 
6772
                    "Barryvdh\\LaravelIdeHelper\\": "src"
-
 
6773
                }
-
 
6774
            },
-
 
6775
            "notification-url": "https://packagist.org/downloads/",
-
 
6776
            "license": [
-
 
6777
                "MIT"
-
 
6778
            ],
-
 
6779
            "authors": [
-
 
6780
                {
-
 
6781
                    "name": "Barry vd. Heuvel",
-
 
6782
                    "email": "barryvdh@gmail.com"
-
 
6783
                }
-
 
6784
            ],
-
 
6785
            "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
-
 
6786
            "keywords": [
-
 
6787
                "autocomplete",
-
 
6788
                "codeintel",
-
 
6789
                "helper",
-
 
6790
                "ide",
-
 
6791
                "laravel",
-
 
6792
                "netbeans",
-
 
6793
                "phpdoc",
-
 
6794
                "phpstorm",
-
 
6795
                "sublime"
-
 
6796
            ],
-
 
6797
            "support": {
-
 
6798
                "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
-
 
6799
                "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.13.0"
-
 
6800
            },
-
 
6801
            "funding": [
-
 
6802
                {
-
 
6803
                    "url": "https://fruitcake.nl",
-
 
6804
                    "type": "custom"
-
 
6805
                },
-
 
6806
                {
-
 
6807
                    "url": "https://github.com/barryvdh",
-
 
6808
                    "type": "github"
-
 
6809
                }
-
 
6810
            ],
-
 
6811
            "time": "2023-02-04T13:56:40+00:00"
-
 
6812
        },
-
 
6813
        {
-
 
6814
            "name": "barryvdh/reflection-docblock",
-
 
6815
            "version": "v2.1.1",
-
 
6816
            "source": {
-
 
6817
                "type": "git",
-
 
6818
                "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
-
 
6819
                "reference": "e6811e927f0ecc37cc4deaa6627033150343e597"
-
 
6820
            },
-
 
6821
            "dist": {
-
 
6822
                "type": "zip",
-
 
6823
                "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/e6811e927f0ecc37cc4deaa6627033150343e597",
-
 
6824
                "reference": "e6811e927f0ecc37cc4deaa6627033150343e597",
-
 
6825
                "shasum": ""
-
 
6826
            },
-
 
6827
            "require": {
-
 
6828
                "php": ">=5.3.3"
-
 
6829
            },
-
 
6830
            "require-dev": {
-
 
6831
                "phpunit/phpunit": "^8.5.14|^9"
-
 
6832
            },
-
 
6833
            "suggest": {
-
 
6834
                "dflydev/markdown": "~1.0",
-
 
6835
                "erusev/parsedown": "~1.0"
-
 
6836
            },
-
 
6837
            "type": "library",
-
 
6838
            "extra": {
-
 
6839
                "branch-alias": {
-
 
6840
                    "dev-master": "2.0.x-dev"
-
 
6841
                }
-
 
6842
            },
-
 
6843
            "autoload": {
-
 
6844
                "psr-0": {
-
 
6845
                    "Barryvdh": [
-
 
6846
                        "src/"
-
 
6847
                    ]
-
 
6848
                }
-
 
6849
            },
-
 
6850
            "notification-url": "https://packagist.org/downloads/",
-
 
6851
            "license": [
-
 
6852
                "MIT"
-
 
6853
            ],
-
 
6854
            "authors": [
-
 
6855
                {
-
 
6856
                    "name": "Mike van Riel",
-
 
6857
                    "email": "mike.vanriel@naenius.com"
-
 
6858
                }
-
 
6859
            ],
-
 
6860
            "support": {
-
 
6861
                "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.1.1"
-
 
6862
            },
-
 
6863
            "time": "2023-06-14T05:06:27+00:00"
-
 
6864
        },
-
 
6865
        {
-
 
6866
            "name": "composer/class-map-generator",
-
 
6867
            "version": "1.1.0",
-
 
6868
            "source": {
-
 
6869
                "type": "git",
-
 
6870
                "url": "https://github.com/composer/class-map-generator.git",
-
 
6871
                "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9"
-
 
6872
            },
-
 
6873
            "dist": {
-
 
6874
                "type": "zip",
-
 
6875
                "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9",
-
 
6876
                "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9",
-
 
6877
                "shasum": ""
-
 
6878
            },
-
 
6879
            "require": {
-
 
6880
                "composer/pcre": "^2.1 || ^3.1",
-
 
6881
                "php": "^7.2 || ^8.0",
-
 
6882
                "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
-
 
6883
            },
-
 
6884
            "require-dev": {
-
 
6885
                "phpstan/phpstan": "^1.6",
-
 
6886
                "phpstan/phpstan-deprecation-rules": "^1",
-
 
6887
                "phpstan/phpstan-phpunit": "^1",
-
 
6888
                "phpstan/phpstan-strict-rules": "^1.1",
-
 
6889
                "symfony/filesystem": "^5.4 || ^6",
-
 
6890
                "symfony/phpunit-bridge": "^5"
-
 
6891
            },
-
 
6892
            "type": "library",
-
 
6893
            "extra": {
-
 
6894
                "branch-alias": {
-
 
6895
                    "dev-main": "1.x-dev"
-
 
6896
                }
-
 
6897
            },
-
 
6898
            "autoload": {
-
 
6899
                "psr-4": {
-
 
6900
                    "Composer\\ClassMapGenerator\\": "src"
-
 
6901
                }
-
 
6902
            },
-
 
6903
            "notification-url": "https://packagist.org/downloads/",
-
 
6904
            "license": [
-
 
6905
                "MIT"
-
 
6906
            ],
-
 
6907
            "authors": [
-
 
6908
                {
-
 
6909
                    "name": "Jordi Boggiano",
-
 
6910
                    "email": "j.boggiano@seld.be",
-
 
6911
                    "homepage": "https://seld.be"
-
 
6912
                }
-
 
6913
            ],
-
 
6914
            "description": "Utilities to scan PHP code and generate class maps.",
-
 
6915
            "keywords": [
-
 
6916
                "classmap"
-
 
6917
            ],
-
 
6918
            "support": {
-
 
6919
                "issues": "https://github.com/composer/class-map-generator/issues",
-
 
6920
                "source": "https://github.com/composer/class-map-generator/tree/1.1.0"
-
 
6921
            },
-
 
6922
            "funding": [
-
 
6923
                {
-
 
6924
                    "url": "https://packagist.com",
-
 
6925
                    "type": "custom"
-
 
6926
                },
-
 
6927
                {
-
 
6928
                    "url": "https://github.com/composer",
-
 
6929
                    "type": "github"
-
 
6930
                },
-
 
6931
                {
-
 
6932
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
-
 
6933
                    "type": "tidelift"
-
 
6934
                }
-
 
6935
            ],
-
 
6936
            "time": "2023-06-30T13:58:57+00:00"
-
 
6937
        },
-
 
6938
        {
-
 
6939
            "name": "composer/pcre",
-
 
6940
            "version": "3.1.0",
-
 
6941
            "source": {
-
 
6942
                "type": "git",
-
 
6943
                "url": "https://github.com/composer/pcre.git",
-
 
6944
                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
-
 
6945
            },
-
 
6946
            "dist": {
-
 
6947
                "type": "zip",
-
 
6948
                "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
-
 
6949
                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
-
 
6950
                "shasum": ""
-
 
6951
            },
-
 
6952
            "require": {
-
 
6953
                "php": "^7.4 || ^8.0"
-
 
6954
            },
-
 
6955
            "require-dev": {
-
 
6956
                "phpstan/phpstan": "^1.3",
-
 
6957
                "phpstan/phpstan-strict-rules": "^1.1",
-
 
6958
                "symfony/phpunit-bridge": "^5"
-
 
6959
            },
-
 
6960
            "type": "library",
-
 
6961
            "extra": {
-
 
6962
                "branch-alias": {
-
 
6963
                    "dev-main": "3.x-dev"
-
 
6964
                }
-
 
6965
            },
-
 
6966
            "autoload": {
-
 
6967
                "psr-4": {
-
 
6968
                    "Composer\\Pcre\\": "src"
-
 
6969
                }
-
 
6970
            },
-
 
6971
            "notification-url": "https://packagist.org/downloads/",
-
 
6972
            "license": [
-
 
6973
                "MIT"
-
 
6974
            ],
-
 
6975
            "authors": [
-
 
6976
                {
-
 
6977
                    "name": "Jordi Boggiano",
-
 
6978
                    "email": "j.boggiano@seld.be",
-
 
6979
                    "homepage": "http://seld.be"
-
 
6980
                }
-
 
6981
            ],
-
 
6982
            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
-
 
6983
            "keywords": [
-
 
6984
                "PCRE",
-
 
6985
                "preg",
-
 
6986
                "regex",
-
 
6987
                "regular expression"
-
 
6988
            ],
-
 
6989
            "support": {
-
 
6990
                "issues": "https://github.com/composer/pcre/issues",
-
 
6991
                "source": "https://github.com/composer/pcre/tree/3.1.0"
-
 
6992
            },
-
 
6993
            "funding": [
-
 
6994
                {
-
 
6995
                    "url": "https://packagist.com",
-
 
6996
                    "type": "custom"
-
 
6997
                },
-
 
6998
                {
-
 
6999
                    "url": "https://github.com/composer",
-
 
7000
                    "type": "github"
-
 
7001
                },
-
 
7002
                {
-
 
7003
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
-
 
7004
                    "type": "tidelift"
-
 
7005
                }
-
 
7006
            ],
-
 
7007
            "time": "2022-11-17T09:50:14+00:00"
-
 
7008
        },
-
 
7009
        {
6720
            "name": "doctrine/instantiator",
7010
            "name": "doctrine/instantiator",
6721
            "version": "2.0.0",
7011
            "version": "2.0.0",
6722
            "source": {
7012
            "source": {
6723
                "type": "git",
7013
                "type": "git",
6724
                "url": "https://github.com/doctrine/instantiator.git",
7014
                "url": "https://github.com/doctrine/instantiator.git",
Zeile 7449... Zeile 7739...
7449
                "source": "https://github.com/phar-io/version/tree/3.2.1"
7739
                "source": "https://github.com/phar-io/version/tree/3.2.1"
7450
            },
7740
            },
7451
            "time": "2022-02-21T01:04:05+00:00"
7741
            "time": "2022-02-21T01:04:05+00:00"
7452
        },
7742
        },
7453
        {
7743
        {
-
 
7744
            "name": "phpdocumentor/reflection-common",
-
 
7745
            "version": "2.2.0",
-
 
7746
            "source": {
-
 
7747
                "type": "git",
-
 
7748
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
-
 
7749
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
-
 
7750
            },
-
 
7751
            "dist": {
-
 
7752
                "type": "zip",
-
 
7753
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
-
 
7754
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
-
 
7755
                "shasum": ""
-
 
7756
            },
-
 
7757
            "require": {
-
 
7758
                "php": "^7.2 || ^8.0"
-
 
7759
            },
-
 
7760
            "type": "library",
-
 
7761
            "extra": {
-
 
7762
                "branch-alias": {
-
 
7763
                    "dev-2.x": "2.x-dev"
-
 
7764
                }
-
 
7765
            },
-
 
7766
            "autoload": {
-
 
7767
                "psr-4": {
-
 
7768
                    "phpDocumentor\\Reflection\\": "src/"
-
 
7769
                }
-
 
7770
            },
-
 
7771
            "notification-url": "https://packagist.org/downloads/",
-
 
7772
            "license": [
-
 
7773
                "MIT"
-
 
7774
            ],
-
 
7775
            "authors": [
-
 
7776
                {
-
 
7777
                    "name": "Jaap van Otterdijk",
-
 
7778
                    "email": "opensource@ijaap.nl"
-
 
7779
                }
-
 
7780
            ],
-
 
7781
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
-
 
7782
            "homepage": "http://www.phpdoc.org",
-
 
7783
            "keywords": [
-
 
7784
                "FQSEN",
-
 
7785
                "phpDocumentor",
-
 
7786
                "phpdoc",
-
 
7787
                "reflection",
-
 
7788
                "static analysis"
-
 
7789
            ],
-
 
7790
            "support": {
-
 
7791
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
-
 
7792
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
-
 
7793
            },
-
 
7794
            "time": "2020-06-27T09:03:43+00:00"
-
 
7795
        },
-
 
7796
        {
-
 
7797
            "name": "phpdocumentor/type-resolver",
-
 
7798
            "version": "1.7.3",
-
 
7799
            "source": {
-
 
7800
                "type": "git",
-
 
7801
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
-
 
7802
                "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
-
 
7803
            },
-
 
7804
            "dist": {
-
 
7805
                "type": "zip",
-
 
7806
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
-
 
7807
                "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
-
 
7808
                "shasum": ""
-
 
7809
            },
-
 
7810
            "require": {
-
 
7811
                "doctrine/deprecations": "^1.0",
-
 
7812
                "php": "^7.4 || ^8.0",
-
 
7813
                "phpdocumentor/reflection-common": "^2.0",
-
 
7814
                "phpstan/phpdoc-parser": "^1.13"
-
 
7815
            },
-
 
7816
            "require-dev": {
-
 
7817
                "ext-tokenizer": "*",
-
 
7818
                "phpbench/phpbench": "^1.2",
-
 
7819
                "phpstan/extension-installer": "^1.1",
-
 
7820
                "phpstan/phpstan": "^1.8",
-
 
7821
                "phpstan/phpstan-phpunit": "^1.1",
-
 
7822
                "phpunit/phpunit": "^9.5",
-
 
7823
                "rector/rector": "^0.13.9",
-
 
7824
                "vimeo/psalm": "^4.25"
-
 
7825
            },
-
 
7826
            "type": "library",
-
 
7827
            "extra": {
-
 
7828
                "branch-alias": {
-
 
7829
                    "dev-1.x": "1.x-dev"
-
 
7830
                }
-
 
7831
            },
-
 
7832
            "autoload": {
-
 
7833
                "psr-4": {
-
 
7834
                    "phpDocumentor\\Reflection\\": "src"
-
 
7835
                }
-
 
7836
            },
-
 
7837
            "notification-url": "https://packagist.org/downloads/",
-
 
7838
            "license": [
-
 
7839
                "MIT"
-
 
7840
            ],
-
 
7841
            "authors": [
-
 
7842
                {
-
 
7843
                    "name": "Mike van Riel",
-
 
7844
                    "email": "me@mikevanriel.com"
-
 
7845
                }
-
 
7846
            ],
-
 
7847
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
-
 
7848
            "support": {
-
 
7849
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
-
 
7850
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
-
 
7851
            },
-
 
7852
            "time": "2023-08-12T11:01:26+00:00"
-
 
7853
        },
-
 
7854
        {
-
 
7855
            "name": "phpstan/phpdoc-parser",
-
 
7856
            "version": "1.23.1",
-
 
7857
            "source": {
-
 
7858
                "type": "git",
-
 
7859
                "url": "https://github.com/phpstan/phpdoc-parser.git",
-
 
7860
                "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26"
-
 
7861
            },
-
 
7862
            "dist": {
-
 
7863
                "type": "zip",
-
 
7864
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/846ae76eef31c6d7790fac9bc399ecee45160b26",
-
 
7865
                "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26",
-
 
7866
                "shasum": ""
-
 
7867
            },
-
 
7868
            "require": {
-
 
7869
                "php": "^7.2 || ^8.0"
-
 
7870
            },
-
 
7871
            "require-dev": {
-
 
7872
                "doctrine/annotations": "^2.0",
-
 
7873
                "nikic/php-parser": "^4.15",
-
 
7874
                "php-parallel-lint/php-parallel-lint": "^1.2",
-
 
7875
                "phpstan/extension-installer": "^1.0",
-
 
7876
                "phpstan/phpstan": "^1.5",
-
 
7877
                "phpstan/phpstan-phpunit": "^1.1",
-
 
7878
                "phpstan/phpstan-strict-rules": "^1.0",
-
 
7879
                "phpunit/phpunit": "^9.5",
-
 
7880
                "symfony/process": "^5.2"
-
 
7881
            },
-
 
7882
            "type": "library",
-
 
7883
            "autoload": {
-
 
7884
                "psr-4": {
-
 
7885
                    "PHPStan\\PhpDocParser\\": [
-
 
7886
                        "src/"
-
 
7887
                    ]
-
 
7888
                }
-
 
7889
            },
-
 
7890
            "notification-url": "https://packagist.org/downloads/",
-
 
7891
            "license": [
-
 
7892
                "MIT"
-
 
7893
            ],
-
 
7894
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
-
 
7895
            "support": {
-
 
7896
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
-
 
7897
                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.23.1"
-
 
7898
            },
-
 
7899
            "time": "2023-08-03T16:32:59+00:00"
-
 
7900
        },
-
 
7901
        {
7454
            "name": "phpunit/php-code-coverage",
7902
            "name": "phpunit/php-code-coverage",
7455
            "version": "9.2.27",
7903
            "version": "9.2.27",
7456
            "source": {
7904
            "source": {
7457
                "type": "git",
7905
                "type": "git",
7458
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7906
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",