Skip to content

Commit

Permalink
Merge branch '9.x' into 9/dusk-test
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Feb 17, 2025
2 parents 65f9a70 + 76defae commit 88200d2
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.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/dusk": "^8.0",
"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 88200d2

Please sign in to comment.