Skip to content

Commit 7a2baec

Browse files
authored
Add files via upload
1 parent 82e619d commit 7a2baec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"require":
3+
{
4+
"phpclasses/mysqlreflection": ">=1.0.0"
5+
},
6+
"repositories":
7+
[
8+
{
9+
"type": "composer",
10+
"url": "https:\/\/www.phpclasses.org\/"
11+
},
12+
{
13+
"packagist": false
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)