Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 20, 2024
1 parent 6846bdc commit 0f5234c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"orchestra/testbench": "^9.6",
"orchestra/testbench-core": ">=9.6.0 <9.7.0",
"php-webdriver/webdriver": "^1.15.1",
"symfony/polyfill-php83": "^1.31"
"symfony/polyfill-php83": "^1.31",
"symfony/polyfill-php84": "^1.31"
},
"require-dev": {
"laravel/pint": "^1.17",
Expand Down
1 change: 1 addition & 0 deletions src/Concerns/CanServeSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ public function createServingApplicationForDuskServer(DuskServer $server)
*
* @codeCoverageIgnore
*/
#[\Deprecated('Use `createServingApplicationForDuskServer` instead', since: '6.40.0')]
public function getFreshApplicationToServe(DuskServer $server)
{
return $this->createServingApplicationForDuskServer($server);
Expand Down

0 comments on commit 0f5234c

Please sign in to comment.