|
@@ -60,16 +60,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "bacon/bacon-qr-code",
|
|
|
- "version": "2.0.1",
|
|
|
+ "version": "2.0.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
|
|
- "reference": "6e53ced3d2499cee4a0ef23a7c4d6449607ac7da"
|
|
|
+ "reference": "add6d9ff97336b62f95a3b94f75cea4e085465b2"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/6e53ced3d2499cee4a0ef23a7c4d6449607ac7da",
|
|
|
- "reference": "6e53ced3d2499cee4a0ef23a7c4d6449607ac7da",
|
|
|
+ "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/add6d9ff97336b62f95a3b94f75cea4e085465b2",
|
|
|
+ "reference": "add6d9ff97336b62f95a3b94f75cea4e085465b2",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -79,8 +79,8 @@
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"phly/keep-a-changelog": "^1.4",
|
|
|
- "phpunit/phpunit": "^6.4",
|
|
|
- "squizlabs/php_codesniffer": "^3.1"
|
|
|
+ "phpunit/phpunit": "^7 | ^8 | ^9",
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"ext-imagick": "to generate QR code images"
|
|
@@ -99,26 +99,26 @@
|
|
|
{
|
|
|
"name": "Ben Scholzen 'DASPRiD'",
|
|
|
"email": "mail@dasprids.de",
|
|
|
- "homepage": "http://www.dasprids.de",
|
|
|
+ "homepage": "https://dasprids.de/",
|
|
|
"role": "Developer"
|
|
|
}
|
|
|
],
|
|
|
"description": "BaconQrCode is a QR code generator for PHP.",
|
|
|
"homepage": "https://github.com/Bacon/BaconQrCode",
|
|
|
- "time": "2020-07-14T11:04:05+00:00"
|
|
|
+ "time": "2020-07-30T16:40:58+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "brick/math",
|
|
|
- "version": "0.8.15",
|
|
|
+ "version": "0.8.16",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/brick/math.git",
|
|
|
- "reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
|
|
|
+ "reference": "edffaf98c06459b11dc1843e499bfea2aaf78754"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
|
|
|
- "reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
|
|
|
+ "url": "https://api.github.com/repos/brick/math/zipball/edffaf98c06459b11dc1843e499bfea2aaf78754",
|
|
|
+ "reference": "edffaf98c06459b11dc1843e499bfea2aaf78754",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -157,25 +157,69 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2020-04-15T15:59:35+00:00"
|
|
|
+ "time": "2020-08-18T08:59:30+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "cweagans/composer-patches",
|
|
|
+ "version": "1.6.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/cweagans/composer-patches.git",
|
|
|
+ "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
|
|
|
+ "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "composer-plugin-api": "^1.0",
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/composer": "~1.0",
|
|
|
+ "phpunit/phpunit": "~4.6"
|
|
|
+ },
|
|
|
+ "type": "composer-plugin",
|
|
|
+ "extra": {
|
|
|
+ "class": "cweagans\\Composer\\Patches"
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "cweagans\\Composer\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Cameron Eagans",
|
|
|
+ "email": "me@cweagans.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides a way to patch Composer packages.",
|
|
|
+ "time": "2019-08-29T20:11:49+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "dasprid/enum",
|
|
|
- "version": "1.0.1",
|
|
|
+ "version": "1.0.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/DASPRiD/Enum.git",
|
|
|
- "reference": "8f27bb474a23dfeb0665fef6ef061766614dc338"
|
|
|
+ "reference": "6ccc0d7141a7f149e3c56cb0ce5f05d9152cfd07"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8f27bb474a23dfeb0665fef6ef061766614dc338",
|
|
|
- "reference": "8f27bb474a23dfeb0665fef6ef061766614dc338",
|
|
|
+ "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6ccc0d7141a7f149e3c56cb0ce5f05d9152cfd07",
|
|
|
+ "reference": "6ccc0d7141a7f149e3c56cb0ce5f05d9152cfd07",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpunit/phpunit": "^6.4",
|
|
|
- "squizlabs/php_codesniffer": "^3.1"
|
|
|
+ "phpunit/phpunit": "^7 | ^8 | ^9",
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
@@ -191,7 +235,8 @@
|
|
|
{
|
|
|
"name": "Ben Scholzen 'DASPRiD'",
|
|
|
"email": "mail@dasprids.de",
|
|
|
- "homepage": "https://dasprids.de/"
|
|
|
+ "homepage": "https://dasprids.de/",
|
|
|
+ "role": "Developer"
|
|
|
}
|
|
|
],
|
|
|
"description": "PHP 7.1 enum implementation",
|
|
@@ -199,7 +244,7 @@
|
|
|
"enum",
|
|
|
"map"
|
|
|
],
|
|
|
- "time": "2020-07-30T10:52:26+00:00"
|
|
|
+ "time": "2020-07-30T16:37:13+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "defuse/php-encryption",
|
|
@@ -503,20 +548,20 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/event-manager",
|
|
|
- "version": "1.1.0",
|
|
|
+ "version": "1.1.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/event-manager.git",
|
|
|
- "reference": "629572819973f13486371cb611386eb17851e85c"
|
|
|
+ "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
|
|
|
- "reference": "629572819973f13486371cb611386eb17851e85c",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
|
+ "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^7.1"
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
},
|
|
|
"conflict": {
|
|
|
"doctrine/common": "<2.9@dev"
|
|
@@ -575,7 +620,21 @@
|
|
|
"event system",
|
|
|
"events"
|
|
|
],
|
|
|
- "time": "2019-11-10T09:48:07+00:00"
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-05-29T18:28:51+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/inflector",
|
|
@@ -800,16 +859,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "egulias/email-validator",
|
|
|
- "version": "2.1.18",
|
|
|
+ "version": "2.1.19",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/egulias/EmailValidator.git",
|
|
|
- "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
|
|
|
+ "reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
|
|
|
- "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
|
|
|
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/840d5603eb84cc81a6a0382adac3293e57c1c64c",
|
|
|
+ "reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -854,7 +913,7 @@
|
|
|
"validation",
|
|
|
"validator"
|
|
|
],
|
|
|
- "time": "2020-06-16T20:11:17+00:00"
|
|
|
+ "time": "2020-08-08T21:28:19+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "fideloper/proxy",
|
|
@@ -1463,16 +1522,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/framework",
|
|
|
- "version": "v7.22.4",
|
|
|
+ "version": "v7.25.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/laravel/framework.git",
|
|
|
- "reference": "30e851a2b3a2af73fba0b7f4fa22b04260db98e7"
|
|
|
+ "reference": "fdf3d4a40447eb286ba3820768306cae64bcc0b3"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laravel/framework/zipball/30e851a2b3a2af73fba0b7f4fa22b04260db98e7",
|
|
|
- "reference": "30e851a2b3a2af73fba0b7f4fa22b04260db98e7",
|
|
|
+ "url": "https://api.github.com/repos/laravel/framework/zipball/fdf3d4a40447eb286ba3820768306cae64bcc0b3",
|
|
|
+ "reference": "fdf3d4a40447eb286ba3820768306cae64bcc0b3",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1616,7 +1675,7 @@
|
|
|
"framework",
|
|
|
"laravel"
|
|
|
],
|
|
|
- "time": "2020-07-27T18:25:06+00:00"
|
|
|
+ "time": "2020-08-11T13:43:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/passport",
|
|
@@ -1693,16 +1752,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/tinker",
|
|
|
- "version": "v2.4.1",
|
|
|
+ "version": "v2.4.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/laravel/tinker.git",
|
|
|
- "reference": "3c9ef136ca59366bc1b50b7f2500a946d5149c62"
|
|
|
+ "reference": "58424c24e8aec31c3a3ac54eb3adb15e8a0a067b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laravel/tinker/zipball/3c9ef136ca59366bc1b50b7f2500a946d5149c62",
|
|
|
- "reference": "3c9ef136ca59366bc1b50b7f2500a946d5149c62",
|
|
|
+ "url": "https://api.github.com/repos/laravel/tinker/zipball/58424c24e8aec31c3a3ac54eb3adb15e8a0a067b",
|
|
|
+ "reference": "58424c24e8aec31c3a3ac54eb3adb15e8a0a067b",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1753,7 +1812,7 @@
|
|
|
"laravel",
|
|
|
"psysh"
|
|
|
],
|
|
|
- "time": "2020-07-07T15:10:00+00:00"
|
|
|
+ "time": "2020-08-11T19:28:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/ui",
|
|
@@ -1877,16 +1936,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "league/commonmark",
|
|
|
- "version": "1.5.3",
|
|
|
+ "version": "1.5.4",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/thephpleague/commonmark.git",
|
|
|
- "reference": "2574454b97e4103dc4e36917bd783b25624aefcd"
|
|
|
+ "reference": "21819c989e69bab07e933866ad30c7e3f32984ba"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2574454b97e4103dc4e36917bd783b25624aefcd",
|
|
|
- "reference": "2574454b97e4103dc4e36917bd783b25624aefcd",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/21819c989e69bab07e933866ad30c7e3f32984ba",
|
|
|
+ "reference": "21819c989e69bab07e933866ad30c7e3f32984ba",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1968,7 +2027,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2020-07-19T22:47:30+00:00"
|
|
|
+ "time": "2020-08-18T01:19:12+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "league/event",
|
|
@@ -2022,28 +2081,29 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "league/flysystem",
|
|
|
- "version": "1.0.70",
|
|
|
+ "version": "1.1.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/thephpleague/flysystem.git",
|
|
|
- "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
|
|
|
+ "reference": "6e96f54d82e71f71c4108da33ee96a7f57083710"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
|
|
|
- "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/6e96f54d82e71f71c4108da33ee96a7f57083710",
|
|
|
+ "reference": "6e96f54d82e71f71c4108da33ee96a7f57083710",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-fileinfo": "*",
|
|
|
- "php": ">=5.5.9"
|
|
|
+ "league/mime-type-detection": "^1.3",
|
|
|
+ "php": "^7.2.5 || ^8.0"
|
|
|
},
|
|
|
"conflict": {
|
|
|
"league/flysystem-sftp": "<1.0.6"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
|
|
|
- "phpunit/phpunit": "^5.7.26"
|
|
|
+ "phpspec/prophecy": "^1.11.1",
|
|
|
+ "phpunit/phpunit": "^8.5.8"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"ext-fileinfo": "Required for MimeType",
|
|
@@ -2108,7 +2168,58 @@
|
|
|
"type": "other"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2020-07-26T07:20:36+00:00"
|
|
|
+ "time": "2020-08-12T14:23:41+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "league/mime-type-detection",
|
|
|
+ "version": "1.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/mime-type-detection.git",
|
|
|
+ "reference": "fda190b62b962d96a069fcc414d781db66d65b69"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/fda190b62b962d96a069fcc414d781db66d65b69",
|
|
|
+ "reference": "fda190b62b962d96a069fcc414d781db66d65b69",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpstan/phpstan": "^0.12.36",
|
|
|
+ "phpunit/phpunit": "^8.5.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\MimeTypeDetection\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Frank de Jonge",
|
|
|
+ "email": "info@frankdejonge.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Mime-type detection for Flysystem",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/frankdejonge",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-08-09T10:34:01+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "league/oauth2-server",
|
|
@@ -2195,16 +2306,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "maatwebsite/excel",
|
|
|
- "version": "3.1.20",
|
|
|
+ "version": "3.1.21",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/Maatwebsite/Laravel-Excel.git",
|
|
|
- "reference": "39545fa96b84d5a90f702239659c49a5d7b1edea"
|
|
|
+ "reference": "405ff5f0dd014a0d5a1fdb8fd6f525a9a1ece3f6"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/39545fa96b84d5a90f702239659c49a5d7b1edea",
|
|
|
- "reference": "39545fa96b84d5a90f702239659c49a5d7b1edea",
|
|
|
+ "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/405ff5f0dd014a0d5a1fdb8fd6f525a9a1ece3f6",
|
|
|
+ "reference": "405ff5f0dd014a0d5a1fdb8fd6f525a9a1ece3f6",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2266,7 +2377,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2020-07-17T20:39:28+00:00"
|
|
|
+ "time": "2020-08-06T09:25:20+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "maennchen/zipstream-php",
|
|
@@ -2707,16 +2818,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "nesbot/carbon",
|
|
|
- "version": "2.37.0",
|
|
|
+ "version": "2.38.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
- "reference": "1f61206de973d67f36ce50f041c792ddac663c3e"
|
|
|
+ "reference": "d8f6a6a91d1eb9304527b040500f61923e97674b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1f61206de973d67f36ce50f041c792ddac663c3e",
|
|
|
- "reference": "1f61206de973d67f36ce50f041c792ddac663c3e",
|
|
|
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d8f6a6a91d1eb9304527b040500f61923e97674b",
|
|
|
+ "reference": "d8f6a6a91d1eb9304527b040500f61923e97674b",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2731,7 +2842,7 @@
|
|
|
"kylekatarnls/multi-tester": "^2.0",
|
|
|
"phpmd/phpmd": "^2.8",
|
|
|
"phpstan/extension-installer": "^1.0",
|
|
|
- "phpstan/phpstan": "^0.12.30",
|
|
|
+ "phpstan/phpstan": "^0.12.35",
|
|
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
|
|
"squizlabs/php_codesniffer": "^3.4"
|
|
|
},
|
|
@@ -2792,20 +2903,20 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2020-07-28T06:04:54+00:00"
|
|
|
+ "time": "2020-08-04T19:12:46+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "nikic/php-parser",
|
|
|
- "version": "v4.7.0",
|
|
|
+ "version": "v4.8.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
|
- "reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300"
|
|
|
+ "reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
|
|
|
- "reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
|
|
|
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8c58eb4cd4f3883f82611abeac2efbc3dbed787e",
|
|
|
+ "reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2813,8 +2924,8 @@
|
|
|
"php": ">=7.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "ircmaxell/php-yacc": "0.0.5",
|
|
|
- "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
|
|
|
+ "ircmaxell/php-yacc": "^0.0.6",
|
|
|
+ "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
|
|
|
},
|
|
|
"bin": [
|
|
|
"bin/php-parse"
|
|
@@ -2822,7 +2933,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "4.7-dev"
|
|
|
+ "dev-master": "4.8-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -2844,7 +2955,7 @@
|
|
|
"parser",
|
|
|
"php"
|
|
|
],
|
|
|
- "time": "2020-07-25T13:18:53+00:00"
|
|
|
+ "time": "2020-08-09T10:23:20+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "nyholm/psr7",
|
|
@@ -2921,16 +3032,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "opis/closure",
|
|
|
- "version": "3.5.5",
|
|
|
+ "version": "3.5.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/opis/closure.git",
|
|
|
- "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c"
|
|
|
+ "reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/opis/closure/zipball/dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
|
|
|
- "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
|
|
|
+ "url": "https://api.github.com/repos/opis/closure/zipball/e8d34df855b0a0549a300cb8cb4db472556e8aa9",
|
|
|
+ "reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2978,7 +3089,7 @@
|
|
|
"serialization",
|
|
|
"serialize"
|
|
|
],
|
|
|
- "time": "2020-06-17T14:59:55+00:00"
|
|
|
+ "time": "2020-08-11T08:46:50+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "paragonie/constant_time_encoding",
|
|
@@ -3665,19 +3776,20 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "predis/predis",
|
|
|
- "version": "v1.1.1",
|
|
|
+ "version": "v1.1.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/nrk/predis.git",
|
|
|
- "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
|
|
|
+ "url": "https://github.com/predis/predis.git",
|
|
|
+ "reference": "82eb18c6c3860849cb6e2ff34b0c4b39d5daee46"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
|
- "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
|
+ "url": "https://api.github.com/repos/predis/predis/zipball/82eb18c6c3860849cb6e2ff34b0c4b39d5daee46",
|
|
|
+ "reference": "82eb18c6c3860849cb6e2ff34b0c4b39d5daee46",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
+ "cweagans/composer-patches": "^1.6",
|
|
|
"php": ">=5.3.9"
|
|
|
},
|
|
|
"require-dev": {
|
|
@@ -3688,6 +3800,18 @@
|
|
|
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
|
|
|
},
|
|
|
"type": "library",
|
|
|
+ "extra": {
|
|
|
+ "composer-exit-on-patch-failure": true,
|
|
|
+ "patches": {
|
|
|
+ "phpunit/phpunit-mock-objects": {
|
|
|
+ "Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
|
|
|
+ },
|
|
|
+ "phpunit/phpunit": {
|
|
|
+ "Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
|
|
|
+ "Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
"Predis\\": "src/"
|
|
@@ -3711,7 +3835,17 @@
|
|
|
"predis",
|
|
|
"redis"
|
|
|
],
|
|
|
- "time": "2016-06-16T16:22:20+00:00"
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.paypal.me/tillkruss",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/tillkruss",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-08-11T17:28:15+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/container",
|
|
@@ -4168,35 +4302,38 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "ramsey/collection",
|
|
|
- "version": "1.0.1",
|
|
|
+ "version": "1.1.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/ramsey/collection.git",
|
|
|
- "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca"
|
|
|
+ "reference": "044184884e3c803e4cbb6451386cb71562939b18"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
|
|
|
- "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
|
|
|
+ "url": "https://api.github.com/repos/ramsey/collection/zipball/044184884e3c803e4cbb6451386cb71562939b18",
|
|
|
+ "reference": "044184884e3c803e4cbb6451386cb71562939b18",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^7.2"
|
|
|
+ "php": "^7.2 || ^8"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
|
|
|
+ "captainhook/captainhook": "^5.3",
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
+ "ergebnis/composer-normalize": "^2.6",
|
|
|
"fzaninotto/faker": "^1.5",
|
|
|
- "jakub-onderka/php-parallel-lint": "^1",
|
|
|
+ "hamcrest/hamcrest-php": "^2",
|
|
|
"jangregor/phpstan-prophecy": "^0.6",
|
|
|
"mockery/mockery": "^1.3",
|
|
|
"phpstan/extension-installer": "^1",
|
|
|
- "phpstan/phpdoc-parser": "0.4.1",
|
|
|
- "phpstan/phpstan": "^0.12",
|
|
|
- "phpstan/phpstan-mockery": "^0.12",
|
|
|
- "phpstan/phpstan-phpunit": "^0.12",
|
|
|
+ "phpstan/phpstan": "^0.12.32",
|
|
|
+ "phpstan/phpstan-mockery": "^0.12.5",
|
|
|
+ "phpstan/phpstan-phpunit": "^0.12.11",
|
|
|
"phpunit/phpunit": "^8.5",
|
|
|
- "slevomat/coding-standard": "^6.0",
|
|
|
- "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ "psy/psysh": "^0.10.4",
|
|
|
+ "slevomat/coding-standard": "^6.3",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
+ "vimeo/psalm": "^3.12.2"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
@@ -4216,7 +4353,6 @@
|
|
|
}
|
|
|
],
|
|
|
"description": "A PHP 7.2+ library for representing and manipulating collections.",
|
|
|
- "homepage": "https://github.com/ramsey/collection",
|
|
|
"keywords": [
|
|
|
"array",
|
|
|
"collection",
|
|
@@ -4225,7 +4361,13 @@
|
|
|
"queue",
|
|
|
"set"
|
|
|
],
|
|
|
- "time": "2020-01-05T00:22:59+00:00"
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/ramsey",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-08-11T00:57:21+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "ramsey/uuid",
|
|
@@ -5163,7 +5305,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-ctype",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
@@ -5239,7 +5381,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-iconv",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-iconv.git",
|
|
@@ -5316,7 +5458,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-intl-grapheme",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
@@ -5394,16 +5536,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-intl-idn",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
|
- "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe"
|
|
|
+ "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
|
|
|
- "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
|
|
|
+ "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -5475,11 +5617,11 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2020-07-14T12:35:20+00:00"
|
|
|
+ "time": "2020-08-04T06:02:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
@@ -5560,7 +5702,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
@@ -5637,7 +5779,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-php70",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
|
@@ -5714,7 +5856,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-php72",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
@@ -5787,7 +5929,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-php73",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
@@ -5863,7 +6005,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-php80",
|
|
|
- "version": "v1.18.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
@@ -6970,16 +7112,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/annotations",
|
|
|
- "version": "1.10.3",
|
|
|
+ "version": "1.10.4",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
|
- "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
|
|
|
+ "reference": "bfe91e31984e2ba76df1c1339681770401ec262f"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
|
|
|
- "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/bfe91e31984e2ba76df1c1339681770401ec262f",
|
|
|
+ "reference": "bfe91e31984e2ba76df1c1339681770401ec262f",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -6989,7 +7131,8 @@
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"doctrine/cache": "1.*",
|
|
|
- "phpunit/phpunit": "^7.5"
|
|
|
+ "phpstan/phpstan": "^0.12.20",
|
|
|
+ "phpunit/phpunit": "^7.5 || ^9.1.5"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
@@ -7035,7 +7178,7 @@
|
|
|
"docblock",
|
|
|
"parser"
|
|
|
],
|
|
|
- "time": "2020-05-25T17:24:27+00:00"
|
|
|
+ "time": "2020-08-10T19:35:50+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/instantiator",
|
|
@@ -7171,16 +7314,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "facade/ignition",
|
|
|
- "version": "2.3.4",
|
|
|
+ "version": "2.3.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/facade/ignition.git",
|
|
|
- "reference": "87335b120bc9652e4ee2bf285b7322a785211476"
|
|
|
+ "reference": "d7d05dba5a0bdbf018a2cb7be268f22f5d73eb81"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/facade/ignition/zipball/87335b120bc9652e4ee2bf285b7322a785211476",
|
|
|
- "reference": "87335b120bc9652e4ee2bf285b7322a785211476",
|
|
|
+ "url": "https://api.github.com/repos/facade/ignition/zipball/d7d05dba5a0bdbf018a2cb7be268f22f5d73eb81",
|
|
|
+ "reference": "d7d05dba5a0bdbf018a2cb7be268f22f5d73eb81",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -7239,7 +7382,7 @@
|
|
|
"laravel",
|
|
|
"page"
|
|
|
],
|
|
|
- "time": "2020-07-27T15:17:39+00:00"
|
|
|
+ "time": "2020-08-10T13:50:38+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "facade/ignition-contracts",
|
|
@@ -7547,16 +7690,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "mockery/mockery",
|
|
|
- "version": "1.4.1",
|
|
|
+ "version": "1.4.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/mockery/mockery.git",
|
|
|
- "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6"
|
|
|
+ "reference": "20cab678faed06fac225193be281ea0fddb43b93"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/mockery/mockery/zipball/1404386ca3410b04fe58b9517e85d702ab33b2c6",
|
|
|
- "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6",
|
|
|
+ "url": "https://api.github.com/repos/mockery/mockery/zipball/20cab678faed06fac225193be281ea0fddb43b93",
|
|
|
+ "reference": "20cab678faed06fac225193be281ea0fddb43b93",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -7568,7 +7711,7 @@
|
|
|
"phpunit/phpunit": "<8.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpunit/phpunit": "^8.5 || ^9.0"
|
|
|
+ "phpunit/phpunit": "^8.5 || ^9.3"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
@@ -7611,7 +7754,7 @@
|
|
|
"test double",
|
|
|
"testing"
|
|
|
],
|
|
|
- "time": "2020-07-09T08:31:54+00:00"
|
|
|
+ "time": "2020-08-11T18:10:13+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "myclabs/deep-copy",
|
|
@@ -7955,16 +8098,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
|
- "version": "5.2.0",
|
|
|
+ "version": "5.2.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
- "reference": "3170448f5769fe19f456173d833734e0ff1b84df"
|
|
|
+ "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df",
|
|
|
- "reference": "3170448f5769fe19f456173d833734e0ff1b84df",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d870572532cd70bc3fab58f2e23ad423c8404c44",
|
|
|
+ "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -8003,7 +8146,7 @@
|
|
|
}
|
|
|
],
|
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
|
- "time": "2020-07-20T20:05:34+00:00"
|
|
|
+ "time": "2020-08-15T11:14:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpdocumentor/type-resolver",
|