Skip to content

Commit

Permalink
Moved Laravel zero framework from require to require-dev in compo…
Browse files Browse the repository at this point in the history
…ser.json
  • Loading branch information
Johannes Werbrouck authored and Johannes Werbrouck committed Aug 16, 2023
1 parent 00cd607 commit b8ceee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified builds/fly-laravel
Binary file not shown.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fly-apps/fly-laravel",
"description": "A cli tool for running Laravel apps on Fly.io",
"description": "A cli tool for launching and deploying Laravel apps on Fly.io",
"keywords": ["framework", "laravel", "Fly.io", "console", "cli"],
"homepage": "https://github.com/fly-apps/fly-laravel",
"type": "project",
Expand All @@ -21,12 +21,12 @@
"illuminate/http": "^10.0",
"illuminate/log": "^10.0",
"illuminate/view": "^10.0",
"laravel-zero/framework": "^10.0.2",
"nunomaduro/laravel-console-menu": "^3.4",
"nunomaduro/termwind": "^1.15.1",
"yosymfony/toml": "^1.0"
},
"require-dev": {
"laravel-zero/framework": "^10.0.2",
"laravel/pint": "^1.8",
"mockery/mockery": "^1.5.1",
"pestphp/pest": "^2.5"
Expand Down

0 comments on commit b8ceee6

Please sign in to comment.