Created
June 3, 2014 09:08
-
-
Save syossan27/79b570153d3643e725c9 to your computer and use it in GitHub Desktop.
Laravel4.1.xから4.2.xへのアップグレード方法 ref: http://qiita.com/syo/items/6b4ecda47cdbf477d2b0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "laravel/laravel", | |
"description": "The Laravel Framework.", | |
"keywords": ["framework", "laravel"], | |
"license": "MIT", | |
"require": { | |
"laravel/framework": "4.2.*", | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'cipher' => MCRYPT_RIJNDAEL_256 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment