Skip to content

Commit

Permalink
bump php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan authored and lstrojny committed Mar 6, 2021
1 parent ca8cc2a commit 52e61e1
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions composer.json
@@ -1,7 +1,9 @@
{
"name": "lstrojny/functional-php",
"description": "Functional primitives for PHP",
"keywords": ["functional"],
"keywords": [
"functional"
],
"license": "MIT",
"authors": [
{
Expand All @@ -19,11 +21,13 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "~3.0",
"friendsofphp/php-cs-fixer": "^2.14",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^2.17"
},
"autoload": {
"psr-4": {"Functional\\": "src/Functional"},
"psr-4": {
"Functional\\": "src/Functional"
},
"files": [
"src/Functional/Ary.php",
"src/Functional/Average.php",
Expand Down Expand Up @@ -121,7 +125,9 @@
]
},
"autoload-dev": {
"psr-4": {"Functional\\Tests\\": "tests/Functional"}
"psr-4": {
"Functional\\Tests\\": "tests/Functional"
}
},
"scripts": {
"tests": "vendor/bin/phpunit",
Expand Down

0 comments on commit 52e61e1

Please sign in to comment.