-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 939 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 939 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
36
{
"name": "pagarme/woocommerce-pagarme-payments",
"description": "Pagar.me module for Woocommerce",
"type": "wordpress-plugin",
"version": "3.6.1",
"license": "GPL",
"autoload": {
"psr-4": {
"Woocommerce\\Pagarme\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Woocommerce\\Pagarme\\Tests\\": "tests/"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/WordPress/wordpress-develop/"
}
],
"require": {
"mashape/unirest-php": "^3.0",
"pagarme/ecommerce-module-core": "2.6.0",
"psr/log": "1.1.4",
"monolog/monolog": "<2",
"haydenpierce/class-finder": "^0.5.3"
},
"require-dev": {
"mockery/mockery": "1.6.*",
"phpunit/phpunit": "10.5.*",
"brain/monkey": "2.*",
"wordpress/wordpress": "dev-master"
}
}