We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5eefb commit 5bc4754Copy full SHA for 5bc4754
src/Application/VersionResolver.php
@@ -19,12 +19,12 @@ final class VersionResolver
19
* @api
20
* @var string
21
*/
22
- public const PACKAGE_VERSION = '6d5ffbe7d62fba226b0b49c613092c0741b2ba34';
+ public const PACKAGE_VERSION = '01fb666f47d9323316bd5993f068ffa8f8d88540';
23
/**
24
25
26
27
- public const RELEASE_DATE = '2023-10-23 09:47:25';
+ public const RELEASE_DATE = '2023-10-23 16:33:25';
28
29
* @var int
30
src/ValueObject/PhpVersion.php
@@ -60,6 +60,10 @@ final class PhpVersion
60
61
62
public const PHP_82 = 80200;
63
+ /**
64
+ * @var int
65
+ */
66
+ public const PHP_83 = 80300;
67
68
69
0 commit comments