-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
executable file
·43 lines (43 loc) · 1.03 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "amin3520/anar",
"description": ":description",
"license": "MIT",
"authors": [
{
"name": "amin3536",
"email": "am.a9173@gmail.com",
"homepage": "https://github.com/amin3536"
}
],
"homepage": "https://github.com/amin3520/anar",
"keywords": ["Laravel", "Anar","repository"],
"require": {
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"mockery/mockery": "*",
"orchestra/testbench": "*",
"sempro/phpunit-pretty-print": "*"
},
"autoload": {
"psr-4": {
"amin3520\\Anar\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"amin3520\\Anar\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"amin3520\\Anar\\AnarServiceProvider"
],
"aliases": {
"Anar": "amin3520\\Anar\\Facades\\Anar"
}
}
}
}