Skip to content

Commit

Permalink
increase version number,
Browse files Browse the repository at this point in the history
stop requiring outdated api client
  • Loading branch information
clemzarch committed May 10, 2023
1 parent 335920e commit fcc328c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.6.x-dev"
"dev-main": "0.7.x-dev"
},
"gyroscops": {
"plugins": ["Kiboko\\Plugin\\Akeneo\\Service"]
Expand Down
2 changes: 1 addition & 1 deletion src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#[Configurator\Pipeline(
name: 'akeneo',
dependencies: [
'akeneo/api-php-client-ee',
'akeneo/api-php-client',
'laminas/laminas-diactoros',
'php-http/guzzle7-adapter',
],
Expand Down

0 comments on commit fcc328c

Please sign in to comment.