Skip to content

Commit

Permalink
Add php version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Flynsarmy committed May 18, 2020
1 parent 6f9a3a4 commit 83c37df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ This package allows CSV based seeds.

Require this package in your composer.json and run composer update (or run `composer require flynsarmy/csv-seeder:2.*` directly):

**For PHP 7.4+**

"flynsarmy/csv-seeder": "2.0.*"

**For older PHP versions**

"flynsarmy/csv-seeder": "1.*"


### Usage

Expand Down

0 comments on commit 83c37df

Please sign in to comment.