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 Apr 19, 2024
2 parents bfdf062 + 7875e63 commit ceaadfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
}
},
"require": {
"php": "^7.3 || ^8.0",
"php": "^8.1",
"composer-runtime-api": "^2.2",
"illuminate/support": "^8.83.4 || ^9.51 || ^10.0 || ^11.0",
"laravie/serialize-queries": "^2.0 || ^3.0",
"laravel/serializable-closure": "^1.0"
"illuminate/support": "^10.34 || ^11.0",
"laravie/serialize-queries": "^3.0",
"laravel/serializable-closure": "^1.0",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.2",
"larastan/larastan": "^2.4",
"laravel/nova": "*",
"orchestra/testbench": "^7.30 || ^8.19 || ^9.0",
"phpunit/phpunit": "^9.6 || ^10.1",
"nova-kit/nova-devtool": "^1.2.1"
"laravel/nova": "dev-develop",
"orchestra/testbench": "^8.20 || ^9.0",
"nova-kit/nova-devtool": "^2.0"
},
"repositories": [
{
Expand All @@ -45,7 +45,7 @@
],
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
"dev-develop": "2.x-dev"
}
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class TestCase extends \Orchestra\Testbench\TestCase
/**
* Setup the test environment.
*/
#[\Override]
protected function setUp(): void
{
$this->afterApplicationCreated(function () {
Expand Down

0 comments on commit ceaadfe

Please sign in to comment.