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 Feb 19, 2025
1 parent 5687011 commit 002d948
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,19 +31,19 @@
"php": "^8.2",
"composer-runtime-api": "^2.2",
"composer/semver": "^3.0",
"illuminate/console": "^11.42.1",
"illuminate/database": "^11.42.1",
"illuminate/filesystem": "^11.42.1",
"illuminate/support": "^11.42.1",
"orchestra/canvas-core": "^9.2",
"illuminate/console": "^11.43.0",
"illuminate/database": "^11.43.0",
"illuminate/filesystem": "^11.43.0",
"illuminate/support": "^11.43.0",
"orchestra/canvas-core": "^9.1.1",
"orchestra/sidekick": "^1.0.2",
"orchestra/testbench-core": "^9.11",
"orchestra/testbench-core": "^9.11.0",
"symfony/polyfill-php83": "^1.31",
"symfony/yaml": "^7.0.3"
},
"require-dev": {
"laravel/framework": "^11.42.1",
"laravel/pint": "^1.20",
"laravel/framework": "^11.43.0",
"laravel/pint": "^1.21",
"mockery/mockery": "^1.6.10",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^11.5.7",
Expand Down

0 comments on commit 002d948

Please sign in to comment.