Skip to content

Commit 3a15773

Browse files
authored
Update composer.json
1 parent a044423 commit 3a15773

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

composer.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"path": "./../../../modules/frdl/array-helper",
4545
"ignore": [".*"]
4646
},
47+
"frdl/proxy": {
48+
"url": "https://github.com/frdl/proxy/archive/refs/heads/master.zip",
49+
"path": "./../../../modules/frdl/proxy",
50+
"ignore": [".*"]
51+
},
4752
"vendor-patch/psecio.secure_dotenv": {
4853
"url": "https://github.com/vendor-patch/secure_dotenv/archive/refs/heads/master.zip",
4954
"path": "./../../../modules/vendor-patch/psecio.secure_dotenv",
@@ -53,12 +58,17 @@
5358
"url": "https://github.com/inverisOSS/tiny-php-queue/archive/refs/tags/1.0.0.zip",
5459
"path": "./../../../modules/inverisoss/tiny-php-queue",
5560
"ignore": [".*"]
56-
}
61+
},
5762
"nelexa/zip": {
5863
"url": "https://github.com/Ne-Lexa/php-zip/archive/refs/tags/4.0.1.zip",
5964
"path": "./../../../modules/nelexa/zip",
6065
"ignore": [".*"]
61-
}
66+
},
67+
"jenssegers/proxy": {
68+
"url": "https://github.com/jenssegers/php-proxy/archive/refs/tags/v3.1.0.zip",
69+
"path": "./../../../modules/jenssegers/proxy",
70+
"ignore": [".*"]
71+
}
6272
}
6373
},
6474
"minimum-stability":"dev",
@@ -107,7 +117,8 @@
107117
"league/commonmark" : "*",
108118
"symfony/finder": "*",
109119
"psr/http-message": "*",
110-
"relay/relay": "~2.0"
120+
"relay/relay": "~2.0",
121+
"laminas/laminas-httphandlerrunner" : ">=2.5.0"
111122
},
112123
"autoload": {
113124
"classmap" : ["src/"],

0 commit comments

Comments
 (0)