forked from morilog/jalali
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 972 Bytes
/
composer.json
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
{
"name": "omidfarahani/jalali",
"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",
"type": "library",
"authors": [
{
"name": "Milad Rey",
"email": "[email protected]"
}, {
"name": "Morteza Parvini",
"email": "[email protected]"
}
],
"keywords": ["Laravel","Date","Datetime","Jalali", "Morilog"],
"require": {
"php": "^7.0 | ^7.1 | ^7.2 | ^8.0 | ^8.1",
"nesbot/carbon": "^1.21 || ^2.0",
"beberlei/assert": "3.*"
},
"require-dev" : {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"OmidFarahani\\Jalali\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"OmidFarahani\\Jalali\\Tests\\": "tests/"
}
},
"minimum-stablity": "dev"
}