Skip to content

Commit

Permalink
Support Laravel7
Browse files Browse the repository at this point in the history
  • Loading branch information
patriziotomato authored Mar 19, 2020
1 parent c47d649 commit a3d5915
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 @@ -8,9 +8,9 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.2",
"laravel/framework": "^6.0",
"lesstif/php-jira-rest-client": "^1.44",
"php": ">=7.2.5",
"laravel/framework": "^6.0|^7.0",
"lesstif/php-jira-rest-client": "^2.0",
"khill/php-duration": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit a3d5915

Please sign in to comment.