Skip to content

Commit

Permalink
Initial code commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcegr committed Oct 1, 2020
1 parent 7d70667 commit 181c95e
Show file tree
Hide file tree
Showing 21 changed files with 3,864 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "sourcegr/sreqb",
"type": "library",
"description": "SREQB is a query builder for easy SQL queries.",
"license": "MIT",
"authors": [
{
"name": "Vagelis Papas",
"email": "papas@source.gr",
"homepage": "https://www.source.gr",
"role": "Developer"
}
],
"require": {
"ext-pdo": "*"
},
"autoload": {
"psr-4": {"Sre\\": "src/"}
},
"autoload-dev": {
"psr-4": {"Test\\": "test/"}
},
"require-dev": {
"phpunit/phpunit": "^9.3"
}
}
Loading

0 comments on commit 181c95e

Please sign in to comment.