We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46fb19 commit b2ba929Copy full SHA for b2ba929
1 file changed
composer.json
@@ -8,6 +8,20 @@
8
"email": "rafaelskillus@msn.com",
9
"homepage": "https://twitter.com/rafaelapuka",
10
"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
+}],
25
"require": {
26
"php": "^7.4",
27
"ext-json": "*" },
0 commit comments