-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer-php74.json
More file actions
65 lines (65 loc) · 1.47 KB
/
composer-php74.json
File metadata and controls
65 lines (65 loc) · 1.47 KB
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
65
{
"name": "thefrosty/custom-login",
"type": "wordpress-plugin",
"description": "A simple way to customize your WordPress <code>wp-login.php</code> screen! A <a href=\"https://frosty.media/\">Frosty Media</a> plugin.",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Austin Passy",
"email": "[email protected]",
"homepage": "https://austin.passy.co",
"role": "Developer"
}
],
"config": {
"allow-plugins": {
"composer/installers": true
},
"optimize-autoloader": true,
"platform": {
"php": "8.3"
},
"preferred-install": "dist",
"sort-packages": true
},
"require": {
"php": ">=7.4",
"ext-json": "*",
"dwnload/edd-software-license-manager": "^2.1",
"dwnload/wp-settings-api": "^3.11",
"pimple/pimple": "^3.5",
"psr/container": "^2.0",
"thefrosty/wp-utilities": "^3.8"
},
"require-dev": {
"rector/rector": "^2.0"
},
"autoload": {
"files": [
"functions.php"
],
"psr-4": {
"TheFrosty\\CustomLogin\\": "src/"
}
},
"archive": {
"exclude": [
".gitignore",
".wordpress-org",
"!node_modules/",
"plugin-build/",
"tests",
"!vendor/",
"composer-php74.json",
"composer.json",
"composer.lock",
"package.json",
"package-lock.json",
"phpcs-ruleset.xml",
"phpstan.neon.dist",
"phpunit.xml",
"README.md",
"rector.php"
]
}
}