Skip to content

Commit

Permalink
feat: upgrade to laravel framework 6.0 (#20)
Browse files Browse the repository at this point in the history

* fix psalm

* Fix
  • Loading branch information
asbiin authored Oct 26, 2019
1 parent 4e557b7 commit 3557983
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 451 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:
- master

variables:
phpVersion: 7.2
phpVersion: 7.3
COMPOSER_HOME: $(Agent.BuildDirectory)/.composer

stages:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"laravel/framework": "^5.6",
"laravel/framework": "^5.6 || ^6.0",
"sabre/dav": "^4.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 3557983

Please sign in to comment.