🧹 Duster

This commit is contained in:
Rico van Zelst
2024-06-18 12:55:10 +02:00
parent f3ded81a62
commit a0b37a4ab4
39 changed files with 191 additions and 232 deletions

72
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "01991fbc1fe35d4ff8b7fec2328024e4",
"content-hash": "41231265ce8bfa416b472fc62aa36de4",
"packages": [
{
"name": "andcarpi/laravel-popper",
@@ -11688,6 +11688,76 @@
}
],
"time": "2024-03-03T12:36:25+00:00"
},
{
"name": "tightenco/duster",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/tighten/duster.git",
"reference": "e7c38d576ec555a2765b4a01fb762f09fe7179bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tighten/duster/zipball/e7c38d576ec555a2765b4a01fb762f09fe7179bd",
"reference": "e7c38d576ec555a2765b4a01fb762f09fe7179bd",
"shasum": ""
},
"require": {
"php": "^8.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.54",
"laravel-zero/framework": "^11.0",
"laravel/pint": "^1.15",
"nunomaduro/termwind": "^2.0",
"spatie/invade": "^1.1",
"squizlabs/php_codesniffer": "^3.9",
"tightenco/tlint": "^9.3"
},
"bin": [
"builds/duster"
],
"type": "project",
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Seeders\\": "database/seeders/",
"Database\\Factories\\": "database/factories/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Stauffer",
"email": "matt@tighten.com",
"homepage": "https://tighten.com",
"role": "Developer"
},
{
"name": "Anthony Clark",
"email": "anthony@tighten.com",
"homepage": "https://tighten.com",
"role": "Developer"
}
],
"description": "Automatic configuration for Laravel apps to apply Tighten's standard linting & code standards.",
"homepage": "https://github.com/tighten/duster",
"keywords": [
"Code style",
"duster",
"laravel",
"php",
"tightenco"
],
"support": {
"issues": "https://github.com/tighten/duster/issues",
"source": "https://github.com/tighten/duster"
},
"time": "2024-06-03T18:29:50+00:00"
}
],
"aliases": [],