Skip to content

Commit 65077a7

Browse files
authored
Merge pull request #216 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents 2568631 + 50ee8ec commit 65077a7

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

composer.json

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "jrean/laravel-user-verification",
33
"description": "User Email Verification For Laravel",
4-
"keywords": ["laravel", "framework", "user verification", "email verification", "user activation", "email activation"],
4+
"keywords": [
5+
"laravel",
6+
"framework",
7+
"user verification",
8+
"email verification",
9+
"user activation",
10+
"email activation"
11+
],
512
"license": "MIT",
613
"authors": [
714
{
@@ -11,7 +18,7 @@
1118
],
1219
"require": {
1320
"php": ">=7.2.0",
14-
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
21+
"illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0"
1522
},
1623
"autoload": {
1724
"psr-4": {
@@ -25,18 +32,16 @@
2532
"prefer-stable": true,
2633
"require-dev": {
2734
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
28-
"fzaninotto/faker": "^1.9",
35+
"fzaninotto/faker": "^1.9|^1.5",
2936
"mockery/mockery": "^1.3",
3037
"satooshi/php-coveralls": "^2.0",
31-
"friendsofphp/php-cs-fixer": "^1.12",
38+
"friendsofphp/php-cs-fixer": "^1.12|^3.5",
3239
"sllh/php-cs-fixer-styleci-bridge": "^2.1"
3340
},
3441
"autoload-dev": {
35-
"psr-4": {
36-
}
37-
},
38-
"scripts": {
42+
"psr-4": []
3943
},
44+
"scripts": [],
4045
"extra": {
4146
"laravel": {
4247
"providers": [

0 commit comments

Comments
 (0)