Skip to content

Commit

Permalink
Registry 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Aug 2, 2021
1 parent a9b7b92 commit 637968b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="3.0.1"></a>
# [3.0.1](https://github.com/atomastic/registry) (2021-08-02)
* fix issue with creating macros

<a name="3.0.0"></a>
# [3.0.0](https://github.com/atomastic/registry) (2021-02-20)
* Move to PHP 7.4
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"atomastic/arrays": "^3.0",
"atomastic/macroable": "^2.0"
"atomastic/arrays": "^3.0"
},
"autoload":{
"psr-4": {
Expand Down
3 changes: 0 additions & 3 deletions src/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
namespace Atomastic\Registry;

use Atomastic\Arrays\Arrays;
use Atomastic\Macroable\Macroable;

class Registry extends Arrays
{
use Macroable;

/**
* Registry instance
*/
Expand Down

0 comments on commit 637968b

Please sign in to comment.