Skip to content

Commit 36f2d3f

Browse files
committed
Added composer.json
1 parent 02d71a0 commit 36f2d3f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "noetix/simple-orm",
3+
"description": "A simple PHP class to access your MySQL records.",
4+
"keywords": ["orm", "mysql", "database"],
5+
"license": "MIT",
6+
"authors": [{
7+
"name": "Alex Joyce",
8+
"email": "[email protected]"
9+
}],
10+
"require": {}
11+
}

0 commit comments

Comments
 (0)