Skip to content

Commit a044423

Browse files
authored
Update composer.json
1 parent 868dfcd commit a044423

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

composer.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@
5353
"url": "https://github.com/inverisOSS/tiny-php-queue/archive/refs/tags/1.0.0.zip",
5454
"path": "./../../../modules/inverisoss/tiny-php-queue",
5555
"ignore": [".*"]
56-
}
56+
}
57+
"nelexa/zip": {
58+
"url": "https://github.com/Ne-Lexa/php-zip/archive/refs/tags/4.0.1.zip",
59+
"path": "./../../../modules/nelexa/zip",
60+
"ignore": [".*"]
61+
}
5762
}
5863
},
5964
"minimum-stability":"dev",
@@ -68,7 +73,7 @@
6873
},
6974
"require" : {
7075
"php": ">=8.0",
71-
"frdl/webfan" : "*",
76+
"frdl/webfan" : "*",
7277
"composer/composer" :"*",
7378
"vendor-patch/autoload-package" :"*",
7479
"friendsofphp/proxy-manager-lts":"*",
@@ -100,7 +105,9 @@
100105
"rosell-dk/htaccess-capability-tester" : "*",
101106
"rosell-dk/exec-with-fallback" : "*",
102107
"league/commonmark" : "*",
103-
"nelexa/zip" : ">=4.0.2"
108+
"symfony/finder": "*",
109+
"psr/http-message": "*",
110+
"relay/relay": "~2.0"
104111
},
105112
"autoload": {
106113
"classmap" : ["src/"],
@@ -111,6 +118,7 @@
111118
},
112119
"suggest" : {
113120
"frdl/project" : "Frdlweb project template",
114-
"webfan3/website" : "Default Start/Installer Template"
121+
"webfan3/website" : "Default Start/Installer Template",
122+
"frdlweb/webfat" : "...if you want to build websites or load the webfat stub helper classes... (this could produce issues on codebase server!)"
115123
}
116124
}

0 commit comments

Comments
 (0)