Skip to content

Commit 2852e14

Browse files
authored
Update composer.json
1 parent 731cf54 commit 2852e14

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

composer.json

+19-8
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,26 @@
3434

3535
}
3636
},
37-
"downloads": {
38-
"vendor-patch/autoload-package": {
39-
"url": "https://github.com/vendor-patch/autoload-package/archive/refs/heads/master.zip",
37+
"downloads": {
38+
"*": {
39+
"path": "./../../../modules/{$id}",
40+
"ignore": ["test", "tests", "doc", "docs", ".*"]
41+
},
42+
"frdl/array-helper": {
43+
"url": "https://github.com/frdl/array-helper/archive/refs/heads/main.zip",
44+
"path": "~/.webfan/shared/modules/frdl/array-helper",
45+
"ignore": [".*"]
46+
},
47+
"vendor-patch/psecio.secure_dotenv": {
48+
"url": "https://github.com/vendor-patch/secure_dotenv/archive/refs/heads/master.zip",
49+
"path": "~/.webfan/shared/modules/vendor-patch/psecio.secure_dotenv",
50+
"ignore": [".*"]
51+
},
52+
"inverisoss/tiny-php-queue": {
53+
"url": "https://github.com/inverisOSS/tiny-php-queue/archive/refs/tags/1.0.0.zip",
54+
"path": "~/.webfan/shared/modules/inverisoss/tiny-php-queue",
4055
"ignore": [".*"]
41-
},
42-
"inverisoss/tiny-php-queue": {
43-
"url": "https://github.com/inverisOSS/tiny-php-queue/archive/refs/tags/1.0.0.zip" ,
44-
"ignore": [".*"]
45-
}
56+
}
4657
}
4758
},
4859
"minimum-stability":"dev",

0 commit comments

Comments
 (0)