Skip to content

Commit 082ef53

Browse files
Update package version in installation section
1 parent 0c1dfe6 commit 082ef53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is an extension for the Eloquent ORM to support versioning. You can specify
99
Eloquent Versioning is distributed as a composer package. So you first have to add the package to your `composer.json` file:
1010

1111
```
12-
"proai/eloquent-versioning": "~1.0@dev"
12+
"proai/eloquent-versioning": "~1.0"
1313
```
1414

1515
Then you have to run `composer update` to install the package.

0 commit comments

Comments
 (0)