forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (27 loc) · 862 Bytes
/
composer.json
File metadata and controls
28 lines (27 loc) · 862 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
{
"name": "codeception/phar-file",
"type": "project",
"description": "Dependencies are used to build phar-file",
"license":"MIT",
"require": {
"codeception/codeception": "^4.0",
"codeception/module-amqp": "*",
"codeception/module-apc": "*",
"codeception/module-asserts": "*",
"codeception/module-cli": "*",
"codeception/module-db": "*",
"codeception/module-filesystem": "*",
"codeception/module-ftp": "*",
"codeception/module-memcache": "*",
"codeception/module-mongodb": "*",
"codeception/module-phpbrowser": "*",
"codeception/module-queue": "*",
"codeception/module-redis": "*",
"codeception/module-rest": "*",
"codeception/module-sequence": "*",
"codeception/module-soap": "*",
"codeception/module-webdriver": "*",
"hoa/console": "*",
"padraic/phar-updater": "^1.0"
}
}