Skip to content

Commit

Permalink
Merge pull request #98 from LinioPay/chore/revert-dependencies-updates
Browse files Browse the repository at this point in the history
chore: revert dependencies updates
  • Loading branch information
Felynx3 authored Jun 29, 2022
2 parents e843c44 + c2b3d10 commit 2b18b57
Show file tree
Hide file tree
Showing 6 changed files with 768 additions and 1,456 deletions.
19 changes: 0 additions & 19 deletions .php-cs-fixer.dist.php

This file was deleted.

7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"lstrojny/hmmmath": ">=0.5.0",
"guzzlehttp/guzzle": "^6.5",
"slim/slim": "^3.12",
"friendsofphp/php-cs-fixer": "3.4.0"
"friendsofphp/php-cs-fixer": "^2.16",
"sensiolabs/security-checker": "^6.0"
},
"require-dev": {
"internations/testing-component": "1.3.0",
Expand All @@ -51,13 +52,13 @@
"@auto-scripts"
],
"lint": [
"php-cs-fixer fix --ansi --verbose --show-progress=dots"
"php-cs-fixer fix --ansi --verbose --show-progress=estimating"
],
"lint:check": [
"@lint --dry-run"
],
"security-check": [
"local-php-security-checker-installer && local-php-security-checker"
"security-checker security:check"
]
}
}
Loading

0 comments on commit 2b18b57

Please sign in to comment.