Skip to content

Commit ff1380f

Browse files
committed
updated feature
1 parent d949d87 commit ff1380f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This package requires the following dependencies:
5252
Via Composer
5353

5454
``` sh
55-
$ composer require timehunter/laravel-google-recaptcha-v3 "^1.2.0"
55+
$ composer require timehunter/laravel-google-recaptcha-v3 "~1.2.0"
5656
```
5757

5858
If your Laravel framework version <= 5.4, please register the service provider in your config file: /config/app.php, otherwise please skip it.

tests/UnitTest.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
3+
namespace Tests\Unit;
4+
5+
use Tests\TestCase;
6+
7+
8+
class UnitTest extends TestCase
9+
{
10+
/**
11+
* A basic test example.
12+
*
13+
* @return void
14+
*/
15+
public function testBasicTest()
16+
{
17+
}
18+
}

0 commit comments

Comments
 (0)