Skip to content

Commit

Permalink
Merge pull request #92 from dotkernel/issue/91
Browse files Browse the repository at this point in the history
Issue #91: Added allowed plugins to composer.json file.
  • Loading branch information
alexmerlin authored Jan 12, 2022
2 parents 6ded72e + 8654b21 commit 6a9ee0d
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
}
],
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dotkernel/*": true,
"laminas/laminas-dependency-plugin": true,
"laminas/laminas-component-installer": true,
"composer/package-versions-deprecated": true
}
},
"extra": {
"laminas": {
Expand Down Expand Up @@ -54,28 +60,28 @@
"dotkernel/dot-rbac-guard": "^3.1",
"dotkernel/dot-session": "^4.2",
"dotkernel/dot-twigrenderer": "^3.1",
"laminas/laminas-authentication": "^2.8",
"laminas/laminas-component-installer": "^2.5",
"laminas/laminas-authentication": "^2.9",
"laminas/laminas-component-installer": "^2.6",
"laminas/laminas-config-aggregator": "^1.7",
"laminas/laminas-dependency-plugin": "^2.2",
"laminas/laminas-diactoros": "^2.8",
"laminas/laminas-form": "^2.17",
"laminas/laminas-i18n": "^2.11",
"laminas/laminas-math": "^3.4",
"laminas/laminas-i18n": "^2.13",
"laminas/laminas-math": "^3.5",
"laminas/laminas-servicemanager": "^3.10",
"laminas/laminas-stdlib": "^3.6",
"mezzio/mezzio": "^3.6",
"mezzio/mezzio-authorization-rbac": "^1.1",
"mezzio/mezzio-cors": "^1.1",
"mezzio/mezzio-fastroute": "^3.3",
"mezzio/mezzio-helpers": "^5.7",
"mezzio/mezzio-twigrenderer": "^2.8",
"laminas/laminas-stdlib": "^3.7",
"mezzio/mezzio": "^3.9",
"mezzio/mezzio-authorization-rbac": "^1.3",
"mezzio/mezzio-cors": "^1.3",
"mezzio/mezzio-fastroute": "^3.4",
"mezzio/mezzio-helpers": "^5.8",
"mezzio/mezzio-twigrenderer": "^2.9",
"ramsey/uuid-doctrine": "^1.8",
"roave/psr-container-doctrine": "^2.2",
"robmorgan/phinx": "^0.12"
},
"require-dev": {
"laminas/laminas-development-mode": "^3.5",
"laminas/laminas-development-mode": "^3.6",
"mezzio/mezzio-tooling": "^1.4",
"phpunit/phpunit": "^7.5",
"roave/security-advisories": "dev-master",
Expand Down

0 comments on commit 6a9ee0d

Please sign in to comment.