Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
limenet committed Mar 25, 2023
1 parent a9d44d2 commit d873381
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"spatie/laravel-package-tools": "^1.13.0"
},
"require-dev": {
"laravel/pint": "^1.5",
"nunomaduro/collision": "^7.0.4",
"nunomaduro/larastan": "^2.4.1",
"orchestra/testbench": "^8.0.1",
"laravel/pint": "^1.7",
"nunomaduro/collision": "^7.3.3",
"nunomaduro/larastan": "^2.5.1",
"orchestra/testbench": "^8.0.11",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^1.3.4",
"phpunit/phpunit": "^10.0.7"
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpunit/phpunit": "^10.0.18"
},
"autoload": {
"psr-4": {
Expand All @@ -46,6 +46,9 @@
},
"scripts": {
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
"post-update-cmd": [
"@composer bump --dev-only"
],
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage",
Expand Down

0 comments on commit d873381

Please sign in to comment.