Skip to content

Commit 5a77b03

Browse files
committed
Add composer.json
1 parent f7f2354 commit 5a77b03

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "mr-sharifi/database-repository",
3+
"description": "Repository Pattern",
4+
"type": "library",
5+
"license": "MIT",
6+
"autoload": {
7+
"psr-4": {
8+
"Changiz\\DatabaseRepository\\": "src/"
9+
}
10+
},
11+
"authors": [
12+
{
13+
"name": "Mohammad-Reza Sharifi",
14+
"email": "[email protected]"
15+
}
16+
],
17+
"require": {}
18+
}

0 commit comments

Comments
 (0)