Skip to content

Commit

Permalink
Laravel: Upgraded to version 4.2 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesking56 committed Nov 21, 2014
1 parent 0de4d88 commit 9374da3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions laravel/notejam/app/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@

'key' => 'J5263afFApteAj79OGkWSpGnBf0h76kF',

'crypt' => MCRYPT_RIJNDAEL_256,

/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
Expand Down
1 change: 1 addition & 0 deletions laravel/notejam/app/config/queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
'token' => 'your-token',
'project' => 'your-project-id',
'queue' => 'your-queue-name',
'encrypt' => false
),

'redis' => array(
Expand Down
2 changes: 1 addition & 1 deletion laravel/notejam/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"laravel/framework": "4.1.*"
"laravel/framework": "4.2.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
Expand Down

0 comments on commit 9374da3

Please sign in to comment.