-
- Downloads
Merge branch 'next-3.x' into 'main'
Next 3.x See merge request !16
Keine zugehörigen Branchen gefunden
Tags 3.2.0
- .gitlab-ci.yml 0 Ergänzungen, 10 Löschungen.gitlab-ci.yml
- composer.json 1 Ergänzung, 0 Löschungencomposer.json
- locale.xml 16 Ergänzungen, 0 Löschungenlocale.xml
- phpstan-baseline.neon 14 Ergänzungen, 4 Löschungenphpstan-baseline.neon
- settings.xml 26 Ergänzungen, 0 Löschungensettings.xml
- src/QUI/Verification/Entity/Address.php 47 Ergänzungen, 0 Löschungensrc/QUI/Verification/Entity/Address.php
- src/QUI/Verification/Entity/AddressVerification.php 71 Ergänzungen, 0 Löschungensrc/QUI/Verification/Entity/AddressVerification.php
- src/QUI/Verification/Exception/VerificationCooldownActiveException.php 27 Ergänzungen, 0 Löschungen...ication/Exception/VerificationCooldownActiveException.php
- src/QUI/Verification/Interface/AddressVerificationHandlerInterface.php 26 Ergänzungen, 0 Löschungen...ication/Interface/AddressVerificationHandlerInterface.php
- src/QUI/Verification/Interface/VerificationFactoryInterface.php 24 Ergänzungen, 0 Löschungen...I/Verification/Interface/VerificationFactoryInterface.php
- src/QUI/Verification/Utils.php 1 Ergänzung, 1 Löschungsrc/QUI/Verification/Utils.php
- src/QUI/Verification/VerificationFactory.php 109 Ergänzungen, 1 Löschungsrc/QUI/Verification/VerificationFactory.php
- src/QUI/Verification/VerificationRepository.php 1 Ergänzung, 1 Löschungsrc/QUI/Verification/VerificationRepository.php
- src/QUI/Verification/Verifier/AbstractPhoneVerifier.php 1 Ergänzung, 1 Löschungsrc/QUI/Verification/Verifier/AbstractPhoneVerifier.php
... | @@ -22,6 +22,7 @@ | ... | @@ -22,6 +22,7 @@ |
"source": "https://dev.quiqqer.com/quiqqer/verification" | "source": "https://dev.quiqqer.com/quiqqer/verification" | ||
}, | }, | ||
"require": { | "require": { | ||
"php" : "^8.1", | |||
"quiqqer/core": "^2" | "quiqqer/core": "^2" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
... | ... |
src/QUI/Verification/Entity/Address.php
0 → 100644
Bitte registrieren oder Anmelden zum Kommentieren