Skip to content

Commit 3a2f58a

Browse files
committed
chore: initialize main composer project
1 parent 320dc64 commit 3a2f58a

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

composer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "aether/aether",
3+
"license": "MIT",
4+
"type": "project",
5+
"support": {
6+
"issues": "https://github.com/sxbrsky/aether/issues",
7+
"source": "https://github.com/sxbrsky/aether"
8+
},
9+
"require": {
10+
"aether/core": "self.version"
11+
},
12+
"repositories": [
13+
{
14+
"type": "path",
15+
"url": "app/core"
16+
}
17+
],
18+
"minimum-stability": "dev",
19+
"prefer-stable": true,
20+
"config": {
21+
"platform": {
22+
"php": "8.3.0"
23+
},
24+
"preferred-install": "dist",
25+
"sort-packages": true
26+
}
27+
}

0 commit comments

Comments
 (0)