Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit 5e7b3f9

Browse files
Updated Laravel requirements
1 parent c222a0d commit 5e7b3f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=5.6.4",
22-
"laravel/framework": "5.4.*"
21+
"php": ">=7.0.0",
22+
"laravel/framework": ">=5.4"
2323
},
2424
"autoload": {
2525
"psr-4": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Note: For Laravel 5.4 see version 1.0
1717
1. To get started, install the package via the Composer package manager:
1818

1919
```bash
20-
composer require ferdinandfrank/laravel-file-generator
20+
composer require ferdinandfrank/laravel-file-generator --dev
2121
```
2222
2. Replace the entry ` Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class` within your providers array in `config/app.php`:
2323

0 commit comments

Comments
 (0)