-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 999 Bytes
/
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
{
"name": "getolympus/olympus-poseidon-customizer",
"type": "library",
"description": "Olympus Poseidon Customizer is a framework used to enhance the default WordPress customizer with a bunch of components and an easiest way to manipulate it.",
"keywords": ["olympus-poseidon", "olympus", "poseidon", "customizer", "panel", "section", "control", "framework", "php", "wordpress"],
"homepage": "https://github.com/GetOlympus/Poseidon-Customizer",
"license": "MIT",
"authors": [
{
"name": "Achraf Chouk",
"homepage": "https://github.com/crewstyle"
}
],
"autoload": {
"psr-4": {
"GetOlympus\\Poseidon\\": "src/Poseidon/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
}
},
"minimum-stability": "stable",
"require": {
"behat/transliterator": "^1.0",
"getolympus/olympus-hermes-translator": "^0.0.2",
"getolympus/olympus-hera-renderer": "^0.0.6"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}