|
|
@ -232,23 +232,23 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/dbal", |
|
|
|
"version": "3.4.5", |
|
|
|
"version": "3.5.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/doctrine/dbal.git", |
|
|
|
"reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e" |
|
|
|
"reference": "b66f55c7037402d9f522f19d86841e71c09f0195" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e", |
|
|
|
"reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e", |
|
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/b66f55c7037402d9f522f19d86841e71c09f0195", |
|
|
|
"reference": "b66f55c7037402d9f522f19d86841e71c09f0195", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"composer-runtime-api": "^2", |
|
|
|
"doctrine/cache": "^1.11|^2.0", |
|
|
|
"doctrine/deprecations": "^0.5.3|^1", |
|
|
|
"doctrine/event-manager": "^1.0", |
|
|
|
"doctrine/event-manager": "^1|^2", |
|
|
|
"php": "^7.4 || ^8.0", |
|
|
|
"psr/cache": "^1|^2|^3", |
|
|
|
"psr/log": "^1|^2|^3" |
|
|
@ -256,14 +256,14 @@ |
|
|
|
"require-dev": { |
|
|
|
"doctrine/coding-standard": "10.0.0", |
|
|
|
"jetbrains/phpstorm-stubs": "2022.2", |
|
|
|
"phpstan/phpstan": "1.8.3", |
|
|
|
"phpstan/phpstan-strict-rules": "^1.3", |
|
|
|
"phpunit/phpunit": "9.5.24", |
|
|
|
"phpstan/phpstan": "1.8.10", |
|
|
|
"phpstan/phpstan-strict-rules": "^1.4", |
|
|
|
"phpunit/phpunit": "9.5.25", |
|
|
|
"psalm/plugin-phpunit": "0.17.0", |
|
|
|
"squizlabs/php_codesniffer": "3.7.1", |
|
|
|
"symfony/cache": "^5.4|^6.0", |
|
|
|
"symfony/console": "^4.4|^5.4|^6.0", |
|
|
|
"vimeo/psalm": "4.27.0" |
|
|
|
"vimeo/psalm": "4.29.0" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"symfony/console": "For helpful console commands such as SQL execution and import of files." |
|
|
@ -323,7 +323,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/doctrine/dbal/issues", |
|
|
|
"source": "https://github.com/doctrine/dbal/tree/3.4.5" |
|
|
|
"source": "https://github.com/doctrine/dbal/tree/3.5.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -339,7 +339,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-09-23T17:48:57+00:00" |
|
|
|
"time": "2022-10-22T14:33:42+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/deprecations", |
|
|
@ -386,34 +386,35 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/event-manager", |
|
|
|
"version": "1.1.2", |
|
|
|
"version": "1.2.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/doctrine/event-manager.git", |
|
|
|
"reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683" |
|
|
|
"reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", |
|
|
|
"reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", |
|
|
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520", |
|
|
|
"reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"doctrine/deprecations": "^0.5.3 || ^1", |
|
|
|
"php": "^7.1 || ^8.0" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"doctrine/common": "<2.9" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"doctrine/coding-standard": "^9", |
|
|
|
"phpstan/phpstan": "~1.4.10 || ^1.5.4", |
|
|
|
"doctrine/coding-standard": "^9 || ^10", |
|
|
|
"phpstan/phpstan": "~1.4.10 || ^1.8.8", |
|
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", |
|
|
|
"vimeo/psalm": "^4.22" |
|
|
|
"vimeo/psalm": "^4.24" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common" |
|
|
|
"Doctrine\\Common\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
@ -457,7 +458,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/doctrine/event-manager/issues", |
|
|
|
"source": "https://github.com/doctrine/event-manager/tree/1.1.2" |
|
|
|
"source": "https://github.com/doctrine/event-manager/tree/1.2.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -473,27 +474,27 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-07-27T22:18:11+00:00" |
|
|
|
"time": "2022-10-12T20:51:15+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/inflector", |
|
|
|
"version": "2.0.5", |
|
|
|
"version": "2.0.6", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/doctrine/inflector.git", |
|
|
|
"reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392" |
|
|
|
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ade2b3bbfb776f27f0558e26eed43b5d9fe1b392", |
|
|
|
"reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392", |
|
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", |
|
|
|
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^7.2 || ^8.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"doctrine/coding-standard": "^9", |
|
|
|
"doctrine/coding-standard": "^10", |
|
|
|
"phpstan/phpstan": "^1.8", |
|
|
|
"phpstan/phpstan-phpunit": "^1.1", |
|
|
|
"phpstan/phpstan-strict-rules": "^1.3", |
|
|
@ -548,7 +549,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/doctrine/inflector/issues", |
|
|
|
"source": "https://github.com/doctrine/inflector/tree/2.0.5" |
|
|
|
"source": "https://github.com/doctrine/inflector/tree/2.0.6" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -564,7 +565,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-09-07T09:01:28+00:00" |
|
|
|
"time": "2022-10-20T09:10:12+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/lexer", |
|
|
@ -1481,16 +1482,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "laravel/framework", |
|
|
|
"version": "v9.35.1", |
|
|
|
"version": "v9.36.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/laravel/framework.git", |
|
|
|
"reference": "79aed20f54b6ab75f926bf7d0dd7a5043ceb774a" |
|
|
|
"reference": "15ce569fd93124e8e2257c24e3ed85b9ef9951d6" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/laravel/framework/zipball/79aed20f54b6ab75f926bf7d0dd7a5043ceb774a", |
|
|
|
"reference": "79aed20f54b6ab75f926bf7d0dd7a5043ceb774a", |
|
|
|
"url": "https://api.github.com/repos/laravel/framework/zipball/15ce569fd93124e8e2257c24e3ed85b9ef9951d6", |
|
|
|
"reference": "15ce569fd93124e8e2257c24e3ed85b9ef9951d6", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -1502,7 +1503,7 @@ |
|
|
|
"fruitcake/php-cors": "^1.2", |
|
|
|
"laravel/serializable-closure": "^1.2.2", |
|
|
|
"league/commonmark": "^2.2", |
|
|
|
"league/flysystem": "^3.0.16", |
|
|
|
"league/flysystem": "^3.8.0", |
|
|
|
"monolog/monolog": "^2.0", |
|
|
|
"nesbot/carbon": "^2.62.1", |
|
|
|
"nunomaduro/termwind": "^1.13", |
|
|
@ -1579,7 +1580,7 @@ |
|
|
|
"league/flysystem-read-only": "^3.3", |
|
|
|
"league/flysystem-sftp-v3": "^3.0", |
|
|
|
"mockery/mockery": "^1.5.1", |
|
|
|
"orchestra/testbench-core": "^7.8", |
|
|
|
"orchestra/testbench-core": "^7.11", |
|
|
|
"pda/pheanstalk": "^4.0", |
|
|
|
"phpstan/phpstan": "^1.4.7", |
|
|
|
"phpunit/phpunit": "^9.5.8", |
|
|
@ -1663,7 +1664,7 @@ |
|
|
|
"issues": "https://github.com/laravel/framework/issues", |
|
|
|
"source": "https://github.com/laravel/framework" |
|
|
|
}, |
|
|
|
"time": "2022-10-11T17:30:47+00:00" |
|
|
|
"time": "2022-10-20T16:11:03+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "laravel/serializable-closure", |
|
|
@ -2067,16 +2068,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "league/flysystem", |
|
|
|
"version": "3.7.0", |
|
|
|
"version": "3.10.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/thephpleague/flysystem.git", |
|
|
|
"reference": "0deb0ff21094cbd37b13cbda085c076312708e6c" |
|
|
|
"reference": "9857d7208a94fc63c7bf09caf223280e59ac7274" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/0deb0ff21094cbd37b13cbda085c076312708e6c", |
|
|
|
"reference": "0deb0ff21094cbd37b13cbda085c076312708e6c", |
|
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9857d7208a94fc63c7bf09caf223280e59ac7274", |
|
|
|
"reference": "9857d7208a94fc63c7bf09caf223280e59ac7274", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -2092,7 +2093,7 @@ |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"async-aws/s3": "^1.5", |
|
|
|
"async-aws/simple-s3": "^1.0", |
|
|
|
"async-aws/simple-s3": "^1.1", |
|
|
|
"aws/aws-sdk-php": "^3.198.1", |
|
|
|
"composer/semver": "^3.0", |
|
|
|
"ext-fileinfo": "*", |
|
|
@ -2138,7 +2139,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/thephpleague/flysystem/issues", |
|
|
|
"source": "https://github.com/thephpleague/flysystem/tree/3.7.0" |
|
|
|
"source": "https://github.com/thephpleague/flysystem/tree/3.10.1" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -2154,7 +2155,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-10-17T07:23:36+00:00" |
|
|
|
"time": "2022-10-21T18:57:47+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "league/mime-type-detection", |
|
|
@ -2621,16 +2622,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nunomaduro/termwind", |
|
|
|
"version": "v1.14.0", |
|
|
|
"version": "v1.14.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nunomaduro/termwind.git", |
|
|
|
"reference": "10065367baccf13b6e30f5e9246fa4f63a79eb1d" |
|
|
|
"reference": "86fc30eace93b9b6d4c844ba6de76db84184e01b" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/10065367baccf13b6e30f5e9246fa4f63a79eb1d", |
|
|
|
"reference": "10065367baccf13b6e30f5e9246fa4f63a79eb1d", |
|
|
|
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/86fc30eace93b9b6d4c844ba6de76db84184e01b", |
|
|
|
"reference": "86fc30eace93b9b6d4c844ba6de76db84184e01b", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -2687,7 +2688,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/nunomaduro/termwind/issues", |
|
|
|
"source": "https://github.com/nunomaduro/termwind/tree/v1.14.0" |
|
|
|
"source": "https://github.com/nunomaduro/termwind/tree/v1.14.1" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -2703,7 +2704,7 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-08-01T11:03:24+00:00" |
|
|
|
"time": "2022-10-17T15:20:29+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpoption/phpoption", |
|
|
@ -5942,16 +5943,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "twig/twig", |
|
|
|
"version": "v3.4.2", |
|
|
|
"version": "v3.4.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/twigphp/Twig.git", |
|
|
|
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077" |
|
|
|
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077", |
|
|
|
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077", |
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58", |
|
|
|
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -6002,7 +6003,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/twigphp/Twig/issues", |
|
|
|
"source": "https://github.com/twigphp/Twig/tree/v3.4.2" |
|
|
|
"source": "https://github.com/twigphp/Twig/tree/v3.4.3" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -6014,7 +6015,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-08-12T06:47:24+00:00" |
|
|
|
"time": "2022-09-28T08:42:51+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "vlucas/phpdotenv", |
|
|
@ -6464,79 +6465,6 @@ |
|
|
|
}, |
|
|
|
"time": "2018-12-13T10:34:14+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "composer/class-map-generator", |
|
|
|
"version": "1.0.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/composer/class-map-generator.git", |
|
|
|
"reference": "1e1cb2b791facb2dfe32932a7718cf2571187513" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/1e1cb2b791facb2dfe32932a7718cf2571187513", |
|
|
|
"reference": "1e1cb2b791facb2dfe32932a7718cf2571187513", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"composer/pcre": "^2 || ^3", |
|
|
|
"php": "^7.2 || ^8.0", |
|
|
|
"symfony/finder": "^4.4 || ^5.3 || ^6" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpstan/phpstan": "^1.6", |
|
|
|
"phpstan/phpstan-deprecation-rules": "^1", |
|
|
|
"phpstan/phpstan-phpunit": "^1", |
|
|
|
"phpstan/phpstan-strict-rules": "^1.1", |
|
|
|
"symfony/filesystem": "^5.4 || ^6", |
|
|
|
"symfony/phpunit-bridge": "^5" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-main": "1.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Composer\\ClassMapGenerator\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Jordi Boggiano", |
|
|
|
"email": "j.boggiano@seld.be", |
|
|
|
"homepage": "https://seld.be" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Utilities to scan PHP code and generate class maps.", |
|
|
|
"keywords": [ |
|
|
|
"classmap" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/composer/class-map-generator/issues", |
|
|
|
"source": "https://github.com/composer/class-map-generator/tree/1.0.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://packagist.com", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/composer", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-06-19T11:31:27+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "composer/pcre", |
|
|
|
"version": "3.0.0", |
|
|
@ -7293,20 +7221,19 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nunomaduro/larastan", |
|
|
|
"version": "2.2.4", |
|
|
|
"version": "2.2.5", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nunomaduro/larastan.git", |
|
|
|
"reference": "65f8254194c4db0324c7ba2207440c11a4348890" |
|
|
|
"reference": "42ee94bc30f3501a1d01a47222b49c1fbb54a316" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/65f8254194c4db0324c7ba2207440c11a4348890", |
|
|
|
"reference": "65f8254194c4db0324c7ba2207440c11a4348890", |
|
|
|
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/42ee94bc30f3501a1d01a47222b49c1fbb54a316", |
|
|
|
"reference": "42ee94bc30f3501a1d01a47222b49c1fbb54a316", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"composer/class-map-generator": "^1.0", |
|
|
|
"composer/pcre": "^3.0", |
|
|
|
"ext-json": "*", |
|
|
|
"illuminate/console": "^9", |
|
|
@ -7368,7 +7295,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/nunomaduro/larastan/issues", |
|
|
|
"source": "https://github.com/nunomaduro/larastan/tree/2.2.4" |
|
|
|
"source": "https://github.com/nunomaduro/larastan/tree/2.2.5" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -7388,7 +7315,7 @@ |
|
|
|
"type": "patreon" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-10-15T19:24:23+00:00" |
|
|
|
"time": "2022-10-18T10:13:18+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phar-io/manifest", |
|
|
@ -7684,16 +7611,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpstan/phpstan", |
|
|
|
"version": "1.8.9", |
|
|
|
"version": "1.8.10", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/phpstan/phpstan.git", |
|
|
|
"reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2" |
|
|
|
"reference": "0c4459dc42c568b818b3f25186589f3acddc1823" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2", |
|
|
|
"reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2", |
|
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0c4459dc42c568b818b3f25186589f3acddc1823", |
|
|
|
"reference": "0c4459dc42c568b818b3f25186589f3acddc1823", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -7723,7 +7650,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/phpstan/phpstan/issues", |
|
|
|
"source": "https://github.com/phpstan/phpstan/tree/1.8.9" |
|
|
|
"source": "https://github.com/phpstan/phpstan/tree/1.8.10" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -7739,7 +7666,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-10-13T13:40:18+00:00" |
|
|
|
"time": "2022-10-17T14:23:35+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpstan/phpstan-deprecation-rules", |
|
|
@ -8265,12 +8192,12 @@ |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/Roave/SecurityAdvisories.git", |
|
|
|
"reference": "6d260392fad173d6ee6e3a93c875d9327db1109b" |
|
|
|
"reference": "4ed057f00e70bf1a45434fbc6fe14790684ff3c5" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6d260392fad173d6ee6e3a93c875d9327db1109b", |
|
|
|
"reference": "6d260392fad173d6ee6e3a93c875d9327db1109b", |
|
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4ed057f00e70bf1a45434fbc6fe14790684ff3c5", |
|
|
|
"reference": "4ed057f00e70bf1a45434fbc6fe14790684ff3c5", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
@ -8291,6 +8218,7 @@ |
|
|
|
"appwrite/server-ce": "<0.11.1|>=0.12,<0.12.2", |
|
|
|
"area17/twill": "<1.2.5|>=2,<2.5.3", |
|
|
|
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", |
|
|
|
"awesome-support/awesome-support": "<=6.0.7", |
|
|
|
"aws/aws-sdk-php": ">=3,<3.2.1", |
|
|
|
"bagisto/bagisto": "<0.1.5", |
|
|
|
"barrelstrength/sprout-base-email": "<1.2.7", |
|
|
@ -8316,11 +8244,11 @@ |
|
|
|
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", |
|
|
|
"cartalyst/sentry": "<=2.1.6", |
|
|
|
"catfan/medoo": "<1.7.5", |
|
|
|
"centreon/centreon": "<20.10.7", |
|
|
|
"centreon/centreon": "<21.4.16|>=21.10,<21.10.8|>=22,<22.4.1", |
|
|
|
"cesnet/simplesamlphp-module-proxystatistics": "<3.1", |
|
|
|
"codeception/codeception": "<3.1.3|>=4,<4.1.22", |
|
|
|
"codeigniter/framework": "<=3.0.6", |
|
|
|
"codeigniter4/framework": "<4.1.9", |
|
|
|
"codeigniter4/framework": "<4.2.7", |
|
|
|
"codeigniter4/shield": "= 1.0.0-beta", |
|
|
|
"codiad/codiad": "<=2.8.4", |
|
|
|
"composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5", |
|
|
@ -8332,7 +8260,7 @@ |
|
|
|
"contao/core-bundle": "<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3|= 4.10.0", |
|
|
|
"contao/listing-bundle": ">=4,<4.4.8", |
|
|
|
"contao/managed-edition": "<=1.5", |
|
|
|
"craftcms/cms": "<3.7.36", |
|
|
|
"craftcms/cms": "<3.7.55.2|>= 4.0.0-RC1, < 4.2.1", |
|
|
|
"croogo/croogo": "<3.0.7", |
|
|
|
"cuyz/valinor": "<0.12", |
|
|
|
"czproject/git-php": "<4.0.3", |
|
|
@ -8351,7 +8279,7 @@ |
|
|
|
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1", |
|
|
|
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4", |
|
|
|
"dolibarr/dolibarr": "<16|= 12.0.5|>= 3.3.beta1, < 13.0.2", |
|
|
|
"dompdf/dompdf": "<2", |
|
|
|
"dompdf/dompdf": "<2.0.1", |
|
|
|
"drupal/core": ">=7,<7.91|>=8,<9.3.19|>=9.4,<9.4.3", |
|
|
|
"drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4", |
|
|
|
"dweeves/magmi": "<=0.7.24", |
|
|
@ -8363,6 +8291,8 @@ |
|
|
|
"enshrined/svg-sanitize": "<0.15", |
|
|
|
"erusev/parsedown": "<1.7.2", |
|
|
|
"ether/logs": "<3.0.4", |
|
|
|
"exceedone/exment": "<4.4.3|>=5,<5.0.3", |
|
|
|
"exceedone/laravel-admin": "= 3.0.0|<2.2.3", |
|
|
|
"ezsystems/demobundle": ">=5.4,<5.4.6.1", |
|
|
|
"ezsystems/ez-support-tools": ">=2.2,<2.2.3", |
|
|
|
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", |
|
|
@ -8382,7 +8312,7 @@ |
|
|
|
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2", |
|
|
|
"facturascripts/facturascripts": "<=2022.8", |
|
|
|
"feehi/cms": "<=2.1.1", |
|
|
|
"feehi/feehicms": "<=0.1.3", |
|
|
|
"feehi/feehicms": "<=2.0.1.1", |
|
|
|
"fenom/fenom": "<=2.12.1", |
|
|
|
"filegator/filegator": "<7.8", |
|
|
|
"firebase/php-jwt": "<2", |
|
|
@ -8395,18 +8325,18 @@ |
|
|
|
"fooman/tcpdf": "<6.2.22", |
|
|
|
"forkcms/forkcms": "<5.11.1", |
|
|
|
"fossar/tcpdf-parser": "<6.2.22", |
|
|
|
"francoisjacquet/rosariosis": "<9.1", |
|
|
|
"francoisjacquet/rosariosis": "<10.1", |
|
|
|
"friendsofsymfony/oauth2-php": "<1.3", |
|
|
|
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", |
|
|
|
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5", |
|
|
|
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5", |
|
|
|
"froala/wysiwyg-editor": "<3.2.7", |
|
|
|
"froxlor/froxlor": "<=0.10.22", |
|
|
|
"froxlor/froxlor": "<0.10.38", |
|
|
|
"fuel/core": "<1.8.1", |
|
|
|
"gaoming13/wechat-php-sdk": "<=1.10.2", |
|
|
|
"genix/cms": "<=1.1.11", |
|
|
|
"getgrav/grav": "<1.7.34", |
|
|
|
"getkirby/cms": "<3.5.8.1|>=3.6,<3.6.6.1|>=3.7,<3.7.4", |
|
|
|
"getkirby/cms": "= 3.8.0|<3.5.8.2|>=3.6,<3.6.6.2|>=3.7,<3.7.5.1", |
|
|
|
"getkirby/panel": "<2.5.14", |
|
|
|
"getkirby/starterkit": "<=3.7.0.2", |
|
|
|
"gilacms/gila": "<=1.11.4", |
|
|
@ -8466,7 +8396,7 @@ |
|
|
|
"league/commonmark": "<0.18.3", |
|
|
|
"league/flysystem": "<1.1.4|>=2,<2.1.1", |
|
|
|
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3", |
|
|
|
"librenms/librenms": "<22.4", |
|
|
|
"librenms/librenms": "<=22.8", |
|
|
|
"limesurvey/limesurvey": "<3.27.19", |
|
|
|
"livehelperchat/livehelperchat": "<=3.91", |
|
|
|
"livewire/livewire": ">2.2.4,<2.2.6", |
|
|
@ -8481,8 +8411,11 @@ |
|
|
|
"matyhtf/framework": "<3.0.6", |
|
|
|
"mautic/core": "<4.3|= 2.13.1", |
|
|
|
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35", |
|
|
|
"melisplatform/melis-asset-manager": "<5.0.1", |
|
|
|
"melisplatform/melis-cms": "<5.0.1", |
|
|
|
"melisplatform/melis-front": "<5.0.1", |
|
|
|
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3", |
|
|
|
"microweber/microweber": "<1.3.1", |
|
|
|
"microweber/microweber": "<=1.3.1", |
|
|
|
"miniorange/miniorange-saml": "<1.4.3", |
|
|
|
"mittwald/typo3_forum": "<1.2.1", |
|
|
|
"modx/revolution": "<= 2.8.3-pl|<2.8", |
|
|
@ -8510,7 +8443,7 @@ |
|
|
|
"october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469", |
|
|
|
"october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12", |
|
|
|
"october/rain": "<1.0.472|>=1.1,<1.1.2", |
|
|
|
"october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.15", |
|
|
|
"october/system": "<2.2.34|>=3,<3.0.66", |
|
|
|
"onelogin/php-saml": "<2.10.4", |
|
|
|
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", |
|
|
|
"open-web-analytics/open-web-analytics": "<1.7.4", |
|
|
@ -8518,7 +8451,7 @@ |
|
|
|
"openid/php-openid": "<2.3", |
|
|
|
"openmage/magento-lts": "<19.4.15|>=20,<20.0.13", |
|
|
|
"orchid/platform": ">=9,<9.4.4", |
|
|
|
"oro/commerce": ">=5,<5.0.4", |
|
|
|
"oro/commerce": ">=4.1,<5.0.6", |
|
|
|
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7", |
|
|
|
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8", |
|
|
|
"packbackbooks/lti-1-3-php-library": "<5", |
|
|
@ -8537,6 +8470,7 @@ |
|
|
|
"phpmailer/phpmailer": "<6.5", |
|
|
|
"phpmussel/phpmussel": ">=1,<1.6", |
|
|
|
"phpmyadmin/phpmyadmin": "<5.1.3", |
|
|
|
"phpmyfaq/phpmyfaq": "<=3.1.7", |
|
|
|
"phpoffice/phpexcel": "<1.8", |
|
|
|
"phpoffice/phpspreadsheet": "<1.16", |
|
|
|
"phpseclib/phpseclib": "<2.0.31|>=3,<3.0.7", |
|
|
@ -8545,13 +8479,13 @@ |
|
|
|
"phpwhois/phpwhois": "<=4.2.5", |
|
|
|
"phpxmlrpc/extras": "<0.6.1", |
|
|
|
"pimcore/data-hub": "<1.2.4", |
|
|
|
"pimcore/pimcore": "<10.4.4", |
|
|
|
"pimcore/pimcore": "<=10.5.6", |
|
|
|
"pocketmine/bedrock-protocol": "<8.0.2", |
|
|
|
"pocketmine/pocketmine-mp": "<4.7.2|>= 4.0.0-BETA5, < 4.4.2", |
|
|
|
"pressbooks/pressbooks": "<5.18", |
|
|
|
"prestashop/autoupgrade": ">=4,<4.10.1", |
|
|
|
"prestashop/blockwishlist": ">=2,<2.1.1", |
|
|
|
"prestashop/contactform": ">1.0.1,<4.3", |
|
|
|
"prestashop/contactform": ">=1.0.1,<4.3", |
|
|
|
"prestashop/gamification": "<2.3.2", |
|
|
|
"prestashop/prestashop": ">=1.6.0.10,<1.7.8.7", |
|
|
|
"prestashop/productcomments": "<5.0.2", |
|
|
@ -8566,6 +8500,8 @@ |
|
|
|
"pusher/pusher-php-server": "<2.2.1", |
|
|
|
"pwweb/laravel-core": "<=0.3.6-beta", |
|
|
|
"rainlab/debugbar-plugin": "<3.1", |
|
|
|
"rankmath/seo-by-rank-math": "<=1.0.95", |
|
|
|
"react/http": ">=0.7,<1.7", |
|
|
|
"remdex/livehelperchat": "<3.99", |
|
|
|
"rmccue/requests": ">=1.6,<1.8", |
|
|
|
"robrichards/xmlseclibs": "<3.0.4", |
|
|
@ -8580,7 +8516,7 @@ |
|
|
|
"shopware/core": "<=6.4.9", |
|
|
|
"shopware/platform": "<=6.4.9", |
|
|
|
"shopware/production": "<=6.3.5.2", |
|
|
|
"shopware/shopware": "<=5.7.13", |
|
|
|
"shopware/shopware": "<=5.7.14", |
|
|
|
"shopware/storefront": "<=6.4.8.1", |
|
|
|
"shopxo/shopxo": "<2.2.6", |
|
|
|
"showdoc/showdoc": "<2.10.4", |
|
|
@ -8604,8 +8540,8 @@ |
|
|
|
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", |
|
|
|
"simplito/elliptic-php": "<1.0.6", |
|
|
|
"slim/slim": "<2.6", |
|
|
|
"smarty/smarty": "<3.1.45|>=4,<4.1.1", |
|
|
|
"snipe/snipe-it": "<6.0.10|>= 6.0.0-RC-1, <= 6.0.0-RC-5", |
|
|
|
"smarty/smarty": "<3.1.47|>=4,<4.2.1", |
|
|
|
"snipe/snipe-it": "<6.0.11|>= 6.0.0-RC-1, <= 6.0.0-RC-5", |
|
|
|
"socalnick/scn-social-auth": "<1.15.2", |
|
|
|
"socialiteproviders/steam": "<1.1", |
|
|
|
"spipu/html2pdf": "<5.2.4", |
|
|
@ -8665,25 +8601,27 @@ |
|
|
|
"thelia/thelia": ">=2.1-beta.1,<2.1.3", |
|
|
|
"theonedemon/phpwhois": "<=4.2.5", |
|
|
|
"thinkcmf/thinkcmf": "<=5.1.7", |
|
|
|
"thorsten/phpmyfaq": "<=3.1.7", |
|
|
|
"tinymce/tinymce": "<5.10", |
|
|
|
"titon/framework": ">=0,<9.9.99", |
|
|
|
"topthink/framework": "<=6.0.12", |
|
|
|
"topthink/framework": "<=6.0.13", |
|
|
|
"topthink/think": "<=6.0.9", |
|
|
|
"topthink/thinkphp": "<=3.2.3", |
|
|
|
"tribalsystems/zenario": "<9.2.55826", |
|
|
|
"truckersmp/phpwhois": "<=4.3.1", |
|
|
|
"twig/twig": "<1.38|>=2,<2.14.11|>=3,<3.3.8", |
|
|
|
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.29|>=11,<11.5.11", |
|
|
|
"twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3", |
|
|
|
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.32|>=11,<11.5.16", |
|
|
|
"typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", |
|
|
|
"typo3/cms-core": ">=6.2,<=6.2.56|>=7,<7.6.57|>=8,<8.7.47|>=9,<9.5.35|>=10,<10.4.29|>=11,<11.5.11", |
|
|
|
"typo3/cms-core": ">=6.2,<=6.2.56|>=7,<7.6.58|>=8,<8.7.48|>=9,<9.5.37|>=10,<10.4.32|>=11,<11.5.16", |
|
|
|
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", |
|
|
|
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", |
|
|
|
"typo3/html-sanitizer": ">=1,<1.0.7|>=2,<2.0.16", |
|
|
|
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3", |
|
|
|
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", |
|
|
|
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", |
|
|
|
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10", |
|
|
|
"ua-parser/uap-php": "<3.8", |
|
|
|
"unisharp/laravel-filemanager": "<=2.3", |
|
|
|
"unisharp/laravel-filemanager": "<=2.5.1", |
|
|
|
"userfrosting/userfrosting": ">=0.3.1,<4.6.3", |
|
|
|
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", |
|
|
|
"vanilla/safecurl": "<0.9.2", |
|
|
@ -8702,7 +8640,7 @@ |
|
|
|
"wpanel/wpanel4-cms": "<=4.3.1", |
|
|
|
"wwbn/avideo": "<=11.6", |
|
|
|
"yeswiki/yeswiki": "<4.1", |
|
|
|
"yetiforce/yetiforce-crm": "<6.4", |
|
|
|
"yetiforce/yetiforce-crm": "<=6.4", |
|
|
|
"yidashi/yii2cmf": "<=2", |
|
|
|
"yii2mod/yii2-cms": "<1.9.2", |
|
|
|
"yiisoft/yii": ">=1.1.14,<1.1.15", |
|
|
@ -8775,7 +8713,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-08-31T22:04:18+00:00" |
|
|
|
"time": "2022-10-19T23:05:04+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/cli-parser", |
|
|
|