Skip to content

Commit aeb9470

Browse files
committed
Added: Project composer configuration
0 parents  commit aeb9470

2 files changed

Lines changed: 1286 additions & 0 deletions

File tree

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "kore/data-object",
3+
"description": "Simple base class for data objects.",
4+
"autoload": {
5+
"psr-0": {
6+
"Kore": "src/"
7+
}
8+
},
9+
"require": {
10+
},
11+
"require-dev": {
12+
"pdepend/pdepend": "@stable",
13+
"phpmd/phpmd": "@stable",
14+
"phpunit/phpunit": "@stable",
15+
"sebastian/phpcpd": "@stable",
16+
"squizlabs/php_codesniffer": "@stable"
17+
}
18+
}

0 commit comments

Comments
 (0)