Skip to content

Commit

Permalink
Temporarily try out development self-update version
Browse files Browse the repository at this point in the history
Uses laravel-zero/framework#481 to test if it can work for production
  • Loading branch information
caendesilva committed Dec 13, 2023
1 parent 5301e9f commit 4e2817a
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 277 deletions.
8 changes: 6 additions & 2 deletions composer.json
Expand Up @@ -59,9 +59,13 @@
"require-dev": {
"hyde/framework": "^1.4",
"hyde/realtime-compiler": "^3.2",
"laravel-zero/framework": "^10.0",
"laravel-zero/framework": "dev-feature/phar-updater",
"laravel-zero/phar-updater": "^1.3",
"mockery/mockery": "^1.6",
"pestphp/pest": "^2.26"
}
},
"repositories": [{
"type": "vcs",
"url": "https://github.com/owenvoke/laravel-zero-framework.git"
}]
}

0 comments on commit 4e2817a

Please sign in to comment.