Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Laravel 8 support, Jira v3 API compatibility, Fix paginate request with query params, Fix naming collision with jwt-auth. #16

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.3",
"firebase/php-jwt": "^5.0",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "^6.0"
"guzzlehttp/guzzle": "^7.2",
"illuminate/support": "^8.10"
},
"require-dev": {
"mockery/mockery": "^1.2",
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^8.4",
"squizlabs/php_codesniffer": "^2.3"
},
Expand Down
Loading