|
|
@ -8,16 +8,16 @@ |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "adhocore/cli", |
|
|
|
"version": "v1.6.2", |
|
|
|
"version": "v1.7.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/adhocore/php-cli.git", |
|
|
|
"reference": "34191315b0da20b9b4ecad783d91db992fa209a4" |
|
|
|
"reference": "3fde60a838912e71c82ed0f48048685dc32dbc77" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/adhocore/php-cli/zipball/34191315b0da20b9b4ecad783d91db992fa209a4", |
|
|
|
"reference": "34191315b0da20b9b4ecad783d91db992fa209a4", |
|
|
|
"url": "https://api.github.com/repos/adhocore/php-cli/zipball/3fde60a838912e71c82ed0f48048685dc32dbc77", |
|
|
|
"reference": "3fde60a838912e71c82ed0f48048685dc32dbc77", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -62,7 +62,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/adhocore/php-cli/issues", |
|
|
|
"source": "https://github.com/adhocore/php-cli/tree/v1.6.2" |
|
|
|
"source": "https://github.com/adhocore/php-cli/tree/v1.7.1" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -74,7 +74,7 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-01-22T22:37:23+00:00" |
|
|
|
"time": "2024-03-28T08:30:12+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nextcloud/openapi-extractor", |
|
|
@ -82,12 +82,12 @@ |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nextcloud/openapi-extractor.git", |
|
|
|
"reference": "e15283dc655436460c531ce286b7f0bae3e0bf31" |
|
|
|
"reference": "664743c1723db845f633c02e854c7563b4862353" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/e15283dc655436460c531ce286b7f0bae3e0bf31", |
|
|
|
"reference": "e15283dc655436460c531ce286b7f0bae3e0bf31", |
|
|
|
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/664743c1723db845f633c02e854c7563b4862353", |
|
|
|
"reference": "664743c1723db845f633c02e854c7563b4862353", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -129,25 +129,25 @@ |
|
|
|
"source": "https://github.com/nextcloud/openapi-extractor/tree/main", |
|
|
|
"issues": "https://github.com/nextcloud/openapi-extractor/issues" |
|
|
|
}, |
|
|
|
"time": "2024-02-21T11:05:43+00:00" |
|
|
|
"time": "2024-04-08T18:03:55+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nikic/php-parser", |
|
|
|
"version": "v4.18.0", |
|
|
|
"version": "v4.19.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git", |
|
|
|
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" |
|
|
|
"reference": "4e1b88d21c69391150ace211e9eaf05810858d0b" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", |
|
|
|
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", |
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b", |
|
|
|
"reference": "4e1b88d21c69391150ace211e9eaf05810858d0b", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"ext-tokenizer": "*", |
|
|
|
"php": ">=7.0" |
|
|
|
"php": ">=7.1" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"ircmaxell/php-yacc": "^0.0.7", |
|
|
@ -183,22 +183,22 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/nikic/PHP-Parser/issues", |
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" |
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1" |
|
|
|
}, |
|
|
|
"time": "2023-12-10T21:03:43+00:00" |
|
|
|
"time": "2024-03-17T08:10:35+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpstan/phpdoc-parser", |
|
|
|
"version": "1.25.0", |
|
|
|
"version": "1.28.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/phpstan/phpdoc-parser.git", |
|
|
|
"reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240" |
|
|
|
"reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240", |
|
|
|
"reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240", |
|
|
|
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", |
|
|
|
"reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -230,9 +230,9 @@ |
|
|
|
"description": "PHPDoc parser with support for nullable, intersection and generic types", |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/phpstan/phpdoc-parser/issues", |
|
|
|
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0" |
|
|
|
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0" |
|
|
|
}, |
|
|
|
"time": "2024-01-04T17:06:16+00:00" |
|
|
|
"time": "2024-04-03T18:51:33+00:00" |
|
|
|
} |
|
|
|
], |
|
|
|
"packages-dev": [], |
|
|
|