Skip to content

Commit

Permalink
Merge pull request #7 from blackpanda-media/dev
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
panvid authored Feb 16, 2022
2 parents 8baf75d + ad927d0 commit 36d55e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Speedy FTP client is a package component for simple communication with the ftp s

## Requirements

- \>= php 7.1
- \>= php 7.4


## Installation

```sh
$ composer require speedy/ftp-client
$ composer require blackpanda-media/ftp-client
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
{
"name": "David Pauli",
"email": "bepeppered@gmail.com"
"email": "info@blackpanda.media"
}
],
"require": {
"php": "7.4.* || 8.0.*",
"php": "7.4.* || 8.0.* || 8.1.*",
"ext-ftp": "*"
},
"require-dev": {
Expand Down

0 comments on commit 36d55e0

Please sign in to comment.