-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
64 lines (64 loc) · 1.96 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
61
62
63
64
{
"name": "popphp/popphp-framework",
"description": "The Pop PHP Framework - Full Installation",
"keywords": [
"framework",
"php framework",
"pop",
"pop php"
],
"homepage": "http://www.popphp.org/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Nick Sagona",
"email": "[email protected]",
"homepage": "http://www.nolainteractive.com/"
}
],
"require": {
"php": ">=8.1.0",
"popphp/pop-acl": "^4.0.1",
"popphp/pop-audit": "^2.0.0",
"popphp/pop-auth": "^4.0.0",
"popphp/pop-cache": "^4.0.0",
"popphp/pop-code": "^5.0.2",
"popphp/pop-color": "^1.0.0",
"popphp/pop-config": "^4.0.1",
"popphp/pop-console": "^4.2.2",
"popphp/pop-cookie": "^4.0.1",
"popphp/pop-css": "^2.0.0",
"popphp/pop-csv": "^4.1.0",
"popphp/pop-db": "^6.5.9",
"popphp/pop-debug": "^2.0.0",
"popphp/pop-dir": "^4.0.0",
"popphp/pop-dom": "^4.0.3",
"popphp/pop-filter": "^4.0.1",
"popphp/pop-form": "^4.1.4",
"popphp/pop-ftp": "^4.0.0",
"popphp/pop-http": "^5.2.6",
"popphp/pop-i18n": "^4.0.0",
"popphp/pop-image": "^4.1.0",
"popphp/pop-kettle": "^2.3.2",
"popphp/pop-log": "^4.0.0",
"popphp/pop-mail": "^4.0.2",
"popphp/pop-mime": "^2.0.0",
"popphp/pop-nav": "^4.1.2",
"popphp/pop-paginator": "^4.0.0",
"popphp/pop-pdf": "^5.2.0",
"popphp/pop-queue": "^2.1.0",
"popphp/pop-session": "^4.0.0",
"popphp/pop-storage": "^2.0.2",
"popphp/pop-utils": "^2.1.2",
"popphp/pop-validator": "^4.1.0",
"popphp/pop-view": "^4.0.1",
"popphp/popphp": "^4.3.5",
"popphp/popcorn": "^4.1.1",
"vlucas/phpdotenv": "^5.6.0"
},
"extra": {
"branch-alias": {
"dev-master": "5.3.x-dev"
}
}
}