forked from Watkinsong/planet-interview-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 883 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 883 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
{
"name": "planet/interview-challenge",
"description": "A programming challenge for potential recruits for the Gift Card Manager and Booking Engine projects.",
"type": "project",
"require": {
"php": "^8.1",
"codeception/codeception": "^4.2",
"codeception/module-asserts": "^2.0",
"codeception/module-db": "^2.1",
"codeception/module-rest": "^2.0",
"codeception/module-phpbrowser": "^2.0",
"mustangostang/spyc": "^0.6.3",
"smarty/smarty": "^5.4",
"wp-pay-gateways/abnamro-internetkassa": "*",
"intervention/gif": "^4.1"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Planet\\InterviewChallenge\\": "src/"
}
},
"authors": [
{
"name": "Arttu Salonen",
"email": "arttu.salonen@wearegroup.com"
}
]
}