Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Update the README to reflect changed requirements etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Stenvall committed Nov 28, 2017
1 parent 49d15c2 commit 5f4f0c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

## Requirements

- PHP 5.6 or newer
- PHP 7.1 or newer
- [Composer](http://getcomposer.org)
- [Lumen](https://lumen.laravel.com/) 5.3 or newer
- [Lumen](https://lumen.laravel.com/) 5.4 or newer

## Setup

Expand All @@ -30,8 +30,8 @@ composer require nordsoftware/lumen-fractal

### Configuration

Copy the configuration template in `config/fractal.php` to your application's `config` directory and modify according to your needs.
For more information see the [Configuration Files](http://lumen.laravel.com/docs/configuration#configuration-files) section in the Lumen documentation.
Copy the configuration template in `config/fractal.php` to your application's `config` directory and modify according
to your needs.

Available configuration options:

Expand Down Expand Up @@ -91,7 +91,7 @@ composer install
Run the following command to run the test suite:

```sh
vendor/bin/codecept run unit
vendor/bin/codecept run
```

## License
Expand Down

0 comments on commit 5f4f0c1

Please sign in to comment.