Skip to content

Commit 50c3b0b

Browse files
authored
Merge pull request #45 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents 8f0a2ef + abbe614 commit 50c3b0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": ">=7.2",
14-
"laravel/framework": "^5.5||^6.0||^7.0||^8.0",
14+
"laravel/framework": "^5.5||^6.0||^7.0||^8.0|^9.0",
1515
"divineomega/laravel-password-exposed-validation-rule": "^2.4.0"
1616
},
1717
"require-dev": {
18-
"fakerphp/faker": "^1.14.1",
18+
"fakerphp/faker": "^1.14.1|^1.9.1",
1919
"php-coveralls/php-coveralls": "^2.0",
20-
"orchestra/testbench": "^5.17.1"
20+
"orchestra/testbench": "^5.17.1|^7.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)