Skip to content

Commit b38d8ea

Browse files
committedOct 31, 2015
update to psr4 and php 5.5
1 parent 41e91a6 commit b38d8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
}
2828
],
2929
"require": {
30-
"php": ">=5.4.0",
30+
"php": ">=5.5.9",
3131
"illuminate/support": "5.1.*",
3232
"nikapps/ortc-php": "1.*"
3333
},
3434
"autoload": {
35-
"psr-0": {
35+
"psr-4": {
3636
"Nikapps\\OrtcLaravel\\": "src/"
3737
}
3838
},

0 commit comments

Comments
 (0)
Please sign in to comment.