Skip to content

Commit

Permalink
Merge branch '9.x' into 10.x
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 19, 2025
2 parents b02a13b + 002d948 commit 629c0de
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,19 +31,19 @@
"php": "^8.2",
"composer-runtime-api": "^2.2",
"composer/semver": "^3.0",
"illuminate/console": "^12.0",
"illuminate/database": "^12.0",
"illuminate/filesystem": "^12.0",
"illuminate/support": "^12.0",
"illuminate/console": "^12.0.0",
"illuminate/database": "^12.0.0",
"illuminate/filesystem": "^12.0.0",
"illuminate/support": "^12.0.0",
"orchestra/canvas-core": "^10.0",
"orchestra/sidekick": "^1.0",
"orchestra/sidekick": "^1.0.2",
"orchestra/testbench-core": "^10.0",
"symfony/polyfill-php83": "^1.31",
"symfony/yaml": "^7.0.3"
},
"require-dev": {
"laravel/framework": "^12.0",
"laravel/pint": "^1.20",
"laravel/framework": "^12.0.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 629c0de

Please sign in to comment.