File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ Single Table Inheritance is a trait for Laravel 5.8+ Eloquent models that allows
2222Simply 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
2828Or 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
Original file line number Diff line number Diff line change 66 "authors" : [
77 {
88 "name" : " Jon Palmer" ,
9- "email" : " jpalmer@nanigans .com"
9+ 1010 }
1111 ],
1212 "require" : {
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" ,
You can’t perform that action at this time.
0 commit comments