Skip to content

Commit

Permalink
add symfony http foundation package for tests utils functions
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Oct 23, 2023
1 parent d1c533a commit 9d2b5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^7.0 || ^8.0",
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^9.0 || ^10.0"
"phpunit/phpunit": "^9.0 || ^10.0",
"symfony/http-foundation": "^6.4"
},
"suggest": {
"symfony/http-foundation": "Required if some HTTP based utils functions are used."
Expand Down

0 comments on commit 9d2b5f6

Please sign in to comment.