forked from sallar/jDateTime
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
32 lines (31 loc) · 955 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
{
"name": "symfony_persia/symfonyjdate",
"type": "symfony-bundle",
"description": "Jalali (Shamsi) DateTime for Symfony2, Supports year higher than 2038",
"keywords": ["datetime", "jalali", "symfony", "jalalidate", "jdatetime","shamsi","farsi","persian","time"],
"homepage": "http://sallar.me/projects/jdatetime/",
"license": "MIT",
"authors": [
{
"name": "MohammadHossein Heydari",
"email": "[email protected]",
"homepage": "https://github.com/mdhheydari",
"role": "Developer"
},
{
"name": "Sallar Kaboli",
"email": "[email protected]",
"homepage": "http://sallar.me",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"psr-4": {
"SymfonyPersia\\JalaliDateBundle\\" : ""
}
},
"minimum-stability": "dev"
}