refactor: removed version from composer.json
wird angezeigt
{ | ||
"name": "quiqqer/authgoogle2fa", | ||
"type": "quiqqer-module", | ||
"description": "QUIQQER Authentication with Google Authenticator", | ||
"version": "dev-dev", | ||
"license": "GPL-3.0+", | ||
"homepage": "https://www.quiqqer.com", | ||
"authors": [ | ||
{ | ||
"name": "Patrick Müller", | ||
"email": "p.mueller@pcsg.de", | ||
"homepage": "http://www.pcsg.de", | ||
"role": "Developer" | ||
"name": "quiqqer\/authgoogle2fa", | ||
"type": "quiqqer-module", | ||
"description": "QUIQQER Authentication with Google Authenticator", | ||
"license": "GPL-3.0+", | ||
"homepage": "https:\/\/www.quiqqer.com", | ||
"authors": [ | ||
{ | ||
"name": "Patrick M\u00fcller", | ||
"email": "p.mueller@pcsg.de", | ||
"homepage": "http:\/\/www.pcsg.de", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"email": "support@pcsg.de", | ||
"url": "http:\/\/www.pcsg.de" | ||
}, | ||
"require": { | ||
"quiqqer\/quiqqer": ">=1.1|dev-master|dev-dev", | ||
"pragmarx\/google2fa": "2.*", | ||
"bacon\/bacon-qr-code": "~1.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"QUI\\Auth\\Google2Fa\\": "src\/QUI\/Auth\/Google2Fa" | ||
} | ||
} | ||
], | ||
"support": { | ||
"email": "support@pcsg.de", | ||
"url": "http://www.pcsg.de" | ||
}, | ||
"require": { | ||
"quiqqer/quiqqer": ">=1.1|dev-master|dev-dev", | ||
"pragmarx/google2fa": "2.*", | ||
"bacon/bacon-qr-code": "~1.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"QUI\\Auth\\Google2Fa\\": "src/QUI/Auth/Google2Fa" | ||
} | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Bitte registrieren oder Anmelden zum Kommentieren