Skip to content

Commit 6bfda4c

Browse files
Merge pull request #15 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents 139e9ef + f22e76e commit 6bfda4c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "imanghafoori/laravel-anypass",
33
"description": "A minimal yet powerful package to help you in development.",
4-
"keywords": ["laravel","laravel-utility","laravel5-package","PHP","laravel5"],
4+
"keywords": [
5+
"laravel",
6+
"laravel-utility",
7+
"laravel5-package",
8+
"PHP",
9+
"laravel5"
10+
],
511
"license": "MIT",
612
"homepage": "https://github.com/imanghafoori1/laravel-anypass",
713
"authors": [
@@ -12,15 +18,15 @@
1218
],
1319
"require": {
1420
"php": "^7.1.3|7.2.*|7.3.*|7.4.*|8.*",
15-
"laravel/framework":"~5.1|6.*|7.*|8.*"
21+
"laravel/framework": "~5.1|6.*|7.*|8.*|^9.0"
1622
},
1723
"require-dev": {
1824
"orchestra/testbench": "^4.0|^5.0|^6.0",
1925
"laravel/legacy-factories": "^1.1"
2026
},
2127
"autoload-dev": {
2228
"psr-4": {
23-
"Imanghafoori\\AnyPassTests\\" : "tests/"
29+
"Imanghafoori\\AnyPassTests\\": "tests/"
2430
}
2531
},
2632
"autoload": {

0 commit comments

Comments
 (0)