Skip to content

Commit 4e2817a

Browse files
committed
Temporarily try out development self-update version
Uses laravel-zero/framework#481 to test if it can work for production
1 parent 5301e9f commit 4e2817a

File tree

2 files changed

+451
-277
lines changed

2 files changed

+451
-277
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@
5959
"require-dev": {
6060
"hyde/framework": "^1.4",
6161
"hyde/realtime-compiler": "^3.2",
62-
"laravel-zero/framework": "^10.0",
62+
"laravel-zero/framework": "dev-feature/phar-updater",
6363
"laravel-zero/phar-updater": "^1.3",
6464
"mockery/mockery": "^1.6",
6565
"pestphp/pest": "^2.26"
66-
}
66+
},
67+
"repositories": [{
68+
"type": "vcs",
69+
"url": "https://github.com/owenvoke/laravel-zero-framework.git"
70+
}]
6771
}

0 commit comments

Comments
 (0)