Skip to content

Commit

Permalink
Merge pull request #136 from visto9259/4.0.x
Browse files Browse the repository at this point in the history
Preparring for release of version 4
  • Loading branch information
visto9259 authored Sep 10, 2024
2 parents df99444 + 9e611c8 commit 4819786
Show file tree
Hide file tree
Showing 23 changed files with 1,246 additions and 144 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/docs/ export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm.baseline.xml export-ignore
/test/ export-ignore
/autoload-dev/ export-ignore
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"laminas/laminas-eventmanager": "^3.0",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-servicemanager": "^3.0",
"lm-commons/lmc-rbac": "2.0.x-dev"
"lm-commons/lmc-rbac": "^2.0"
},
"require-dev": {
"laminas/laminas-authentication": "^2.2",
Expand All @@ -49,7 +49,7 @@
"vimeo/psalm": "^5.25"
},
"suggest": {
"lm-commons/lmc-rbac-mvc-devtools": "if you want to show information about the roles"
"lm-commons/lmc-rbac-mvc-devtools": "if you want to collect and show information about roles and guards in Laminas Developer Tools"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 4819786

Please sign in to comment.