Skip to content

Commit

Permalink
announce the drop of support for 5.0 in 1.2.6
Browse files Browse the repository at this point in the history
Breaking changes introduced in 1.2.6 that does not allow backward
compatibility with 5.0.
  • Loading branch information
Mulkave committed Jul 13, 2015
1 parent e478474 commit 7f89a2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Add the package to your `composer.json` and run `composer update`.

### Laravel 5

#### 5.1

```json
{
"require": {
Expand All @@ -35,6 +37,16 @@ Add the package to your `composer.json` and run `composer update`.
}
```

#### 5.0

```json
{
"require": {
"vinelab/neoeloquent": "1.2.5"
}
}
```

### Laravel 4

```json
Expand Down

0 comments on commit 7f89a2f

Please sign in to comment.