Skip to content

Commit 5e39288

Browse files
Fix all of the things
1 parent f5bc6d0 commit 5e39288

35 files changed

+2797
-2652
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
],
1919
"require": {
2020
"php": "^8.0",
21-
"illuminate/support": "^8.38.0|^9.0|^10.0|^11.0"
21+
"illuminate/support": "^8.38.0|^9.0|^10.0|^11.0",
22+
"laravel-appkit/ui": "^0.0.1|dev-develop"
2223
},
2324
"require-dev": {
2425
"laravel/legacy-factories": "^1.1",
@@ -50,5 +51,12 @@
5051
"Formulate": "AppKit\\Formulate\\Facades\\Formulate"
5152
}
5253
}
53-
}
54+
},
55+
"repositories": [
56+
{
57+
"type": "path",
58+
"url": "../../laravel-appkit/*",
59+
"symlink": true
60+
}
61+
]
5462
}

0 commit comments

Comments
 (0)