Skip to content

Commit

Permalink
Merge pull request #3 from oliwierptak/composer-update
Browse files Browse the repository at this point in the history
updated composer, fixed issue with older version of stat output
  • Loading branch information
oliwierptak authored Jul 3, 2020
2 parents 6ec2a2e + a6f4ecf commit 439acfa
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 439acfa

Please sign in to comment.