Thu, 19 Sep 2024 06:25:27 UTC | login

Information for RPM php-cs-fixer-3.13.0-1.fc37.noarch.rpm

ID886048
Namephp-cs-fixer
Version3.13.0
Release1.fc37
Epoch
Archnoarch
SummaryPHP Coding Standards Fixer
DescriptionThe PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards; whether you want to follow PHP coding standards as defined in the PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You can also define your (team's) style through configuration. It can modernize your code (like converting the pow function to the ** operator on PHP 5.6) and (micro) optimize it. If you are already using a linter to identify coding standards problems in your code, you know that fixing them by hand is tedious, especially on large projects. This tool does not only detect them, but also fixes them for you.
Build Time2022-11-02 15:36:58 GMT
Size757.99 KB
e64a319420ac51f331a270b6caa9919b
LicenseMIT AND BSD-3-Clause
Provides
bundled(php-composer-pcre) = 3.0.0
bundled(php-composer-semver) = 3.3.2
bundled(php-composer-xdebug-handler) = 3.0.3
bundled(php-doctrine-annotations) = 1.13.3
bundled(php-doctrine-lexer) = 1.2.3
bundled(php-psr-cache) = 1.0.1
bundled(php-psr-container) = 1.1.2
bundled(php-psr-event-dispatcher) = 1.0.0
bundled(php-psr-log) = 1.1.4
bundled(php-sebastian-diff) = 4.0.4
bundled(php-symfony-console) = v5.4.15
bundled(php-symfony-deprecation-contracts) = v2.5.2
bundled(php-symfony-event-dispatcher) = v5.4.9
bundled(php-symfony-event-dispatcher-contracts) = v2.5.2
bundled(php-symfony-filesystem) = v5.4.13
bundled(php-symfony-finder) = v5.4.11
bundled(php-symfony-options-resolver) = v5.4.11
bundled(php-symfony-polyfill-ctype) = v1.26.0
bundled(php-symfony-polyfill-intl-grapheme) = v1.26.0
bundled(php-symfony-polyfill-intl-normalizer) = v1.26.0
bundled(php-symfony-polyfill-mbstring) = v1.26.0
bundled(php-symfony-polyfill-php73) = v1.26.0
bundled(php-symfony-polyfill-php80) = v1.26.0
bundled(php-symfony-polyfill-php81) = v1.26.0
bundled(php-symfony-process) = v5.4.11
bundled(php-symfony-service-contracts) = v2.5.2
bundled(php-symfony-stopwatch) = v5.4.13
bundled(php-symfony-string) = v5.4.15
php-composer(friendsofphp/php-cs-fixer) = 3.13.0
php-cs-fixer = 3.13.0-1.fc37
php-cs-fixer3 = 3.13.0
Obsoletes
php-cs-fixer3 < 3.5
Conflicts No Conflicts
Requires
/usr/bin/env
php(language) >= 7.4
php-dom
php-intl
php-json
php-mbstring
php-tokenizer
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 1125 >>>
Name ascending sort Size
/usr/bin/php-cs-fixer3.33 KB
/usr/share/doc/php-cs-fixer0.00 B
/usr/share/doc/php-cs-fixer/CHANGELOG.md271.74 KB
/usr/share/doc/php-cs-fixer/CONTRIBUTING.md4.87 KB
/usr/share/doc/php-cs-fixer/README.md2.70 KB
/usr/share/doc/php-cs-fixer/UPGRADE-v3.md11.71 KB
/usr/share/doc/php-cs-fixer/composer.json2.32 KB
/usr/share/doc/php-cs-fixer/installed.json73.58 KB
/usr/share/doc/php-cs-fixer/logo.md114.00 B
/usr/share/licenses/php-cs-fixer0.00 B
/usr/share/licenses/php-cs-fixer/LICENSE1.06 KB
/usr/share/php-cs-fixer0.00 B
/usr/share/php-cs-fixer/src0.00 B
/usr/share/php-cs-fixer/src/AbstractDoctrineAnnotationFixer.php7.33 KB
/usr/share/php-cs-fixer/src/AbstractFixer.php6.60 KB
/usr/share/php-cs-fixer/src/AbstractFopenFlagFixer.php3.04 KB
/usr/share/php-cs-fixer/src/AbstractFunctionReferenceFixer.php2.24 KB
/usr/share/php-cs-fixer/src/AbstractLinesBeforeNamespaceFixer.php3.90 KB
/usr/share/php-cs-fixer/src/AbstractNoUselessElseFixer.php6.79 KB
/usr/share/php-cs-fixer/src/AbstractPhpdocToTypeDeclarationFixer.php6.35 KB
/usr/share/php-cs-fixer/src/AbstractPhpdocTypesFixer.php2.88 KB
/usr/share/php-cs-fixer/src/AbstractProxyFixer.php2.68 KB
/usr/share/php-cs-fixer/src/Cache0.00 B
/usr/share/php-cs-fixer/src/Cache/Cache.php3.53 KB
/usr/share/php-cs-fixer/src/Cache/CacheInterface.php723.00 B
/usr/share/php-cs-fixer/src/Cache/CacheManagerInterface.php587.00 B
/usr/share/php-cs-fixer/src/Cache/Directory.php1.13 KB
/usr/share/php-cs-fixer/src/Cache/DirectoryInterface.php485.00 B
/usr/share/php-cs-fixer/src/Cache/FileCacheManager.php3.21 KB
/usr/share/php-cs-fixer/src/Cache/FileHandler.php2.58 KB
/usr/share/php-cs-fixer/src/Cache/FileHandlerInterface.php573.00 B
/usr/share/php-cs-fixer/src/Cache/NullCacheManager.php649.00 B
/usr/share/php-cs-fixer/src/Cache/Signature.php2.35 KB
/usr/share/php-cs-fixer/src/Cache/SignatureInterface.php774.00 B
/usr/share/php-cs-fixer/src/Config.php5.03 KB
/usr/share/php-cs-fixer/src/ConfigInterface.php3.37 KB
/usr/share/php-cs-fixer/src/ConfigurationException0.00 B
/usr/share/php-cs-fixer/src/ConfigurationException/InvalidConfigurationException.php921.00 B
/usr/share/php-cs-fixer/src/ConfigurationException/InvalidFixerConfigurationException.php1.07 KB
/usr/share/php-cs-fixer/src/ConfigurationException/InvalidForEnvFixerConfigurationException.php524.00 B
/usr/share/php-cs-fixer/src/ConfigurationException/RequiredFixerConfigurationException.php519.00 B
/usr/share/php-cs-fixer/src/Console0.00 B
/usr/share/php-cs-fixer/src/Console/Application.php4.63 KB
/usr/share/php-cs-fixer/src/Console/Command0.00 B
/usr/share/php-cs-fixer/src/Console/Command/DescribeCommand.php14.05 KB
/usr/share/php-cs-fixer/src/Console/Command/DescribeNameNotFoundException.php847.00 B
/usr/share/php-cs-fixer/src/Console/Command/DocumentationCommand.php4.13 KB
/usr/share/php-cs-fixer/src/Console/Command/FixCommand.php14.11 KB
/usr/share/php-cs-fixer/src/Console/Command/FixCommandExitStatusCalculator.php1.45 KB
/usr/share/php-cs-fixer/src/Console/Command/HelpCommand.php3.32 KB
Component of No Buildroots