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 15, 2025
1 parent 8063d45 commit 76defae
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,21 +31,21 @@
"php": "^8.2",
"composer-runtime-api": "^2.2",
"composer/semver": "^3.0",
"illuminate/console": "^11.42",
"illuminate/database": "^11.42",
"illuminate/filesystem": "^11.42",
"illuminate/support": "^11.42",
"illuminate/console": "^11.42.1",
"illuminate/database": "^11.42.1",
"illuminate/filesystem": "^11.42.1",
"illuminate/support": "^11.42.1",
"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.42",
"laravel/pint": "^1.17",
"laravel/framework": "^11.42.1",
"laravel/pint": "^1.20",
"mockery/mockery": "^1.6.10",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^11.5.3",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^11.5.7",
"spatie/laravel-ray": "^1.39.1"
},
"config": {
Expand Down

0 comments on commit 76defae

Please sign in to comment.