This commit is contained in:
therselman 2017-07-16 14:23:07 +02:00
parent f63ee8fe07
commit 83b000628b
4 changed files with 414 additions and 408 deletions

View File

@ -13,12 +13,12 @@
],
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0",
"zendframework/zend-diactoros": "^1.0"
"psr/http-message": "^1.0"
},
"autoload": {
"psr-4": {
"Twister\\": "src/"
"Twister\\": "src/",
"": "src/"
}
}
}

6
src/Sql.php Normal file
View File

@ -0,0 +1,6 @@
<?php
class SQL
{
}