File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Dates Timezone Conversion Trait can be easily installed using Composer.
99Just run the following command from the root of your project.
1010
1111```
12- composer require divineomega /dates-timezone-conversion-trait
12+ composer require jord-jd /dates-timezone-conversion-trait
1313```
1414
1515If you have never used the Composer dependency manager before, head
Original file line number Diff line number Diff line change 11{
2- "name" : " divineomega/dates-timezone-conversion-trait" ,
3- "description" : " Automatically convert an Eloquent model's dates to and from the current user's timezone" ,
4- "type" : " library" ,
5- "require" : {
6- "illuminate/database" : " ^5.1" ,
7- "illuminate/support" : " ^5.1"
8- },
9- "license" : " LGPL-3.0-only" ,
10- "authors" : [
11- {
12- "name" : " Jordan Hall" ,
13- 14- }
15- ],
16- "autoload" : {
17- "psr-4" : {
18- "DivineOmega\\ DatesTimezoneConversion\\ " : " src/"
19- }
2+ "name" : " jord-jd/dates-timezone-conversion-trait" ,
3+ "description" : " Automatically convert an Eloquent model's dates to and from the current user's timezone" ,
4+ "type" : " library" ,
5+ "require" : {
6+ "illuminate/database" : " ^5.1" ,
7+ "illuminate/support" : " ^5.1"
8+ },
9+ "license" : " LGPL-3.0-only" ,
10+ "authors" : [
11+ {
12+ "name" : " Jordan Hall" ,
13+ 2014 }
15+ ],
16+ "autoload" : {
17+ "psr-4" : {
18+ "DivineOmega\\ DatesTimezoneConversion\\ " : " src/"
19+ }
20+ },
21+ "replace" : {
22+ "jord-jd/dates-timezone-conversion-trait" : " self.version"
23+ },
24+ "extra" : {
25+ "branch-alias" : {
26+ "dev-master" : " 2.0-dev"
27+ }
28+ }
2129}
You can’t perform that action at this time.
0 commit comments