Skip to content

Commit 9976fbe

Browse files
committed
Macroable 3.0.0
1 parent b5e8b1a commit 9976fbe

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="3.0.0"></a>
2+
# [3.0.0](https://github.com/glowyphp/macroable) (2021-12-22)
3+
* Released under Glowy PHP Organization
4+
* Add PHP 8.1 support
5+
* Updated dependencies.
6+
17
<a name="2.0.0"></a>
28
# [2.0.0](https://github.com/glowyphp/macroable) (2021-02-19)
39
* Move to PHP 7.4

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Macroable Component is a trait that, gives you the ability in effect to add new methods to a class at runtime.",
44
"license": "MIT",
55
"keywords": [
6-
"Macroable", "macroable", "php", "glowy"
6+
"Macroable", "macroable", "php", "glowy", "glowyphp"
77
],
88
"support": {
99
"source": "https://github.com/glowyphp/macroable",
@@ -27,6 +27,7 @@
2727
"require-dev": {
2828
"doctrine/coding-standard": "9.0.0",
2929
"pestphp/pest": "^1.21.1",
30-
"phpstan/phpstan": "^1.2.0"
30+
"phpstan/phpstan": "^1.2.0",
31+
"symfony/var-dumper": "^5.4.0",
3132
}
3233
}

0 commit comments

Comments
 (0)