Skip to content

Commit

Permalink
Merge pull request #4 from 21TORR/next
Browse files Browse the repository at this point in the history
Rename main namespace to match bundle name
  • Loading branch information
apfelbox authored Sep 17, 2020
2 parents 4a1bb19 + 5d8dedc commit 417e063
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.0
=====

* (bc) Rename main namespace to match bundle name.


1.0.1
=====

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"autoload": {
"psr-4": {
"Torr\\RadBundles\\": "src/"
"Torr\\BundleHelpers\\": "src/"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Bundle/BundleExtension.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace Torr\RadBundles\Bundle;
namespace Torr\BundleHelpers\Bundle;

use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down
2 changes: 1 addition & 1 deletion src/Bundle/ConfigurableBundleExtension.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace Torr\RadBundles\Bundle;
namespace Torr\BundleHelpers\Bundle;

use Symfony\Component\Config\Definition\ConfigurationInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down

0 comments on commit 417e063

Please sign in to comment.