-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
35 lines (35 loc) · 1.02 KB
/
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
{
"autoload": {
"psr-4": {
"CFPP\\": "src"
}
},
"repositories": [
{
"type": "github",
"url": "http://github.com/Luc45/wc-smooth-generator"
}
],
"require-dev": {
"lucatume/wp-browser": "^2.2",
"phpunit/phpunit": "^8.0",
"codeception/module-asserts": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0",
"phpcompatibility/php-compatibility": "^8.2",
"woocommerce/wc-smooth-generator": "dev-master",
"codeception/module-rest": "dev-master",
"lucasbustamante/db-dumper-for-codeception": "0.1.3",
"symfony/var-exporter": "^5.2@dev"
},
"minimum-stability": "dev",
"extra": {
"imposter": {
"namespace": "CFPP\\Vendor"
}
}
}