Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Dec 6, 2023
1 parent 5f3698e commit 3cea92e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"json-mapper/json-mapper": "^2.2",
"symfony/console": "^4|^5|^6",
"symfony/finder": "^4|^5|^6",
"league/flysystem": "^1.0"
"league/flysystem": "^1"
},
"autoload": {
"psr-4": {
Expand All @@ -45,7 +45,8 @@
},
"scripts": {
"cs": [
"phpcs"
"phpcs",
"phpstan"
],
"cs-fix": [
"phpcbf || true",
Expand Down

0 comments on commit 3cea92e

Please sign in to comment.