|
17 | 17 | } |
18 | 18 | ], |
19 | 19 | "require": { |
20 | | - "php": ">=7.2.5", |
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", |
| 20 | + "php": "^7.3", |
| 21 | + "illuminate/auth": "^8.0", |
| 22 | + "illuminate/console": "^8.0", |
| 23 | + "illuminate/encryption": "^8.0", |
| 24 | + "illuminate/support": "^8.0", |
| 25 | + "illuminate/view": "^8.0", |
| 26 | + "laravel/socialite": "^5.0", |
27 | 27 | "socialiteproviders/gitlab": "^3.1|^4.0", |
28 | 28 | "socialiteproviders/dropbox": "^4.1", |
29 | | - "laravel/ui": "^2.1|^3.0" |
| 29 | + "laravel/ui": "^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.3", |
35 | | - "orchestra/testbench": "^5.0|^6.0", |
| 34 | + "phpunit/phpunit": "^8.5.19|^9.5.8", |
| 35 | + "orchestra/testbench": "^6.15", |
36 | 36 | "friendsofphp/php-cs-fixer": "^2.16" |
37 | 37 | }, |
38 | 38 | "autoload": { |
|
0 commit comments