forked from laraish/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·60 lines (60 loc) · 1.45 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "laraish/framework",
"description": "The Laraish Framework for WordPress.",
"keywords": [
"framework",
"laravel",
"wordpress"
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/emboldagency/contracts"
},
{
"type": "vcs",
"url": "https://github.com/emboldagency/options"
},
{
"type": "vcs",
"url": "https://github.com/emboldagency/support"
},
{
"type": "vcs",
"url": "https://github.com/emboldagency/pagination"
}
],
"license": "MIT",
"homepage": "http://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"authors": [
{
"name": "yaquawa",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0",
"laraish/contracts": "dev-master",
"laraish/support": "dev-master",
"laraish/pagination": "dev-master",
"laraish/options": "dev-master"
},
"autoload": {
"files": [
"Foundation/helpers.php"
],
"psr-4": {
"Laraish\\": "./"
}
},
"scripts": {
"fix-cs": ["prettier **/*.php --write"]
},
"minimum-stability": "dev",
"prefer-stable": false
}