forked from rockiger/reactpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 824 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": "rockiger/reactpress",
"description": "Easily create, build and deploy React apps into your existing WordPress sites.",
"type": "project",
"license": "GPL",
"autoload": {
"psr-4": {
"ReactPress\\Admin\\": "admin/",
"ReactPress\\Includes\\": "includes/",
"ReactPress\\User\\": "public/"
}
},
"authors": [
{
"name": "Marco Laspe",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require-dev": {
"phpstan/phpstan": "1.10.x-dev",
"phpstan/extension-installer": "1.2.x-dev",
"phpstan/phpstan-beberlei-assert": "1.1.x-dev",
"szepeviktor/phpstan-wordpress": "dev-master",
"phpunit/phpunit": "^9",
"brain/monkey": "2.*"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}