Skip to content

Commit

Permalink
Rector 0.18.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 27, 2023
1 parent 0fdd135 commit 9621124
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 35 deletions.
2 changes: 1 addition & 1 deletion src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '09a962c8cc695e8fdbeeb24e7f00f92008076ac4';
public const PACKAGE_VERSION = '0.18.11';
/**
* @api
* @var string
Expand Down
14 changes: 7 additions & 7 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,17 +858,17 @@
},
{
"name": "phpstan\/phpdoc-parser",
"version": "1.24.3",
"version_normalized": "1.24.3.0",
"version": "1.24.4",
"version_normalized": "1.24.4.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/phpstan\/phpdoc-parser.git",
"reference": "12f01d214f1c73b9c91fdb3b1c415e4c70652083"
"reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/phpstan\/phpdoc-parser\/zipball\/12f01d214f1c73b9c91fdb3b1c415e4c70652083",
"reference": "12f01d214f1c73b9c91fdb3b1c415e4c70652083",
"url": "https:\/\/api.github.com\/repos\/phpstan\/phpdoc-parser\/zipball\/6bd0c26f3786cd9b7c359675cb789e35a8e07496",
"reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496",
"shasum": ""
},
"require": {
Expand All @@ -885,7 +885,7 @@
"phpunit\/phpunit": "^9.5",
"symfony\/process": "^5.2"
},
"time": "2023-11-18T20:15:32+00:00",
"time": "2023-11-26T18:29:22+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand All @@ -902,7 +902,7 @@
"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.24.3"
"source": "https:\/\/github.com\/phpstan\/phpdoc-parser\/tree\/1.24.4"
},
"install-path": "..\/phpstan\/phpdoc-parser"
},
Expand Down
Loading

0 comments on commit 9621124

Please sign in to comment.