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 Jan 11, 2024
1 parent e29c93c commit 3ed124c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,17 @@
"require": {
"php": "^7.3 || ^8.0",
"composer-runtime-api": "^2.2",
"illuminate/support": "^8.83.4 || ^9.51 || ^10.0",
"laravel/vapor-core": "^2.22",
"nova-kit/nova-queued-export-as-csv": "^1.2"
"illuminate/support": "^8.83.4 || ^9.51 || ^10.0 || ^11.0",
"laravel/vapor-core": "^2.22 || dev-develop",
"nova-kit/nova-queued-export-as-csv": "dev-develop"
},
"require-dev": {
"larastan/larastan": "^1.0.1 || ^2.4",
"laravel/nova": "^4.14",
"laravel/nova": "*",
"league/flysystem-aws-s3-v3": "^1.0 || ^3.0",
"nova-kit/nova-devtool": "^1.3",
"orchestra/testbench": "^6.31 || ^7.28 || ^8.8",
"phpunit/phpunit": "^9.6",
"nova-kit/nova-devtool": "^1.2.1"
"orchestra/testbench": "^6.31 || ^7.28 || ^8.19 || ^9.0",
"phpunit/phpunit": "^9.6"
},
"repositories": [
{
Expand Down

0 comments on commit 3ed124c

Please sign in to comment.