Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Updated to final PSR-15 #9

Merged
merged 3 commits into from Feb 7, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,4 +1,4 @@
Copyright (c) 2017, Zend Technologies USA, Inc.
Copyright (c) 2017-2018, Zend Technologies USA, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,10 +22,10 @@
},
"require": {
"php": "^7.1",
"http-interop/http-server-middleware": "^1.0.1",
"league/oauth2-server": "^6.0.2",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0",
"zendframework/zend-expressive-authentication": "^1.0.0-dev"
},
"require-dev": {
Expand Down