|
3 | 3 | "description": "Laravel-specific and pure PHP helper functions.", |
4 | 4 | "keywords": ["laravel", "helpers", "functions", "collection"], |
5 | 5 | "license": "MIT", |
6 | | - "authors": [ |
7 | | - { |
8 | | - "name": "Dmitry Ivanov", |
9 | | - "email": "dmitry.g.ivanov@gmail.com" |
10 | | - } |
11 | | - ], |
| 6 | + "authors": [{ |
| 7 | + "name": "Dmitry Ivanov", |
| 8 | + "email": "dmitry.g.ivanov@gmail.com" |
| 9 | + }], |
12 | 10 | "require": { |
13 | 11 | "php": "^7.1.3", |
14 | | - "illuminate/support": "5.7.*", |
15 | | - "nesbot/carbon": "^1.26", |
16 | | - "symfony/filesystem": "^4.1", |
17 | | - "symfony/finder": "^4.1", |
18 | | - "symfony/process": "^4.1", |
19 | | - "symfony/var-dumper": "^4.1", |
| 12 | + "illuminate/support": "5.8.*", |
| 13 | + "nesbot/carbon": "^1.26.3 || ^2.0", |
| 14 | + "symfony/filesystem": "^4.2", |
| 15 | + "symfony/finder": "^4.2", |
| 16 | + "symfony/process": "^4.2", |
| 17 | + "symfony/var-dumper": "^4.2", |
20 | 18 | "spatie/array-to-xml": "^2.7" |
21 | 19 | }, |
22 | 20 | "require-dev": { |
23 | | - "phpunit/phpunit": "^7.0", |
| 21 | + "phpunit/phpunit": "^7.5|^8.0", |
24 | 22 | "mockery/mockery": "^1.0", |
25 | | - "illuminated/testing-tools": "5.7.*" |
| 23 | + "illuminated/testing-tools": "5.8.*" |
26 | 24 | }, |
27 | 25 | "autoload": { |
28 | 26 | "files": ["src/autoload.php"], |
|
0 commit comments