:octocat: authenticator -> dev dependency

This commit is contained in:
codemasher
2018-01-21 13:34:18 +01:00
parent 2ad81e1a12
commit 3535711a7e
+3 -3
View File
@@ -19,11 +19,11 @@
],
"require": {
"php": ">=7.0.3",
"chillerlan/php-traits": "^1.1",
"chillerlan/php-authenticator": "^2.0"
"chillerlan/php-traits": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "6.4.*"
"phpunit/phpunit": "6.4.*",
"chillerlan/php-authenticator": "^2.0"
},
"suggest": {
},