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 ce6e638 commit dfd59d9Copy full SHA for dfd59d9
composer.json
@@ -10,19 +10,18 @@
10
}
11
],
12
"require": {
13
- "php": ">=7.0",
14
- "illuminate/support": "5.5.*",
+ "php": "^7.1.3",
+ "illuminate/support": "5.6.*",
15
"nesbot/carbon": "^1.20",
16
- "symfony/filesystem": "^3.3",
17
- "symfony/finder": "^3.3",
18
- "symfony/process": "^3.3",
19
- "symfony/var-dumper": "^3.3",
+ "symfony/filesystem": "^4.0",
+ "symfony/finder": "^4.0",
+ "symfony/process": "^4.0",
+ "symfony/var-dumper": "^4.0",
20
"spatie/array-to-xml": "^2.2"
21
},
22
"require-dev": {
23
- "phpunit/phpunit": "^6.0",
24
- "mockery/mockery": "^1.0",
25
- "illuminated/testing-tools": "5.5.*"
+ "phpunit/phpunit": "^7.0",
+ "mockery/mockery": "^1.0"
26
27
"autoload": {
28
"files": ["src/autoload.php"],
0 commit comments