-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (27 loc) · 743 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (27 loc) · 743 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": "icomefromthenet/book-me",
"description": "MYSQL Timeslot Booking Library for Field Services",
"license": "MIT",
"authors": [
{
"name": "icomefromthenet",
"email": "getintouch@icomefromthenet.com"
}
],
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"require" : {
"ext-dom": "*",
"ext-spl": "*",
"ext-pcre": "*",
"doctrine/dbal" : "2.5.*",
"monolog/monolog" : "1.*",
"pimple/pimple" : "3.0.*",
"symfony/event-dispatcher" : "2.*",
"bezdomni/tactician-pimple": "^1.0",
"vlucas/valitron": "^1.2",
"league/tactician-command-events": "^0.6.0"
},
"autoload": { "psr-4" : { "IComeFromTheNet\\BookMe\\" : "src/" } }
}