-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 851 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 851 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
29
30
31
32
33
34
35
{
"name": "sergeliatko/wpsettings",
"type": "library",
"description": "WordPress UI Framework to speed up development of settings pages in admin area.",
"keywords": [
"wordpress",
"wordpress settings",
"ui framework"
],
"homepage": "https://github.com/sergeliatko/html",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Serge Liatko",
"email": "contact@sergeliatko.com",
"homepage": "https://sergeliatko.com/?utm_source=packagist&utm_medium=developer-link&utm_campaign=wpsettings",
"role": "Developer"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/sergeliatko"
}
],
"require": {
"php": ">=7.3",
"sergeliatko/form-fields": ">=1.0.8"
},
"autoload": {
"psr-4": {
"SergeLiatko\\WPSettings\\": "src"
}
}
}