forked from miladr/jalali
-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.05 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"authors": [
{
"email": "miladr@gmail.com",
"name": "Milad Rey"
},
{
"email": "m.parvini@outlook.com",
"name": "Morteza Parvini"
}
],
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Morilog\\Jalali\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Morilog\\Jalali\\Tests\\": "tests/"
}
},
"description": "This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in PHP applications, based on Jalali (Shamsi) DateTime class.",
"keywords": [
"Laravel",
"Date",
"Datetime",
"Jalali",
"Morilog"
],
"license": "MIT",
"minimum-stablity": "dev",
"name": "moree-dev/jalali",
"require": {
"beberlei/assert": "^3.0",
"nesbot/carbon": "^1.21 || ^2.0 || ^3.0",
"php": "^7.1 | ^8.0"
},
"require-dev": {
"phpunit/phpunit": ">4.0"
},
"type": "library"
}