Skip to content

Commit

Permalink
Merge pull request #33 from sematext/SC-13984
Browse files Browse the repository at this point in the history
Fixed validation errors and updated dependancy versions in composer.j…
  • Loading branch information
hollerloudly authored Aug 24, 2022
2 parents 8533e1c + 1d2849c commit 663d6c3
Show file tree
Hide file tree
Showing 2 changed files with 1,275 additions and 917 deletions.
21 changes: 10 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"name": "Sematext/sematext/stcloud",
"version": "0.5.0",
"description": "",
"name": "sematext/stcloud",
"description": "Sematext Cloud API Client for PHP",
"keywords": [
"swagger",
"php",
"sdk",
"api"
],
"homepage": "http://swagger.io",
"license": "proprietary",
"homepage": "https://sematext.com",
"license": "Apache-2.0",
"authors": [
{
"name": "Swagger and contributors",
"homepage": "https://github.com/swagger-api/swagger-codegen"
"name": "Sematext",
"homepage": "https://sematext.com"
}
],
"require": {
Expand All @@ -24,11 +23,11 @@
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "~2.6",
"friendsofphp/php-cs-fixer": "~1.12"
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "~3.7",
"friendsofphp/php-cs-fixer": "~3.10"
},
"autoload": {
"autoload": {
"psr-4": { "sematext\\stcloud\\" : "stcloud/" }
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit 663d6c3

Please sign in to comment.