Skip to content

Commit 2c1403a

Browse files
committed
update/fix composer.json
1 parent 489f372 commit 2c1403a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "astrotomic/php-conditional-proxy",
3-
"description": "Easily generate Open Graph tags",
4-
"keywords": [],
3+
"description": "This package provides a trait and class to allow calling methods based on a condition without breaking the method chain.",
4+
"keywords": [
5+
"contitional-proxy",
6+
"proxy"
7+
],
58
"homepage": "https://github.com/Astrotomic/php-conditional-proxy",
69
"license": "MIT",
710
"authors": [

0 commit comments

Comments
 (0)