Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 9, 2025
1 parent 05bc5f7 commit 8063d45
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
"php": "^8.2",
"composer-runtime-api": "^2.2",
"composer/semver": "^3.0",
"illuminate/console": "^11.35",
"illuminate/database": "^11.35",
"illuminate/filesystem": "^11.35",
"illuminate/support": "^11.35",
"illuminate/console": "^11.42",
"illuminate/database": "^11.42",
"illuminate/filesystem": "^11.42",
"illuminate/support": "^11.42",
"orchestra/canvas-core": "^9.1",
"orchestra/testbench-core": "^9.7",
"symfony/polyfill-php83": "^1.31",
"symfony/yaml": "^7.0.3"
},
"require-dev": {
"laravel/framework": "^11.35",
"laravel/framework": "^11.42",
"laravel/pint": "^1.17",
"mockery/mockery": "^1.6.10",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^11.5",
"spatie/laravel-ray": "^1.39"
"phpunit/phpunit": "^11.5.3",
"spatie/laravel-ray": "^1.39.1"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit 8063d45

Please sign in to comment.