Skip to content

Commit abe0f4a

Browse files
committed
Create composer.json
1 parent cc9abe0 commit abe0f4a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "pp-spaces/laravel-repository",
3+
"description": "Repository Pattern implementation for Laravel",
4+
"type": "library",
5+
"license": "Unlicense",
6+
"authors": [
7+
{
8+
"name": "Socheat",
9+
"email": "socheatsok78@gmail.com",
10+
"homepage": "https://socheat.net",
11+
"role": "Developer"
12+
}
13+
],
14+
"require": {
15+
"php": ">=7.0"
16+
}
17+
}

0 commit comments

Comments
 (0)