Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Apr 6, 2024
1 parent b0ca3e6 commit d7e5ad1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.13",
"driftingly/rector-laravel": "^0.17.0",
"dystcz/lunar-api": "^0.8",
"laravel-json-api/testing": "^2.1",
"laravel/facade-documenter": "dev-main",
"laravel/pint": "^1.7",
"dystcz/lunar-api": "^0.8",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"rector/rector": "^0.15.23",
"driftingly/rector-laravel": "^0.17.0",
"spatie/laravel-ray": "^1.32"
},
"autoload": {
Expand Down Expand Up @@ -79,5 +80,11 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"repositories": {
"facade-documenter": {
"type": "vcs",
"url": "git@github.com:laravel/facade-documenter.git"
}
}
}
37 changes: 35 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7e5ad1

Please sign in to comment.