|
11 | 11 | } |
12 | 12 | ], |
13 | 13 | "require": { |
14 | | - "php": "^7.4 || ^8.0", |
| 14 | + "php": "^7.4 || ^8.0 || ^8.1", |
15 | 15 | "ext-json": "*", |
16 | 16 | "ext-mbstring": "*", |
17 | 17 | "ext-pdo": "*", |
18 | 18 | "ext-pdo_mysql": "*", |
19 | 19 | "ext-zip": "*", |
20 | 20 | "aws/aws-sdk-php": "^3.171", |
21 | | - "doctrine/dbal": "^2.12", |
22 | | - "fideloper/proxy": "^4.4", |
23 | | - "guzzlehttp/guzzle": "^7.2", |
24 | | - "hashids/hashids": "^4.1", |
25 | | - "laracasts/utilities": "^3.2", |
26 | | - "laravel/framework": "^8.22", |
27 | | - "laravel/helpers": "^1.4", |
28 | | - "laravel/tinker": "^2.5", |
29 | | - "laravel/ui": "^3.0", |
30 | | - "lcobucci/jwt": "^4.0", |
31 | | - "league/flysystem-aws-s3-v3": "^1.0", |
32 | | - "league/flysystem-memory": "^1.0", |
33 | | - "matriphe/iso-639": "^1.2", |
34 | | - "pragmarx/google2fa": "^5.0", |
35 | | - "predis/predis": "^1.1", |
36 | | - "prologue/alerts": "^0.4", |
37 | | - "psr/cache": "1.0.1", |
38 | | - "s1lentium/iptools": "^1.1", |
39 | | - "spatie/laravel-fractal": "^5.8", |
40 | | - "spatie/laravel-query-builder": "^3.3", |
41 | | - "staudenmeir/belongs-to-through": "^2.11", |
42 | | - "symfony/yaml": "^4.4", |
43 | | - "webmozart/assert": "^1.9" |
| 21 | + "doctrine/dbal": "~2.13.9", |
| 22 | + "fideloper/proxy": "~4.4.1", |
| 23 | + "guzzlehttp/guzzle": "~7.4.2", |
| 24 | + "hashids/hashids": "~4.1.0", |
| 25 | + "laracasts/utilities": "~3.2.1", |
| 26 | + "laravel/framework": "^8.83", |
| 27 | + "laravel/helpers": "~1.5.0", |
| 28 | + "laravel/tinker": "~2.7.2", |
| 29 | + "laravel/ui": "~3.4.5", |
| 30 | + "lcobucci/jwt": "~4.1.5", |
| 31 | + "league/flysystem-aws-s3-v3": "~1.0.29", |
| 32 | + "league/flysystem-memory": "~1.0.2", |
| 33 | + "matriphe/iso-639": "~1.2.0", |
| 34 | + "pragmarx/google2fa": "~5.0.0", |
| 35 | + "predis/predis": "~1.1.10", |
| 36 | + "prologue/alerts": "~0.4.8", |
| 37 | + "psr/cache": "~1.0.1", |
| 38 | + "s1lentium/iptools": "~1.1.1", |
| 39 | + "spatie/laravel-fractal": "~5.8.1", |
| 40 | + "spatie/laravel-query-builder": "~3.6.2", |
| 41 | + "staudenmeir/belongs-to-through": "~2.11.2", |
| 42 | + "symfony/yaml": "~4.4.37", |
| 43 | + "webmozart/assert": "~1.10.0" |
44 | 44 | }, |
45 | 45 | "require-dev": { |
46 | | - "barryvdh/laravel-debugbar": "^3.5", |
47 | | - "barryvdh/laravel-ide-helper": "^2.9", |
48 | | - "facade/ignition": "^2.5", |
49 | | - "fakerphp/faker": "^1.13", |
50 | | - "friendsofphp/php-cs-fixer": "^2.18", |
51 | | - "laravel/dusk": "^6.11", |
52 | | - "mockery/mockery": "^1.4", |
53 | | - "nunomaduro/collision": "^5.2", |
| 46 | + "barryvdh/laravel-debugbar": "^3.6", |
| 47 | + "barryvdh/laravel-ide-helper": "^2.12", |
| 48 | + "facade/ignition": "^2.17", |
| 49 | + "fakerphp/faker": "^1.19", |
| 50 | + "friendsofphp/php-cs-fixer": "^2.19", |
| 51 | + "laravel/dusk": "^6.23", |
| 52 | + "mockery/mockery": "^1.5", |
| 53 | + "nunomaduro/collision": "^5.11", |
54 | 54 | "php-mock/php-mock-phpunit": "^2.6", |
55 | | - "phpunit/phpunit": "^9.0" |
| 55 | + "phpunit/phpunit": "^9.5" |
56 | 56 | }, |
57 | 57 | "autoload": { |
58 | 58 | "files": [ |
|
0 commit comments