Skip to content

Commit 362258a

Browse files
committed
Rector 1.0.0
1 parent 64d401b commit 362258a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Application/VersionResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = '9a44c19598a21aff4b6b38f9a0db3b5ca30337c6';
22+
public const PACKAGE_VERSION = '1.0.0';
2323
/**
2424
* @api
2525
* @var string

vendor/scoper-autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Restore the backup and ensure the excluded files are properly marked as loaded
1515
$GLOBALS['__composer_autoload_files'] = \array_merge(
1616
$existingComposerAutoloadFiles,
17-
\array_fill_keys(['0e6d7bf4a5811bfa5cf40c5ccd6fae6a', '5928a00fa978807cf85d90ec3f4b0147'], true)
17+
\array_fill_keys(['5928a00fa978807cf85d90ec3f4b0147', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a'], true)
1818
);
1919

2020
return $loader;

0 commit comments

Comments
 (0)