We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320dc64 commit 3a2f58aCopy full SHA for 3a2f58a
1 file changed
composer.json
@@ -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