Skip to content

Commit dd66fab

Browse files
committed
Update dependencies
Especially reload/jira-security-issue which no longer requires a patched version of lesstif/php-jira-rest-client.
1 parent e5dc5a0 commit dd66fab

File tree

2 files changed

+50
-120
lines changed

2 files changed

+50
-120
lines changed

composer.json

Lines changed: 3 additions & 13 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.0.10",
10+
"reload/jira-security-issue": "^2.0.11",
1111
"composer/semver": "^3.2",
1212
"vlucas/phpdotenv": "^5.5",
1313
"thecodingmachine/safe": "^2.5",
@@ -28,24 +28,14 @@
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-
},
3931
"config": {
4032
"platform" : {
4133
"php": "8.4"
4234
},
4335
"allow-plugins": {
4436
"phpro/grumphp-shim": true,
4537
"phpstan/extension-installer": true,
46-
"cweagans/composer-patches": true
38+
"cweagans/composer-patches": false
4739
}
48-
},
49-
"minimum-stability": "dev",
50-
"prefer-stable": true
40+
}
5141
}

composer.lock

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

0 commit comments

Comments
 (0)