Skip to content

Commit

Permalink
composer normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Jan 2, 2022
1 parent 5dd29e5 commit 3cf7098
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "jrmajor/pluralrules",
"description": "Identify plural categories according to CLDR",
"license": "MIT",
"keywords": [
"plural",
"plural rules",
Expand All @@ -13,43 +14,47 @@
"language",
"cldr"
],
"homepage": "https://github.com/jrmajor/pluralrules",
"license": "MIT",
"authors": [
{
"name": "Jeremiasz Major",
"email": "jrh.mjr@gmail.com"
}
],
"homepage": "https://github.com/jrmajor/pluralrules",
"require": {
"php": "~8.0.0 || ~8.1.0",
"ext-intl": "*"
},
"require-dev": {
"azjezz/psl": "^1.9",
"hoa/compiler": "~3.17",
"jrmajor/cs": "^0.3.3",
"nunomaduro/collision": "^5.10",
"pestphp/pest": "^1.21",
"phpstan/phpstan": "^1.3",
"symfony/var-dumper": "^5.4",
"symfony/console": "^5.4",
"azjezz/psl": "^1.9"
"symfony/var-dumper": "^5.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Major\\PluralRules\\": "src"
},
"files": ["src/operands.php", "src/operators.php"]
"files": [
"src/operands.php",
"src/operators.php"
]
},
"autoload-dev": {
"psr-4": {
"Major\\PluralRules\\Dev\\": "dev",
"Major\\PluralRules\\Tests\\": "tests"
},
"files": ["dev/helpers.php"]
"files": [
"dev/helpers.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cf7098

Please sign in to comment.