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 f5ff33c935 Merge branch '4.4' into 5.0
* 4.4:
  add missing gitattributes for phpunit-bridge
  Bump Symfony version to 4.4.7
  Update VERSION for 4.4.6
  Update CHANGELOG for 4.4.6
2020-03-27 17:56:45 +01:00
..
Tests add species to inflector and inflector tests 2019-11-05 20:58:22 +01: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 Allow PHP ^7.2.5 2019-11-18 18:27:11 +01: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