Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 229 Bytes

File metadata and controls

12 lines (10 loc) · 229 Bytes

UPGRADE FROM 0.1.* to 0.2.0

Everything after \ReCaptcha* namespace was moved into \Karser\Recaptcha3Bundle\ReCaptcha

Before:

use ReCaptcha\ReCaptcha;

After:

use Karser\Recaptcha3Bundle\ReCaptcha\ReCaptcha;