-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 757 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 757 Bytes
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
{
"name": "afrizalmy/certainty_factor",
"description": "Package sederhana untuk menghitung Sistem Pakar menggunakan metode Certainty Factor",
"type": "library",
"keywords": [
"pakar",
"sistem pakar",
"certainty factor"
],
"homepage": "https://github.com/afrizal423/afrizalm-certainty-factor",
"prefer-stable": true,
"require": {
"php": "^7.3"
},
"license": "MIT",
"authors": [
{
"name": "afrizal423",
"email": "afrizal2499@gmail.com",
"homepage": "https://afrizalmy.com/",
"role": "Developer"
}
],
"autoload": {
"psr-4": {"afrizalmy\\CertaintyFactor\\": "src/"}
},
"minimum-stability": "dev"
}