Skip to content

Commit

Permalink
Merge pull request #5 from visto9259/1.0.x
Browse files Browse the repository at this point in the history
Beautify code
  • Loading branch information
visto9259 authored Aug 30, 2024
2 parents 4fa73a4 + 57b5cd7 commit 134bb46
Show file tree
Hide file tree
Showing 15 changed files with 626 additions and 671 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@
"lm-commons/lmc-rbac-mvc": "4.0.x-dev"
},
"require-dev": {
"phpunit/phpunit": "~9.1",
"phpunit/phpunit": "^10.5.30 | ^11.3.1",
"laminas/laminas-permissions-rbac": "~3.0",
"laminas/laminas-coding-standard": "^2.5",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.25"
},
"autoload": {
"psr-4": {
"LmcRbac\\Mvc\\DevTools\\": "src/"
"Lmc\\Rbac\\Mvc\\DevTools\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LmcRbac\\Mvc\\DevToolsTest\\": "test/"
"LmcTest\\Rbac\\Mvc\\DevToolsTest\\": "test/"
}
},
"extra": {
"laminas": {
"module": "LmcRbac\\Mvc\\DevTools"
"module": "Lmc\\Rbac\\Mvc\\DevTools"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 134bb46

Please sign in to comment.