We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688781c commit b136cdaCopy full SHA for b136cda
composer.json
@@ -12,12 +12,12 @@
12
}
13
],
14
"require": {
15
- "symfony/yaml": "dev-master",
16
- "illuminate/console": "~4",
17
- "illuminate/container": "~4",
18
- "illuminate/support": "~4",
19
- "illuminate/view": "~4",
20
- "illuminate/events": "~4",
+ "symfony/yaml": "~2.4",
+ "illuminate/console": "~4.2",
+ "illuminate/container": "~4.2",
+ "illuminate/support": "~4.2",
+ "illuminate/view": "~4.2",
+ "illuminate/events": "~4.2",
21
"sami/sami": "dev-master",
22
"jms/php-manipulator": "dev-master",
23
"nikic/php-parser": "0.9.*"
0 commit comments