generated from helsingborg-stad/Wordpress-Plugin-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1014 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
34
35
36
{
"name": "helsingborg-stad/mod-my-pages",
"description": "Modularity Wordpress Plugin",
"type": "wordpress-plugin",
"license": "MIT",
"scripts": {
"test": "./vendor/bin/phpunit --testdox",
"coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --testdox",
"minimal": "./vendor/bin/phpunit"
},
"authors": [
{
"name": "Nikolas Ramstedt",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"ModMyPages\\": "source/php/"
}
},
"minimum-stability": "stable",
"require": {
"firebase/php-jwt": "^6.0.0"
},
"require-dev": {
"brain/monkey": "^2.6",
"codedungeon/phpunit-result-printer": "^0.31.0",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^5.7",
"szepeviktor/phpstan-wordpress": "^1.1",
"php-stubs/acf-pro-stubs": "^6.0"
},
"version": "1.0.6"
}