Skip to content

Commit 5fd1dd8

Browse files
committed
Version 1.0.0 release
1 parent 1b599e8 commit 5fd1dd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Single Table Inheritance is a trait for Laravel 5.8+ Eloquent models that allows
2222
Simply add the package to your `composer.json` file and run `composer update`.
2323

2424
```
25-
"nanigans/single-table-inheritance": "0.8.*"
25+
"nanigans/single-table-inheritance": "~1.0"
2626
```
2727

2828
Or go to your project directory where the `composer.json` file is located and type:
2929

3030
```sh
31-
composer require "nanigans/single-table-inheritance:0.8.*"
31+
composer require "nanigans/single-table-inheritance:~1.0"
3232
```
3333

3434
# Overview

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"authors": [
77
{
88
"name": "Jon Palmer",
9-
"email": "jpalmer@nanigans.com"
9+
"email": "[email protected].com"
1010
}
1111
],
1212
"require": {
@@ -32,7 +32,7 @@
3232
},
3333
"extra": {
3434
"branch-alias": {
35-
"dev-master": "0.9.x-dev"
35+
"dev-main": "1.1.x-dev"
3636
}
3737
},
3838
"minimum-stability": "dev",

0 commit comments

Comments
 (0)