We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28171ef commit a30820fCopy full SHA for a30820f
composer.json
@@ -10,17 +10,17 @@
10
}
11
],
12
"require": {
13
- "php": ">=5.6.4",
14
- "illuminate/support": "5.4.*",
+ "php": ">=7.0",
+ "illuminate/support": "5.5.*",
15
"nesbot/carbon": "^1.20",
16
- "symfony/filesystem": "^3.2",
17
- "symfony/finder": "^3.2",
18
- "symfony/process": "^3.2",
19
- "symfony/var-dumper": "^3.2",
+ "symfony/filesystem": "^3.3",
+ "symfony/finder": "^3.3",
+ "symfony/process": "^3.3",
+ "symfony/var-dumper": "^3.3",
20
"spatie/array-to-xml": "^2.2"
21
},
22
"require-dev": {
23
- "phpunit/phpunit": "^5.7",
+ "phpunit/phpunit": "^6.0",
24
"mockery/mockery": "^0.9",
25
"illuminated/testing-tools": "^0.6"
26
0 commit comments