Skip to content

Commit efc6b83

Browse files
committed
ResponseInterface is a factory of response prototypes
1 parent fd23a1b commit efc6b83

File tree

6 files changed

+175
-127
lines changed

6 files changed

+175
-127
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
"psr/container": "^1.0",
2525
"psr/http-message": "^1.0.1",
2626
"psr/http-server-middleware": "^1.0",
27-
"zendframework/zend-expressive-authentication": "^1.0.0alpha1 || ^1.0"
27+
"zendframework/zend-expressive-authentication": "^1.0.0alpha3"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^6.5.3",
30+
"phpunit/phpunit": "^7.0.2",
3131
"roave/security-advisories": "dev-master",
3232
"zendframework/zend-coding-standard": "~1.0.0"
3333
},
3434
"conflict": {
3535
"container-interop/container-interop": "<1.2.0"
3636
},
3737
"suggest": {
38-
"zendframework/zend-expressive-authorization-acl": "^0.1 || ^1.0; provides a zend-permissions-acl-backed adapter",
39-
"zendframework/zend-expressive-authorization-rbac": "^0.1 || ^1.0; provides a zend-permissions-rbac-backed adapter"
38+
"zendframework/zend-expressive-authorization-acl": "^1.0; provides a zend-permissions-acl-backed adapter",
39+
"zendframework/zend-expressive-authorization-rbac": "^1.0; provides a zend-permissions-rbac-backed adapter"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)