Skip to content

Commit

Permalink
Fixing composer version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gazugafan authored Nov 4, 2020
1 parent 43741e5 commit d30ea64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Install via Composer...

For Laravel 5 use the version 1.1
```bash
composer require gazugafan/laravel-temporal@1.1
composer require gazugafan/laravel-temporal:1.1
```

For Laravel 6.0 use the version 2.0
```bash
composer require gazugafan/laravel-temporal@2.0
composer require gazugafan/laravel-temporal:2.0
```

## Overview
Expand Down Expand Up @@ -234,4 +234,4 @@ public function validateTemporalUnique($attribute, $value, $parameters)
```

## Credits
Inspired by [navjobs/temporal-models](https://github.com/navjobs/temporal-models) and [FuelPHP's temporal models](https://fuelphp.com/dev-docs/packages/orm/model/temporal.html)
Inspired by [navjobs/temporal-models](https://github.com/navjobs/temporal-models) and [FuelPHP's temporal models](https://fuelphp.com/dev-docs/packages/orm/model/temporal.html)

0 comments on commit d30ea64

Please sign in to comment.