Skip to content

Commit

Permalink
upgraded to php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwierptak committed May 18, 2021
1 parent 9016d48 commit f71599f
Show file tree
Hide file tree
Showing 7 changed files with 1,519 additions and 658 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ composer require phuxtil/flysystem-ssh-shell
```

_Note_: Use v1.x for compatibility with PHP v7.0.x
_Note_: Use v2.x for compatibility with PHP v7.2+

### Requirements

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^7.2",
"league/flysystem": "^1.0",
"php": "^8",
"league/flysystem": "^1",
"symfony/process": "^4|^5",
"phuxtil/find": "^2",
"phuxtil/stat": "^2",
"popo/generator": "^2"
"phuxtil/find": "^3",
"phuxtil/stat": "^3",
"popo/generator": "^4"
},
"require-dev": {
"symfony/var-dumper": "^4|^5",
"phpunit/phpunit": "^8",
"phpunit/phpunit": "^9",
"ext-posix": "*"
},
"autoload": {
Expand Down
Loading

0 comments on commit f71599f

Please sign in to comment.