Skip to content

Commit

Permalink
modified project files - linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmuS2024 committed Oct 28, 2024
1 parent 021426a commit 118068e
Show file tree
Hide file tree
Showing 11 changed files with 600 additions and 242 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hexlet/code",
"name": "Rasmus2024/php-project-48",
"description": "My 2 project on Hexlet - Gendiff",
"type": "project",
"license": "MIT",
Expand All @@ -25,7 +25,8 @@
],
"require": {
"docopt/docopt": "^1.0",
"symfony/yaml": "^6.0"
"symfony/yaml": "^6.0",
"lstrojny/functional-php": "^1.17"
},
"bin": [
"bin/gendiff"
Expand All @@ -36,7 +37,8 @@
"phpstan/phpstan": "1.10.24",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan-beberlei-assert": "^1.1",
"phpstan/phpstan-strict-rules": "^1.5"
"phpstan/phpstan-strict-rules": "^1.5",
"hexlet/phpstan-fp": "^2.0"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 118068e

Please sign in to comment.