Skip to content

Commit

Permalink
chore: add phpinsights
Browse files Browse the repository at this point in the history
  • Loading branch information
uwla committed Sep 6, 2024
1 parent f0213d0 commit e152dda
Show file tree
Hide file tree
Showing 3 changed files with 4,017 additions and 1,731 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ vendor
tags
.vscode
.vim
*.bak
*.bak
.php-cs-fixer.cache
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,28 @@
],
"require": {
"illuminate/database": "^10.0",
"illuminate/auth": "^10.0"
"illuminate/auth": "^10.0",
"nunomaduro/phpinsights": "^2.11"
},
"require-dev": {
"laravel/sanctum": "^3.2",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.0"
},
"scripts": {
"test": "vendor/bin/phpunit"
"test": "vendor/bin/phpunit",
"insights": "vendor/bin/phpinsights"
},
"extra": {
"laravel": {
"providers": [
"Uwla\\Lacl\\AclServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
}
Loading

0 comments on commit e152dda

Please sign in to comment.