Skip to content

Commit

Permalink
Fix composer dependencies + build
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed May 1, 2024
1 parent ee6353b commit 900ef90
Show file tree
Hide file tree
Showing 5 changed files with 3,613 additions and 3,614 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
/.idea
/.vscode
/.vagrant
/builds
.phpunit.result.cache
.env
Binary file added builds/unolia
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
],
"require": {
"php": "^8.2",
"laravel-zero/framework": "^11.0.1",
"laravel-zero/phar-updater": "^1.3",
"laravel/prompts": "^0.1.20",
"nunomaduro/laravel-desktop-notifier": "^2.8",
Expand All @@ -25,6 +24,7 @@
"saloonphp/saloon": "^3.0"
},
"require-dev": {
"laravel-zero/framework": "^11.0",
"larastan/larastan": "^2.9",
"laravel/pint": "^1.15",
"mockery/mockery": "^1.6",
Expand Down
Loading

0 comments on commit 900ef90

Please sign in to comment.