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

Commit 7b54728

Browse files
committed
Added package requirements
1 parent 3d657a8 commit 7b54728

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"forum": "https://discourse.zendframework.com/c/questions/expressive"
1818
},
1919
"require": {
20-
"php": "^7.1"
20+
"php": "^7.1",
21+
"psr/container": "^1.0",
22+
"psr/http-message": "^1.0.1",
23+
"zendframework/zend-expressive-authentication": "^0.1 || ^1.0-dev || ^1.0"
2124
},
2225
"require-dev": {
2326
"phpunit/phpunit": "^6.3",

0 commit comments

Comments
 (0)