Skip to content

Commit c81d5f5

Browse files
committed
Switch class-loader to stable version
1 parent d6024a9 commit c81d5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x",
99
"illuminate/console": "5.0.x|5.1.x|5.2.x|5.3.x",
1010
"illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x",
11-
"symfony/class-loader": "dev-master",
11+
"symfony/class-loader": "^2.3|3.*",
1212
"doctrine/dbal": "~2.3"
1313
},
1414
"autoload": {

0 commit comments

Comments
 (0)