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 17, 2024
1 parent b058d25 commit d3eb436
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
"php": "^8.1",
"composer-runtime-api": "^2.2",
"composer/semver": "^3.0",
"illuminate/console": "^10.40",
"illuminate/database": "^10.40",
"illuminate/filesystem": "^10.40",
"illuminate/support": "^10.40",
"illuminate/console": "^10.41",
"illuminate/database": "^10.41",
"illuminate/filesystem": "^10.41",
"illuminate/support": "^10.41",
"orchestra/canvas-core": "^8.10.2",
"orchestra/testbench-core": "^8.19",
"symfony/polyfill-php83": "^1.28",
"symfony/yaml": "^6.2"
},
"require-dev": {
"laravel/framework": "^10.40",
"laravel/framework": "^10.41",
"laravel/pint": "^1.6",
"mockery/mockery": "^1.5.1",
"phpstan/phpstan": "^1.10.5",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ray": "^1.32.4"
"phpstan/phpstan": "^1.10.56",
"phpunit/phpunit": "^10.5",
"spatie/laravel-ray": "^1.33"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit d3eb436

Please sign in to comment.