Skip to content

Commit

Permalink
Add laravel/envoy to dev reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Sep 27, 2023
1 parent 275f683 commit cab5ba2
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 4 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"fzaninotto/faker": "^1.9.1",
"laravel/envoy": "^2.8",
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^9.3",
"nunomaduro/collision": "^5.0"
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"classmap": [
Expand Down Expand Up @@ -85,7 +86,10 @@
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.1"
}
},
"extra": {
"laravel": {
Expand Down
67 changes: 66 additions & 1 deletion composer.lock

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

0 comments on commit cab5ba2

Please sign in to comment.