This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Inflector
Nicolas Grekas 430b884570 Merge branch '5.1'
* 5.1:
  [PhpUnitBridge] fix leftover
  [PhpUnitBridge] fix installing under PHP >= 8
  Use ">=" for the "php" requirement
  bump icu 67.1
  [DI] Remove preload primitive types
  [Validator] Add missing translations of nn locale
  [HttpKernel] Fix that the `Store` would not save responses with the X-Content-Digest header present
  [Intl] bump icu 67.1
  [Validator] allow passing a validator to Validation::createCallable()
2020-05-20 19:44:07 +02:00
..
Tests [String] Move Inflector in String 2020-05-05 08:40:05 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [Inflector] Add .gitignore file 2019-09-17 10:36:34 +02:00
CHANGELOG.md [String] Move Inflector in String 2020-05-05 08:40:05 +02:00
composer.json Merge branch '5.1' 2020-05-20 19:44:07 +02:00
Inflector.php CI fixes 2020-05-05 18:19:12 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md [String] Move Inflector in String 2020-05-05 08:40:05 +02:00

Inflector Component

CAUTION: this component is deprecated since Symfony 5.1. Instead, use the String component EnglishInflector.


Inflector converts words between their singular and plural forms (English only).

Resources