Skip to content

Commit 2f7f660

Browse files
committed
Updates
1 parent 052b17c commit 2f7f660

2 files changed

Lines changed: 36 additions & 18 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
},
1818
"mobile": {
19-
"type": "path",
20-
"url": "../mobile-air"
19+
"type": "vcs",
20+
"url": "https://github.com/nativephp/mobile-air"
2121
},
2222
"ui": {
23-
"type": "path",
24-
"url": "../plugins/nativephp/native-ui"
23+
"type": "vcs",
24+
"url": "https://github.com/nativephp/native-ui"
2525
},
2626
"plugins": {
2727
"type": "composer",
@@ -33,7 +33,7 @@
3333
"php": "^8.4",
3434
"laravel/framework": "^13.0",
3535
"laravel/tinker": "^3.0",
36-
"nativephp/mobile": "*",
36+
"nativephp/mobile": "dev-element",
3737
"nativephp/mobile-camera": "*",
3838
"nativephp/mobile-device": "^1.0",
3939
"nativephp/mobile-dialog": "^1.0",

composer.lock

Lines changed: 31 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)