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 e953dd3e0d Merge branch '3.4' into 4.4
* 3.4:
  Remove "version" from composer.json files, use "branch-version" instead
2020-10-13 14:30:56 +02:00
..
Tests Merge branch '3.4' into 4.4 2020-05-04 16:02:18 +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
composer.json Merge branch '3.4' into 4.4 2020-10-13 14:30:56 +02:00
Inflector.php add species to inflector and inflector tests 2019-11-05 20:58:22 +01: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 [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