Skip to content

Commit f69e088

Browse files
Compatibility with Laravel 6
1 parent 6c8a8ba commit f69e088

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"php": ">=7.1.3",
9-
"laravel/framework": "5.8.*",
10-
"lesstif/php-jira-rest-client": "^1.39"
8+
"php": ">=7.2",
9+
"laravel/framework": "^6.0",
10+
"lesstif/php-jira-rest-client": "^1.44"
1111
},
1212
"autoload": {
1313
"psr-4": {

0 commit comments

Comments
 (0)