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
Fabien Potencier 9072ba8b58 Merge branch '3.4' into 4.3
* 3.4:
  [Twig] Remove dead code
  Add gitignore file for Symfony 3.4
  [Inflector] Add .gitignore file
  [Security] Removed unused argument in Test
  [Console] Get dimensions from stty on windows if possible
  [Inflector] add support 'see' to 'ee' for singularize 'fees' to 'fee'
2019-09-17 13:12:06 +02:00
..
Tests Merge branch '3.4' into 4.3 2019-09-17 13:12:06 +02:00
.gitignore [Inflector] Add .gitignore file 2019-09-17 10:36:34 +02:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01:00
Inflector.php Merge branch '3.4' into 4.3 2019-09-17 13:12:06 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md [Inflector] remove "internal" marker from the component 2019-04-01 15:53:46 +02:00

Inflector Component

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

Resources