Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies to use moder libraries stack #26

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
22 changes: 9 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "badoo/jira-client",
"name": "sc0/jira-client",
"type": "library",
"description": "Jira REST API client with comfortable wrappers for most commonly used API instances like issues, custom fields, components and so on",
"version": "1.1.0",
"description": "Jira REST API client with comfortable wrappers for most commonly used API instances like issues, custom fields, components and so on. Forked from badoo/jira-client",
"version": "1.2.5",
"minimum-stability": "stable",
"license": "GPL-3.0-only",
"homepage": "https://badoo.com/",
Expand All @@ -21,16 +21,8 @@
"bin/generate"
],
"require": {
"php": ">=7.2",
"ext-json": "*",
"ext-curl": "*",
"psr/log": "^1.0",
"symfony/yaml": "^4.2|^5.0",
"league/climate": "^3.5"
},
"require-dev": {
"phpunit/phpunit": "^8.2",
"friendsofphp/php-cs-fixer": "^2.15"
"symfony/yaml": "6.*|7.*|8.*|9.*",
"psr/log": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -40,5 +32,9 @@
},
"config": {
"preferred-install": "source"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^3.13"
}
}
Loading