1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-31 17:51:43 +02:00

added Nette\Tester

This commit is contained in:
David Grudl
2012-10-18 22:09:48 +02:00
parent b4de8daed3
commit 6c82e777e1
10 changed files with 34 additions and 1186 deletions

View File

@@ -10,6 +10,12 @@
"homepage": "http://davidgrudl.com"
}
],
"require-dev": {
"nette/tester": "@dev"
},
"config": {
"vendor-dir": "tools"
},
"autoload": {
"classmap": ["dibi/"]
}