Skip to content

Commit

Permalink
Merge pull request #135 from visto9259/3.4.x
Browse files Browse the repository at this point in the history
Added gitattributes, misc cleanups
  • Loading branch information
visto9259 authored Sep 10, 2024
2 parents 50b582f + 1cc234d commit 9ab3942
Show file tree
Hide file tree
Showing 4 changed files with 7,897 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/docs/ export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/.cloveralls.yml export-ignore
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vendor
.idea
build
.phpunit*
composer.lock
#composer.lock
#ignoring PHPEclipse project files and directories
/.settings
/.project
Expand All @@ -13,3 +13,4 @@ composer.lock
/.vscode
#ignoring NetBeans project files
/nbproject
/.phpcs-cache
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"phpspec/prophecy-phpunit": "^2.0",
"doctrine/doctrine-orm-module": "^5.0 || ^6.0"
},
"extra": {
"laminas": {
"component": "LmcRbacMvc"
}
},
"suggest": {
"laminas/laminas-developer-tools": "if you want to show information about the roles",
"doctrine/doctrine-module": "if you want to use Doctrine role provider"
Expand Down
Loading

0 comments on commit 9ab3942

Please sign in to comment.