Skip to content

Commit

Permalink
wip
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 Nov 24, 2023
1 parent c684e24 commit 0bcf9ef
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@
},
"require-dev": {
"laravel/pint": "^1.6",
"orchestra/testbench": "^8.15",
"laravel/framework": "^10.26",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^8.15",
"phpstan/phpstan": "^1.10.6",
"phpunit/phpunit": "^10.1"
"phpunit/phpunit": "^10.1",
"symfony/yaml": "^6.2"
},
"conflict": {
"orchestra/canvas": "<8.11.0",
Expand All @@ -60,12 +63,8 @@
}
},
"scripts": {
"post-autoload-dump": [
"@clear",
"@prepare"
],
"post-autoload-dump": "@prepare",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"build": "@php vendor/bin/testbench workbench:build --ansi",
"lint": [
"@php vendor/bin/phpstan analyse",
Expand Down

0 comments on commit 0bcf9ef

Please sign in to comment.