Skip to content

Commit

Permalink
fix: Change all dependencies to be dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed May 28, 2022
1 parent eb86da8 commit c6a70c9
Show file tree
Hide file tree
Showing 3 changed files with 2,818 additions and 2,819 deletions.
Binary file modified builds/live-scores
Binary file not shown.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.4",
"illuminate/http": "^9.0",
"illuminate/view": "^9.0",
"laravel-zero/framework": "^9.0",
"nunomaduro/larastan": "^2.1",
"nunomaduro/termwind": "dev-feat/select"
},
"require-dev": {
"nunomaduro/termwind": "dev-feat/select",
"mockery/mockery": "^1.4.4",
"pestphp/pest": "^1.21.1"
},
Expand Down
Loading

0 comments on commit c6a70c9

Please sign in to comment.