Skip to content

Commit

Permalink
* remove autoload psr-4 for SJBR\\StaticInfoTables\\ from composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
franzholz committed May 16, 2017
1 parent 68f223d commit 6d9add2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2017-05-16 Franz Holzinger <[email protected]>
* remove autoload psr-4 for SJBR\StaticInfoTables\ from composer.json

2017-04-10 Franz Holzinger <[email protected]>
* modify composer.json

Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
"typo3/cms-core": ">=6.1,<9.0",
"sjbr/static-info-tables": ">=6.4,<7.0"
},
"autoload": {
"psr-4": {
"SJBR\\StaticInfoTables\\": "Classes/"
}
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'description' => 'Italian (it) language pack for the Static Info Tables providing localized names for countries, currencies and so on.',
'category' => 'misc',
'shy' => 0,
'version' => '6.4.1',
'version' => '6.4.2',
'priority' => '',
'loadOrder' => '',
'module' => '',
Expand Down

0 comments on commit 6d9add2

Please sign in to comment.