Skip to content

Commit

Permalink
Update composer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed committed Mar 12, 2024
1 parent ff2f5b1 commit 7911abd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"php": "^8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/notifications": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0"
"illuminate/contracts": "^10 || ^11.0",
"illuminate/notifications": "^10 || ^11.0",
"illuminate/support": "^10 || ^11.0"
},
"require-dev": {
"larastan/larastan": "^2.9",
"mockery/mockery": "^1.4.4",
"nunomaduro/larastan": "^2.4",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^1.22|^2.34",
"pestphp/pest-plugin-laravel": "^1.4|^2.3",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.10|^10.5"
"phpunit/phpunit": "^10.5 || ^11.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down Expand Up @@ -65,8 +65,8 @@
},
"scripts": {
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage"
"analyse": "phpstan analyse",
"test": "pest",
"test-coverage": "pest --coverage"
}
}

0 comments on commit 7911abd

Please sign in to comment.