Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Morteza Parvini committed Sep 15, 2018
1 parent 92fa66a commit 82a56db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ $date = Jalalian::forge('last sunday')->format('datetime'); // 1391-10-02 00:00:
$date = Jalalian::forge('last sunday')->format('date'); // 1391-10-02
$date = Jalalian::forge('last sunday')->format('time'); // 00:00:00

// amend the timestamp value, relative to existing value
$date = Jalalian::forge('2012-10-12')->reforge('+ 3 days')->format('date'); // 1391-07-24

// get relative 'ago' format
$date = Jalalian::forge('now - 10 minutes')->ago() // 10 دقیقه پیش
// OR
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "morilog/jalali",
"description": "eThis Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in Laravel 5 applications, based on Jalali (Shamsi) DateTime class.",
"description": "This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in PHP applications, based on Jalali (Shamsi) DateTime class.",
"license": "MIT",
"authors": [
{
Expand All @@ -15,8 +15,6 @@
"keywords": ["Laravel","Date","Datetime","Jalali", "Morilog"],
"require": {
"php": ">=7.0",

"illuminate/support": "^5.0",
"nesbot/carbon": "^1.21",
"beberlei/assert": "dev-master"
},
Expand Down

0 comments on commit 82a56db

Please sign in to comment.