Skip to content

Commit

Permalink
Update composer keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed Apr 23, 2020
1 parent 6ff6a28 commit eaa9620
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
{
"name": "dotkernel/dot-authorization",
"type": "library",
"description": "DotKernel authorization service abstractions",
"license": "MIT",
"authors": [
{
"name": "DotKernel Team",
"email": "[email protected]"
}
],
"type": "library",
"license": "MIT",
"keywords": [
"authorization",
"laminas",
"laminas-dependency"
],
"require": {
"php": "^7.4",
"laminas/laminas-dependency-plugin": "^1.0.3"
"laminas/laminas-dependency-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1.2",
"squizlabs/php_codesniffer": "^3.5.5"
"phpunit/phpunit": "^9.1",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eaa9620

Please sign in to comment.