Skip to content

Commit 7026e9b

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.2.0
1 parent a2d0a6a commit 7026e9b

File tree

1 file changed

+29
-22
lines changed

1 file changed

+29
-22
lines changed

composer.json

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
{
2-
"name": "denvercoder1/github-readme-streak-stats",
3-
"description": "🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README.",
4-
"keywords": ["github", "dynamic", "readme", "contributions", "streak", "stats"],
5-
"license": "MIT",
6-
"version": "0.1.0",
7-
"homepage": "https://github.com/DenverCoder1/github-readme-streak-stats",
8-
"autoload": {
9-
"classmap": [
10-
"src/"
11-
]
12-
},
13-
"require": {
14-
"php": "^7.4|^8.0"
15-
},
16-
"require-dev": {
17-
"phpunit/phpunit": "^9"
18-
},
19-
"scripts": {
20-
"start": "php -S localhost:8000 -t src",
21-
"test": "./vendor/bin/phpunit --testdox tests"
22-
}
23-
}
2+
"name": "denvercoder1/github-readme-streak-stats",
3+
"description": "🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README.",
4+
"keywords": [
5+
"github",
6+
"dynamic",
7+
"readme",
8+
"contributions",
9+
"streak",
10+
"stats"
11+
],
12+
"license": "MIT",
13+
"version": "0.2.0",
14+
"homepage": "https://github.com/DenverCoder1/github-readme-streak-stats",
15+
"autoload": {
16+
"classmap": [
17+
"src/"
18+
]
19+
},
20+
"require": {
21+
"php": "^7.4|^8.0"
22+
},
23+
"require-dev": {
24+
"phpunit/phpunit": "^9"
25+
},
26+
"scripts": {
27+
"start": "php -S localhost:8000 -t src",
28+
"test": "./vendor/bin/phpunit --testdox tests"
29+
}
30+
}

0 commit comments

Comments
 (0)