Skip to content

Commit

Permalink
Compatibility with Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
patriziotomato authored Feb 14, 2020
1 parent 6c8a8ba commit f69e088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.1.3",
"laravel/framework": "5.8.*",
"lesstif/php-jira-rest-client": "^1.39"
"php": ">=7.2",
"laravel/framework": "^6.0",
"lesstif/php-jira-rest-client": "^1.44"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f69e088

Please sign in to comment.