Skip to content

Commit e5dc5a0

Browse files
authored
Merge pull request #453 from reload/jira-changed
Fix: Jira API changed
2 parents d605da7 + 090d634 commit e5dc5a0

File tree

3 files changed

+98
-28
lines changed

3 files changed

+98
-28
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
22
/.env
3+
/.phpunit.cache
34
/.phpunit.result.cache

composer.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"symfony/http-client": "^7.1",
88
"ext-openssl": "*",
99
"veewee/xml": "^4",
10-
"reload/jira-security-issue": "^2",
10+
"reload/jira-security-issue": "^2.0.10",
1111
"composer/semver": "^3.2",
1212
"vlucas/phpdotenv": "^5.5",
1313
"thecodingmachine/safe": "^2.5",
@@ -28,13 +28,24 @@
2828
"phpunit/phpunit": "^12.0",
2929
"phpstan/phpstan-phpunit": "^1.3"
3030
},
31+
"extra": {
32+
"composer-exit-on-patch-failure": true,
33+
"patches": {
34+
"lesstif/php-jira-rest-client": {
35+
"#554: fix deprecated search to search/jql": "https://github.com/lesstif/php-jira-rest-client/pull/554/commits/0823afc040b752007cb2217a722bf3f4d4fccc5d.patch"
36+
}
37+
}
38+
},
3139
"config": {
3240
"platform" : {
3341
"php": "8.4"
3442
},
3543
"allow-plugins": {
3644
"phpro/grumphp-shim": true,
37-
"phpstan/extension-installer": true
45+
"phpstan/extension-installer": true,
46+
"cweagans/composer-patches": true
3847
}
39-
}
48+
},
49+
"minimum-stability": "dev",
50+
"prefer-stable": true
4051
}

composer.lock

Lines changed: 83 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)