Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #80 from Protoqol/support-laravel-six
Browse files Browse the repository at this point in the history
[SUPPORT] Support for Laravel >6.0 is confirmed
  • Loading branch information
Quinten authored Sep 10, 2019
2 parents 0238d8d + 4e78e07 commit 779c5ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.1",
"composer/composer": "dev-master",
"laravel/framework": "^5.6",
"laravel/framework": ">=5.6",
"ext-pdo": "*",
"ext-curl": "*",
"ext-json": "*"
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/components/Elements/Version.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
data () {
return {
newVersionAvailable: '0',
currentVersion : 'v1.22',
currentVersion : 'v1.22.1',
}
},
Expand Down

0 comments on commit 779c5ef

Please sign in to comment.