Skip to content

Commit

Permalink
Macroable 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Dec 22, 2021
1 parent b5e8b1a commit 9976fbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="3.0.0"></a>
# [3.0.0](https://github.com/glowyphp/macroable) (2021-12-22)
* Released under Glowy PHP Organization
* Add PHP 8.1 support
* Updated dependencies.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/glowyphp/macroable) (2021-02-19)
* Move to PHP 7.4
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.",
"license": "MIT",
"keywords": [
"Macroable", "macroable", "php", "glowy"
"Macroable", "macroable", "php", "glowy", "glowyphp"
],
"support": {
"source": "https://github.com/glowyphp/macroable",
Expand All @@ -27,6 +27,7 @@
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"pestphp/pest": "^1.21.1",
"phpstan/phpstan": "^1.2.0"
"phpstan/phpstan": "^1.2.0",
"symfony/var-dumper": "^5.4.0",
}
}

0 comments on commit 9976fbe

Please sign in to comment.