Skip to content

Commit

Permalink
Merge branch '2.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 Mar 9, 2023
2 parents d7c912e + 9ef135d commit b842711
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require-dev": {
"laravel/pint": "^1.4",
"orchestra/testbench": "^7.19 || ^8.0",
"phpstan/phpstan": "^1.9.14",
"phpstan/phpstan": "^1.10.5",
"phpunit/phpunit": "^9.6"
},
"config": {
Expand All @@ -48,7 +48,8 @@
"@composer run prepare",
"@php vendor/bin/phpstan analyse",
"@php vendor/bin/pint"
]
],
"test": "@php vendor/bin/phpunit -c ./ --color"
},
"prefer-stable": true,
"minimum-stability": "dev"
Expand Down

0 comments on commit b842711

Please sign in to comment.