We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254c331 commit 9f39cbaCopy full SHA for 9f39cba
.gitignore
@@ -2,3 +2,4 @@
2
/.fleet
3
/.idea
4
/.vscode
5
+composer.lock
composer.json
@@ -29,7 +29,10 @@
29
"orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.3"
30
},
31
"config": {
32
- "sort-packages": true
+ "sort-packages": true,
33
+ "allow-plugins": {
34
+ "dealerdirect/phpcodesniffer-composer-installer": true
35
+ }
36
37
"extra": {
38
"laravel": {
src/Validation/Rule.php
@@ -3,7 +3,6 @@
namespace Shergela\Validations\Validation;
use Closure;
6
-use Dotenv\Util\Str;
7
use Illuminate\Contracts\Validation\DataAwareRule;
8
use Illuminate\Contracts\Validation\ValidationRule;
9
use Illuminate\Contracts\Validation\ValidatorAwareRule;
0 commit comments