Skip to content

Commit 0b2a5fa

Browse files
committed
### Commit Message:
Refactor `JiraStore` class for code consistency and update dependencies in `composer.lock`.
1 parent 6920bcb commit 0b2a5fa

7 files changed

Lines changed: 2612 additions & 1780 deletions

File tree

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,19 @@
1515
"role": "Developer"
1616
}
1717
],
18+
"repositories": [
19+
{
20+
"type": "vcs",
21+
"url": "https://github.com/creacoon/laravel-jira-rest-client"
22+
}
23+
],
1824
"require": {
1925
"php": "^8.3",
20-
"rjvandoesburg/laravel-jira-rest-client": "^3.0",
26+
"rjvandoesburg/laravel-jira-rest-client": "^2.0",
2127
"spatie/laravel-dashboard": "^3.1.0"
2228
},
2329
"require-dev": {
30+
"laravel/pint": "^1.25",
2431
"phpunit/phpunit": "^9.3"
2532
},
2633
"autoload": {

0 commit comments

Comments
 (0)