Skip to content

Commit

Permalink
TUI
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Sep 25, 2024
1 parent 63e7764 commit 1fe15f3
Show file tree
Hide file tree
Showing 7 changed files with 751 additions and 37 deletions.
23 changes: 13 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@
"laravel/prompts": "^0.1.0|^0.2.0",
"illuminate/collections": "^10.0|^11.0",
"composer/semver": "^3.4",
"saloonphp/saloon": "^3.10"
"saloonphp/saloon": "^3.10",
"joetannenbaum/chewie": "^0.1.5"
},
"require-dev": {
"pestphp/pest": "^2.24",
"laravel/pint": "^1.13",
"humbug/box": "^4.3",
"nunomaduro/collision": "^7.0|^8.0"
"nunomaduro/collision": "^7.0|^8.0",
"phpstan/phpstan": "^1.12",
"spatie/ray": "^1.41"
},
"config": {
"allow-plugins": {
Expand All @@ -51,16 +54,16 @@
],
"qa": [
"@composer pint",
"@composer phpstan",
"@composer test"
],
"box": [
"./vendor/bin/box"
],
"pint": [
"./vendor/bin/pint --preset psr12"
"static": [
"@composer pint",
"@composer phpstan"
],
"test": [
"./vendor/bin/pest"
]
"box": "./vendor/bin/box",
"pint": "./vendor/bin/pint --preset psr12",
"phpstan": "./vendor/bin/phpstan analyse",
"test": "./vendor/bin/pest"
}
}
Loading

0 comments on commit 1fe15f3

Please sign in to comment.