Updated Rector to commit 9f784a8fae

9f784a8fae [CI] restore build dir
This commit is contained in:
Tomas Votruba 2022-05-29 23:15:29 +00:00
parent ba33a36776
commit 43094029dd
16 changed files with 281 additions and 20 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = 'ed8b526a16c232e7ad0540cb689b057384fc4c70';
public const PACKAGE_VERSION = '9f784a8fae9593e62b78c282bc54282528eeeeac';
/**
* @var string
*/
public const RELEASE_DATE = '2022-05-30 00:49:04';
public const RELEASE_DATE = '2022-05-30 01:08:55';
/**
* @var int
*/

2
vendor/autoload.php vendored
View File

@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f::getLoader();
return ComposerAutoloaderInit9e5b8fb18069f28961cfcc076bc98922::getLoader();

View File

@ -1107,6 +1107,7 @@ return array(
'RectorPrefix20220529\\Symfony\\Contracts\\Translation\\TranslatableInterface' => $vendorDir . '/symfony/contracts/Translation/TranslatableInterface.php',
'RectorPrefix20220529\\Symfony\\Contracts\\Translation\\TranslatorInterface' => $vendorDir . '/symfony/contracts/Translation/TranslatorInterface.php',
'RectorPrefix20220529\\Symfony\\Contracts\\Translation\\TranslatorTrait' => $vendorDir . '/symfony/contracts/Translation/TranslatorTrait.php',
'RectorPrefix20220529\\Symfony\\Polyfill\\Php81\\Php81' => $vendorDir . '/symfony/polyfill-php81/Php81.php',
'RectorPrefix20220529\\Symplify\\Astral\\Contract\\NodeNameResolverInterface' => $vendorDir . '/symplify/astral/src/Contract/NodeNameResolverInterface.php',
'RectorPrefix20220529\\Symplify\\Astral\\Contract\\NodeValueResolver\\NodeValueResolverInterface' => $vendorDir . '/symplify/astral/src/Contract/NodeValueResolver/NodeValueResolverInterface.php',
'RectorPrefix20220529\\Symplify\\Astral\\Exception\\ShouldNotHappenException' => $vendorDir . '/symplify/astral/src/Exception/ShouldNotHappenException.php',
@ -3156,6 +3157,7 @@ return array(
'Rector\\Visibility\\Rector\\ClassMethod\\ExplicitPublicClassMethodRector' => $baseDir . '/rules/Visibility/Rector/ClassMethod/ExplicitPublicClassMethodRector.php',
'Rector\\Visibility\\ValueObject\\ChangeConstantVisibility' => $baseDir . '/rules/Visibility/ValueObject/ChangeConstantVisibility.php',
'Rector\\Visibility\\ValueObject\\ChangeMethodVisibility' => $baseDir . '/rules/Visibility/ValueObject/ChangeMethodVisibility.php',
'ReturnTypeWillChange' => $vendorDir . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php',
'Ssch\\TYPO3Rector\\Configuration\\Typo3Option' => $vendorDir . '/ssch/typo3-rector/src/Configuration/Typo3Option.php',
'Ssch\\TYPO3Rector\\Contract\\FileProcessor\\FlexForms\\Rector\\FlexFormRectorInterface' => $vendorDir . '/ssch/typo3-rector/src/Contract/FileProcessor/FlexForms/Rector/FlexFormRectorInterface.php',
'Ssch\\TYPO3Rector\\Contract\\FileProcessor\\Fluid\\Rector\\FluidRectorInterface' => $vendorDir . '/ssch/typo3-rector/src/Contract/FileProcessor/Fluid/Rector/FluidRectorInterface.php',

View File

@ -6,6 +6,7 @@ $vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'23c18046f52bef3eea034657bafda50f' => $vendorDir . '/symfony/polyfill-php81/bootstrap.php',
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
'ad155f8f1cf0d418fe49e248db8c661b' => $vendorDir . '/react/promise/src/functions_include.php',
'972fda704d680a3a53c68e34e193cb22' => $vendorDir . '/react/promise-timer/src/functions_include.php',

View File

@ -33,6 +33,7 @@ return array(
'RectorPrefix20220529\\Symplify\\ComposerJsonManipulator\\' => array($vendorDir . '/symplify/composer-json-manipulator/src'),
'RectorPrefix20220529\\Symplify\\AutowireArrayParameter\\' => array($vendorDir . '/symplify/autowire-array-parameter/src'),
'RectorPrefix20220529\\Symplify\\Astral\\' => array($vendorDir . '/symplify/astral/src'),
'RectorPrefix20220529\\Symfony\\Polyfill\\Php81\\' => array($vendorDir . '/symfony/polyfill-php81'),
'RectorPrefix20220529\\Symfony\\Contracts\\' => array($vendorDir . '/symfony/contracts'),
'RectorPrefix20220529\\Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
'RectorPrefix20220529\\Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'),

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f
class ComposerAutoloaderInit9e5b8fb18069f28961cfcc076bc98922
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit9e5b8fb18069f28961cfcc076bc98922', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit9e5b8fb18069f28961cfcc076bc98922', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit9e5b8fb18069f28961cfcc076bc98922::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit9e5b8fb18069f28961cfcc076bc98922::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire5783dc4ed9bfd5cfbffa51438f68170f($fileIdentifier, $file);
composerRequire9e5b8fb18069f28961cfcc076bc98922($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f
* @param string $file
* @return void
*/
function composerRequire5783dc4ed9bfd5cfbffa51438f68170f($fileIdentifier, $file)
function composerRequire9e5b8fb18069f28961cfcc076bc98922($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

View File

@ -4,9 +4,10 @@
namespace Composer\Autoload;
class ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f
class ComposerStaticInit9e5b8fb18069f28961cfcc076bc98922
{
public static $files = array (
'23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
'972fda704d680a3a53c68e34e193cb22' => __DIR__ . '/..' . '/react/promise-timer/src/functions_include.php',
@ -50,6 +51,7 @@ class ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f
'RectorPrefix20220529\\Symplify\\ComposerJsonManipulator\\' => 54,
'RectorPrefix20220529\\Symplify\\AutowireArrayParameter\\' => 53,
'RectorPrefix20220529\\Symplify\\Astral\\' => 37,
'RectorPrefix20220529\\Symfony\\Polyfill\\Php81\\' => 44,
'RectorPrefix20220529\\Symfony\\Contracts\\' => 39,
'RectorPrefix20220529\\Symfony\\Component\\Yaml\\' => 44,
'RectorPrefix20220529\\Symfony\\Component\\String\\' => 46,
@ -198,6 +200,10 @@ class ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f
array (
0 => __DIR__ . '/..' . '/symplify/astral/src',
),
'RectorPrefix20220529\\Symfony\\Polyfill\\Php81\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php81',
),
'RectorPrefix20220529\\Symfony\\Contracts\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/contracts',
@ -1426,6 +1432,7 @@ class ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f
'RectorPrefix20220529\\Symfony\\Contracts\\Translation\\TranslatableInterface' => __DIR__ . '/..' . '/symfony/contracts/Translation/TranslatableInterface.php',
'RectorPrefix20220529\\Symfony\\Contracts\\Translation\\TranslatorInterface' => __DIR__ . '/..' . '/symfony/contracts/Translation/TranslatorInterface.php',
'RectorPrefix20220529\\Symfony\\Contracts\\Translation\\TranslatorTrait' => __DIR__ . '/..' . '/symfony/contracts/Translation/TranslatorTrait.php',
'RectorPrefix20220529\\Symfony\\Polyfill\\Php81\\Php81' => __DIR__ . '/..' . '/symfony/polyfill-php81/Php81.php',
'RectorPrefix20220529\\Symplify\\Astral\\Contract\\NodeNameResolverInterface' => __DIR__ . '/..' . '/symplify/astral/src/Contract/NodeNameResolverInterface.php',
'RectorPrefix20220529\\Symplify\\Astral\\Contract\\NodeValueResolver\\NodeValueResolverInterface' => __DIR__ . '/..' . '/symplify/astral/src/Contract/NodeValueResolver/NodeValueResolverInterface.php',
'RectorPrefix20220529\\Symplify\\Astral\\Exception\\ShouldNotHappenException' => __DIR__ . '/..' . '/symplify/astral/src/Exception/ShouldNotHappenException.php',
@ -3475,6 +3482,7 @@ class ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f
'Rector\\Visibility\\Rector\\ClassMethod\\ExplicitPublicClassMethodRector' => __DIR__ . '/../..' . '/rules/Visibility/Rector/ClassMethod/ExplicitPublicClassMethodRector.php',
'Rector\\Visibility\\ValueObject\\ChangeConstantVisibility' => __DIR__ . '/../..' . '/rules/Visibility/ValueObject/ChangeConstantVisibility.php',
'Rector\\Visibility\\ValueObject\\ChangeMethodVisibility' => __DIR__ . '/../..' . '/rules/Visibility/ValueObject/ChangeMethodVisibility.php',
'ReturnTypeWillChange' => __DIR__ . '/..' . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php',
'Ssch\\TYPO3Rector\\Configuration\\Typo3Option' => __DIR__ . '/..' . '/ssch/typo3-rector/src/Configuration/Typo3Option.php',
'Ssch\\TYPO3Rector\\Contract\\FileProcessor\\FlexForms\\Rector\\FlexFormRectorInterface' => __DIR__ . '/..' . '/ssch/typo3-rector/src/Contract/FileProcessor/FlexForms/Rector/FlexFormRectorInterface.php',
'Ssch\\TYPO3Rector\\Contract\\FileProcessor\\Fluid\\Rector\\FluidRectorInterface' => __DIR__ . '/..' . '/ssch/typo3-rector/src/Contract/FileProcessor/Fluid/Rector/FluidRectorInterface.php',
@ -3806,9 +3814,9 @@ class ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit5783dc4ed9bfd5cfbffa51438f68170f::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit9e5b8fb18069f28961cfcc076bc98922::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9e5b8fb18069f28961cfcc076bc98922::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit9e5b8fb18069f28961cfcc076bc98922::$classMap;
}, null, ClassLoader::class);
}

View File

@ -3201,6 +3201,88 @@
],
"install-path": "..\/symfony\/finder"
},
{
"name": "symfony\/polyfill-php81",
"version": "v1.25.0",
"version_normalized": "1.25.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/symfony\/polyfill-php81.git",
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php81\/zipball\/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"time": "2021-09-13T13:58:11+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony\/polyfill",
"url": "https:\/\/github.com\/symfony\/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"RectorPrefix20220529\\Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources\/stubs"
]
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https:\/\/symfony.com\/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https:\/\/symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https:\/\/github.com\/symfony\/polyfill-php81\/tree\/v1.25.0"
},
"funding": [
{
"url": "https:\/\/symfony.com\/sponsor",
"type": "custom"
},
{
"url": "https:\/\/github.com\/fabpot",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
"type": "tidelift"
}
],
"install-path": "..\/symfony\/polyfill-php81"
},
{
"name": "symfony\/string",
"version": "v6.0.9",

File diff suppressed because one or more lines are too long

View File

@ -9,8 +9,8 @@ $loader = require_once __DIR__.'/autoload.php';
if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
spl_autoload_call('RectorPrefix20220529\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f', false) && !interface_exists('ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f', false) && !trait_exists('ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f', false)) {
spl_autoload_call('RectorPrefix20220529\ComposerAutoloaderInit5783dc4ed9bfd5cfbffa51438f68170f');
if (!class_exists('ComposerAutoloaderInit9e5b8fb18069f28961cfcc076bc98922', false) && !interface_exists('ComposerAutoloaderInit9e5b8fb18069f28961cfcc076bc98922', false) && !trait_exists('ComposerAutoloaderInit9e5b8fb18069f28961cfcc076bc98922', false)) {
spl_autoload_call('RectorPrefix20220529\ComposerAutoloaderInit9e5b8fb18069f28961cfcc076bc98922');
}
if (!class_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !interface_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !trait_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false)) {
spl_autoload_call('RectorPrefix20220529\Helmich\TypoScriptParser\Parser\AST\Statement');
@ -24,6 +24,9 @@ if (!class_exists('MissingReturnTypeParser', false) && !interface_exists('Missin
if (!class_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false) && !interface_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false) && !trait_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false)) {
spl_autoload_call('RectorPrefix20220529\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator');
}
if (!class_exists('ReturnTypeWillChange', false) && !interface_exists('ReturnTypeWillChange', false) && !trait_exists('ReturnTypeWillChange', false)) {
spl_autoload_call('RectorPrefix20220529\ReturnTypeWillChange');
}
if (!class_exists('Symplify\ComposerJsonManipulator\ValueObject\ComposerJson', false) && !interface_exists('Symplify\ComposerJsonManipulator\ValueObject\ComposerJson', false) && !trait_exists('Symplify\ComposerJsonManipulator\ValueObject\ComposerJson', false)) {
spl_autoload_call('RectorPrefix20220529\Symplify\ComposerJsonManipulator\ValueObject\ComposerJson');
}
@ -53,9 +56,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20220529\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire5783dc4ed9bfd5cfbffa51438f68170f')) {
function composerRequire5783dc4ed9bfd5cfbffa51438f68170f() {
return \RectorPrefix20220529\composerRequire5783dc4ed9bfd5cfbffa51438f68170f(...func_get_args());
if (!function_exists('composerRequire9e5b8fb18069f28961cfcc076bc98922')) {
function composerRequire9e5b8fb18069f28961cfcc076bc98922() {
return \RectorPrefix20220529\composerRequire9e5b8fb18069f28961cfcc076bc98922(...func_get_args());
}
}
if (!function_exists('scanPath')) {
@ -163,6 +166,11 @@ if (!function_exists('trigger_deprecation')) {
return \RectorPrefix20220529\trigger_deprecation(...func_get_args());
}
}
if (!function_exists('enum_exists')) {
function enum_exists() {
return \RectorPrefix20220529\enum_exists(...func_get_args());
}
}
if (!function_exists('includeIfExists')) {
function includeIfExists() {
return \RectorPrefix20220529\includeIfExists(...func_get_args());

19
vendor/symfony/polyfill-php81/LICENSE vendored Normal file
View File

@ -0,0 +1,19 @@
Copyright (c) 2021 Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

33
vendor/symfony/polyfill-php81/Php81.php vendored Normal file
View File

@ -0,0 +1,33 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace RectorPrefix20220529\Symfony\Polyfill\Php81;
/**
* @author Nicolas Grekas <p@tchwork.com>
*
* @internal
*/
final class Php81
{
public static function array_is_list(array $array) : bool
{
if ([] === $array || $array === \array_values($array)) {
return \true;
}
$nextKey = -1;
foreach ($array as $k => $v) {
if ($k !== ++$nextKey) {
return \false;
}
}
return \true;
}
}

16
vendor/symfony/polyfill-php81/README.md vendored Normal file
View File

@ -0,0 +1,16 @@
Symfony Polyfill / Php81
========================
This component provides features added to PHP 8.1 core:
- [`array_is_list`](https://php.net/array_is_list)
- [`MYSQLI_REFRESH_REPLICA`](https://www.php.net/manual/en/mysqli.constants.php#constantmysqli-refresh-replica) constant
- [`ReturnTypeWillChange`](https://wiki.php.net/rfc/internal_method_return_types)
More information can be found in the
[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
License
=======
This library is released under the [MIT license](LICENSE).

View File

@ -0,0 +1,13 @@
<?php
if (\PHP_VERSION_ID < 80100) {
#[Attribute(\Attribute::TARGET_METHOD)]
final class ReturnTypeWillChange
{
public function __construct()
{
}
}
}

View File

@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use RectorPrefix20220529\Symfony\Polyfill\Php81 as p;
if (\PHP_VERSION_ID >= 80100) {
return;
}
if (\defined('MYSQLI_REFRESH_SLAVE') && !\defined('MYSQLI_REFRESH_REPLICA')) {
\define('MYSQLI_REFRESH_REPLICA', 64);
}
if (!\function_exists('RectorPrefix20220529\\array_is_list')) {
function array_is_list(array $array) : bool
{
return \RectorPrefix20220529\Symfony\Polyfill\Php81\Php81::array_is_list($array);
}
}
if (!\function_exists('RectorPrefix20220529\\enum_exists')) {
function enum_exists(string $enum, bool $autoload = \true) : bool
{
return $autoload && \class_exists($enum) && \false;
}
}

View File

@ -0,0 +1,47 @@
{
"name": "symfony\/polyfill-php81",
"type": "library",
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"keywords": [
"polyfill",
"shim",
"compatibility",
"portable"
],
"homepage": "https:\/\/symfony.com",
"license": "MIT",
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https:\/\/symfony.com\/contributors"
}
],
"require": {
"php": ">=7.1"
},
"autoload": {
"psr-4": {
"RectorPrefix20220529\\Symfony\\Polyfill\\Php81\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources\/stubs"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony\/polyfill",
"url": "https:\/\/github.com\/symfony\/polyfill"
}
}
}