Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimede authored Nov 4, 2020
1 parent 03ddd87 commit fb25b53
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "dotkernel/dot-session",
"type": "library",
"description": "DotKernel session component extending and customizing laminas-session",
"license": "MIT",
"homepage": "https://github.com/dotkernel/dot-session",
"keywords": [
"session",
"laminas",
"middleware"
],
"license": "MIT",
"authors": [
{
"name": "DotKernel Team",
Expand All @@ -18,9 +19,9 @@
"php": "^7.4",
"psr/http-message": "^1.0.1",
"laminas/laminas-servicemanager": "^3.4.0",
"laminas/laminas-session": "^2.9.3",
"laminas/laminas-session": "^2.10",
"psr/http-server-middleware": "^1.0.1",
"laminas/laminas-dependency-plugin": "^1.0.3"
"laminas/laminas-dependency-plugin": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1.3",
Expand All @@ -31,16 +32,5 @@
"psr-4": {
"Dot\\Session\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DotTest\\Session\\": "test/"
}
},
"extra": {
"branch-alias": {
"dev-master": "4.0-dev",
"dev-develop": "4.1-dev"
}
}
}

0 comments on commit fb25b53

Please sign in to comment.