Skip to content

Commit e72f5b8

Browse files
committed
Migrate package to jord-jd/dates-timezone-conversion-trait
1 parent f133ac4 commit e72f5b8

2 files changed

Lines changed: 27 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Dates Timezone Conversion Trait can be easily installed using Composer.
99
Just 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

1515
If you have never used the Composer dependency manager before, head

composer.json

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
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-
"email": "[email protected]"
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+
"email": "[email protected]"
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
}

0 commit comments

Comments
 (0)