|
18 | 18 | ],
|
19 | 19 | "require": {
|
20 | 20 | "php": ">=7.2.5",
|
21 |
| - "illuminate/auth": "^7.0", |
22 |
| - "illuminate/console": "^7.0", |
23 |
| - "illuminate/encryption": "^7.0", |
24 |
| - "illuminate/support": "^7.0", |
25 |
| - "illuminate/view": "^7.0", |
26 |
| - "laravel/socialite": "^4.4", |
27 |
| - "socialiteproviders/gitlab": "^3.1", |
| 21 | + "illuminate/auth": "^7.0|^8.0", |
| 22 | + "illuminate/console": "^7.0|^8.0", |
| 23 | + "illuminate/encryption": "^7.0|^8.0", |
| 24 | + "illuminate/support": "^7.0|^8.0", |
| 25 | + "illuminate/view": "^7.0|^8.0", |
| 26 | + "laravel/socialite": "^4.4|^5.0", |
| 27 | + "socialiteproviders/gitlab": "^3.1|^4.0", |
28 | 28 | "socialiteproviders/dropbox": "^4.1",
|
29 |
| - "laravel/ui": "^2.1" |
| 29 | + "laravel/ui": "^2.1|^3.0" |
30 | 30 | },
|
31 | 31 | "require-dev": {
|
32 | 32 | "fzaninotto/faker": "~1.9.1",
|
33 | 33 | "mockery/mockery": "^1.3.1",
|
34 |
| - "phpunit/phpunit": "^8.5|^9.0", |
35 |
| - "orchestra/testbench": "^5.0", |
| 34 | + "phpunit/phpunit": "^8.5|^9.3", |
| 35 | + "orchestra/testbench": "^5.0|^6.0", |
36 | 36 | "friendsofphp/php-cs-fixer": "^2.16"
|
37 | 37 | },
|
38 | 38 | "autoload": {
|
|
0 commit comments