-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 772 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 772 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
{
"name": "crafics/cqrs-php",
"description": "PHP CQRS Framework",
"type": "library",
"license": "BSD-3-Clause",
"homepage": "https://github.com/crafics/cqrs-php/",
"authors": [
{
"name": "Alexander Miertsch",
"email": "kontakt@codeliner.ws",
"homepage": "http://www.codeliner.ws/"
},
{
"name": "Manfred Weber",
"email": "crafics@php.net",
"homepage": "http://dschini.org/"
}
],
"keywords": [
"php",
"cqrs",
"framework"
],
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": { "Test\\": "tests/","Iteration\\": "iterations/","Malocher\\Cqrs\\": "src/" }
}
}