Skip to content

Commit b2ba929

Browse files
authored
Update composer.json
1 parent f46fb19 commit b2ba929

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88
"email": "rafaelskillus@msn.com",
99
"homepage": "https://twitter.com/rafaelapuka",
1010
"role": "Developer" } ],
11+
12+
"repositories": [
13+
{
14+
"type": "package",
15+
"package": {
16+
"name": "example-package-name", //give package name to anything, must be unique
17+
"version": "1.0",
18+
"source": {
19+
"url": "https://github.com/rafaelapuka/rtf-html-php.git", //git url
20+
"type": "git",
21+
"reference": "master" //git branch-name
22+
}
23+
}
24+
}],
1125
"require": {
1226
"php": "^7.4",
1327
"ext-json": "*" },

0 commit comments

Comments
 (0)