Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 9d3c1e1

Browse files
committed
Updating versions on README
1 parent d3b650b commit 9d3c1e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ardent
88
[![Daily Downloads](https://poser.pugx.org/laravelbook/ardent/d/daily.png)](https://packagist.org/packages/laravelbook/ardent)
99

1010

11-
Self-validating smart models for Laravel Framework 4's Eloquent ORM.
11+
Self-validating smart models for Laravel Framework 5's Eloquent ORM.
1212

1313
Based on the Aware bundle for Laravel 3 by Colby Rabideau.
1414

@@ -25,7 +25,7 @@ Add `laravelbook/ardent` as a requirement to `composer.json` (see our latest sta
2525
```javascript
2626
{
2727
"require": {
28-
"laravelbook/ardent": "2.*"
28+
"laravelbook/ardent": "3.*"
2929
}
3030
}
3131
```
@@ -36,8 +36,8 @@ You can also add the package using `composer require laravelbook/ardent` and lat
3636

3737
### Usage outside of Laravel (since [1.1](https://github.com/laravelbook/ardent/tree/v1.1.0))
3838

39-
If you're willing to use Ardent as a standalone ORM package you're invited to do so by using the
40-
following configuration line in your project's boot/startup file (changing the properties according
39+
If you're want to use Ardent as a standalone ORM package you're invited to do so by using the
40+
following configuration in your project's boot/startup file (changing the properties according
4141
to your database, obviously):
4242

4343
```php

0 commit comments

Comments
 (0)