Skip to content

Commit

Permalink
Merge pull request #9 from pixelant/dev_composer
Browse files Browse the repository at this point in the history
Fix composer replace
  • Loading branch information
anjeylink committed Apr 13, 2018
2 parents 4529998 + 58e603f commit ba3d500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@
},
"replace": {
"pxa_cookie_bar": "self.version",
"typo3-ter/pxa_cookie_bar": "self.version"
"typo3-ter/pxa-cookie-bar": "self.version"
},
"config": {
"vendor-dir": ".Build/vendor",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -18,7 +18,7 @@
'author_email' => 'andriy@pixelant.se',
'author_company' => 'Pixelant',
'clearCacheOnLoad' => false,
'version' => '2.0.1',
'version' => '2.0.2',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-8.9.99'
Expand Down

0 comments on commit ba3d500

Please sign in to comment.