-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 813 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 813 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
{
"name": "ferox/techsocial",
"description": "Teste Técnico Desenvolvedor PHP TechSocial",
"type": "project",
"license": "GPL-3.0-only",
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"authors": [
{
"name": "Fernando dos Santos"
}
],
"require": {
"robmorgan/phinx": "^0.16.0",
"vlucas/phpdotenv": "^5.6",
"doctrine/orm": "^3.2",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/annotations": "^2.0",
"symfony/http-foundation": "^7.0"
},
"require-dev": {
"symfony/var-dumper": "^7.0",
"pestphp/pest": "^2.34",
"mockery/mockery": "^1.6"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}