Skip to content

Commit f8c3f52

Browse files
author
Ed
committed
Added composer.json
1 parent 0b2916a commit f8c3f52

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "a1phanumeric/php-mysql-class",
3+
"description": "This is a simple to use PHP MySQL class that easily bolts on to any existing PHP application, streamlining your MySQL interactions.",
4+
"type": "library",
5+
"license": "GPL",
6+
"authors": [
7+
{
8+
"name": "Ed",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"minimum-stability": "dev",
13+
"require": {}
14+
}

0 commit comments

Comments
 (0)