Skip to content

Commit

Permalink
Update package version to 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Apr 21, 2024
1 parent 6100e79 commit e14bec8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jlevers/selling-partner-api",
"version": "6.0.4",
"version": "6.0.5",
"description": "PHP client for Amazon's Selling Partner API",
"keywords": [
"api",
Expand Down Expand Up @@ -55,14 +55,13 @@
},
"scripts": {
"lint": [
"@pint",
"@php-compatibility-check"
"@pint",
"@php-compatibility-check"
],
"pint": "php vendor/bin/pint",
"php-compatibility-check": "./vendor/bin/phpcs -p ./src ./bin --standard=PHPCompatibility --runtime-set testVersion 8.1-",

"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility"
"post-update-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility"
},
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion resources/generator-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.4",
"version": "6.0.5",
"type": "openapi",
"outputDir": "src",
"force": true,
Expand Down

0 comments on commit e14bec8

Please sign in to comment.