Skip to content

Commit

Permalink
updated composer, fixed issue with older version of stat output
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwierptak committed Jul 3, 2020
1 parent 6ec2a2e commit a6f4ecf
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 186 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"require": {
"php": "^7.2",
"league/flysystem": "^1.0",
"symfony/process": "^4",
"symfony/process": "^4|^5",
"phuxtil/find": "^2",
"phuxtil/stat": "^2",
"popo/generator": "^2"
},
"require-dev": {
"symfony/var-dumper": "^4",
"symfony/var-dumper": "^4|^5",
"phpunit/phpunit": "^8",
"ext-posix": "*"
},
Expand Down
Loading

0 comments on commit a6f4ecf

Please sign in to comment.