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 905182d commit a55496cCopy full SHA for a55496c
composer.json
@@ -10,17 +10,17 @@
10
}
11
],
12
"require": {
13
- "php": ">=5.5.9",
14
- "illuminate/support": "5.2.*",
+ "php": ">=5.6.4",
+ "illuminate/support": "5.3.*",
15
"nesbot/carbon": "^1.20",
16
- "symfony/filesystem": "2.8.*|3.0.*",
17
- "symfony/finder": "2.8.*|3.0.*",
18
- "symfony/process": "2.8.*|3.0.*",
19
- "symfony/var-dumper": "2.8.*|3.0.*",
+ "symfony/filesystem": "3.1.*",
+ "symfony/finder": "3.1.*",
+ "symfony/process": "3.1.*",
+ "symfony/var-dumper": "3.1.*",
20
"spatie/array-to-xml": "^2.2"
21
},
22
"require-dev": {
23
- "phpunit/phpunit": "^5.0",
+ "phpunit/phpunit": "^5.4",
24
"mockery/mockery": "^0.9",
25
"illuminated/testing-tools": "^0.6"
26
0 commit comments