Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 3a3301e

Browse files
committed
Package: created a new package
1 parent f07db88 commit 3a3301e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "modulusphp/filesystem",
3+
"description": "Filesystem component for modulusPHP",
4+
"version": "1.9.0",
5+
"license": "MIT",
6+
"type": "package",
7+
"authors": [{
8+
"name": "Donald Pakkies",
9+
"email": "donaldpakkies@gmail.com"
10+
}],
11+
"require": {
12+
"modulusphp/support": "^1.9.2",
13+
"modulusphp/http": "^1.9.4"
14+
},
15+
"autoload": {
16+
"psr-4": {
17+
"Modulus\\Filesystem\\": ""
18+
}
19+
},
20+
"minimum-stability": "stable"
21+
}

0 commit comments

Comments
 (0)