Skip to content

Commit

Permalink
Composer.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
n3r committed Feb 9, 2023
1 parent 23bfd0a commit 0dfbc6a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
21 changes: 17 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
{
"name": "qase/php-commons",
"description": "Library with common classes for Qase reporters",
"homepage": "https://developers.qase.io",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "Nikita Fedorov",
"email": "[email protected]"
}
],
"keywords": [
"qase",
"tms",
"reporter",
"php",
"testops"
],
"autoload": {
"psr-4": {
"Qase\\PhpCommons\\": "src/"
Expand All @@ -14,13 +29,11 @@
},
"require": {
"php": "^7.4 || ^8.0",
"qase/api": "v1.2.1",
"qase/api": "v1.2.*",
"ramsey/uuid": "5.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"ext-json": "*"
},
"minimum-stability": "dev",
"prefer-stable": false
}
}
8 changes: 5 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0dfbc6a

Please sign in to comment.