Skip to content

Commit

Permalink
laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Nov 12, 2020
1 parent 4859b51 commit 8e985e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.0 - 2020-11-12

Laravel 8 update

## 2.0.4 - 2020-04-04

All tagged releases to `laravel-laraapp` will be documented in this file
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
],
"require": {
"php": "^7.2",
"chillerlan/php-qrcode": "^3.1",
"illuminate/support": "~5.8.0|6.x|7.x",
"nesbot/carbon": "^1.21|^2.0"
"chillerlan/php-qrcode": "^3.x",
"illuminate/support": "~5.8.0|6.x|7.x|8.x",
"nesbot/carbon": "^1.21|^2.x"
},
"require-dev": {
"orchestra/testbench": "~3.8.0|^4.0",
"phpunit/phpunit": "^8.0",
"php": "^7.2",
"chillerlan/php-qrcode": "^3.1",
"illuminate/support": "~5.8.0|6.0|7.x",
"nesbot/carbon": "^1.21|^2.0"
"chillerlan/php-qrcode": "^3.x",
"illuminate/support": "~5.8.0|6.x|7.x|8.x",
"nesbot/carbon": "^1.21|^2.x"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 3 additions & 4 deletions config/laraapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

/*
|--------------------------------------------------------------------------
| LaraApp App name
| LaraApp App Name
|--------------------------------------------------------------------------
|
| This is the name which will be displayed in the app
Expand All @@ -79,11 +79,10 @@

/*
|--------------------------------------------------------------------------
| LaraApp Key
| LaraApp App Key
|--------------------------------------------------------------------------
|
| Here you can set the application app key from https://thelara.app/
| You will be able to get this if you upgrade to yearlong Plan
|
*/

Expand All @@ -106,7 +105,7 @@

/*
|--------------------------------------------------------------------------
| LaraApp Default
| LaraApp Logging
|--------------------------------------------------------------------------
|
| If default is set to stack, single or daily then the app will be able to return the logs.
Expand Down

0 comments on commit 8e985e6

Please sign in to comment.