Skip to content

Commit

Permalink
Removed dev-master and minimum-stability=dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed Apr 14, 2020
1 parent b45f9b6 commit d07ae5a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,7 @@ Base classes to save files to disk, read them and reference them through an URL
Via Composer

``` bash
composer require getpop/filestore dev-master
```

**Note:** Your `composer.json` file must have the configuration below to accept minimum stability `"dev"` (there are no releases for PoP yet, and the code is installed directly from the `master` branch):

```javascript
{
...
"minimum-stability": "dev",
"prefer-stable": true,
...
}
composer require getpop/filestore
```

## Standards
Expand Down

0 comments on commit d07ae5a

Please sign in to comment.