Skip to content

Commit c62e6b8

Browse files
committedSep 14, 2024·
build(deps): add d3 and browser-detect
1 parent 34520e5 commit c62e6b8

File tree

2 files changed

+7590
-6
lines changed

2 files changed

+7590
-6
lines changed
 

‎composer.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "promptify-it/cli",
33
"description": "The official promptify-it cli.",
4-
"version": "0.1.3",
4+
"version": "0.1.0",
55
"keywords": [
66
"framework",
77
"laravel",
@@ -30,7 +30,7 @@
3030
"php": "^8.2",
3131
"illuminate/http": "^11.5",
3232
"laravel-zero/framework": "^11.0.0",
33-
"promptify-it/promptify-it": "dev-main"
33+
"promptify-it/promptify-it": "^0.1.0"
3434
},
3535
"require-dev": {
3636
"configured/haulable": "^0.4.0"
@@ -73,10 +73,14 @@
7373
"rm -rf ./linux_aarch64 ./linux_x86_64 ./macos_intel ./macos_apple ./windows_x64"
7474
]
7575
},
76-
"repositories": {
77-
"promptify-it/promptify-it": {
76+
"repositories": [
77+
{
78+
"type": "path",
79+
"url": "../../packages/core"
80+
},
81+
{
7882
"type": "github",
7983
"url": "https://github.com/promptify-it/core"
8084
}
81-
}
82-
}
85+
]
86+
}

‎composer.lock

+7,580
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.