Skip to content

Commit

Permalink
[7.x] Remove spatie/laravel-ray and Adds support for `phpstan/phpst…
Browse files Browse the repository at this point in the history
…an` 2 (#43)

* [7.x] Remove `spatie/laravel-ray`

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Nov 18, 2024
1 parent 5760ea0 commit b31b617
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,16 @@
"nunomaduro/collision": "^6.2",
"orchestra/canvas": "^7.11.1",
"orchestra/testbench-core": "^7.48",
"spatie/laravel-ray": "^1.32.4",
"symfony/polyfill-php83": "^1.31",
"symfony/yaml": "^6.0.9"
},
"require-dev": {
"laravel/pint": "^1.4",
"mockery/mockery": "^1.5.1",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^9.6",
"symfony/process": "^6.0.9"
},
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
},
"suggest": {
"ext-pcntl": "Required to use all features of the console signal trapping."
},
Expand Down

0 comments on commit b31b617

Please sign in to comment.