Skip to content

Commit 042d0f5

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.1.1
1 parent 17bfa70 commit 042d0f5

File tree

1 file changed

+32
-25
lines changed

1 file changed

+32
-25
lines changed

composer.json

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
{
2-
"name": "denvercoder1/readme-typing-svg",
3-
"description": "⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text. Typing SVGs can be used as a bio on your Github profile readme or repository.",
4-
"keywords": ["github", "dynamic", "readme", "typing", "svg", "profile"],
5-
"license": "MIT",
6-
"version": "0.1.0",
7-
"homepage": "https://github.com/DenverCoder1/readme-typing-svg/",
8-
"autoload": {
9-
"classmap": [
10-
"src/models/",
11-
"src/views/",
12-
"src/controllers/"
13-
]
14-
},
15-
"require": {
16-
"php": "^7.4|^8.0",
17-
"vlucas/phpdotenv": "^5.3"
18-
},
19-
"require-dev": {
20-
"phpunit/phpunit": "^9"
21-
},
22-
"scripts": {
23-
"start": "php7 -S localhost:8000 -t src || php -S localhost:8000 -t src",
24-
"test": "./vendor/bin/phpunit --testdox tests"
25-
}
26-
}
2+
"name": "denvercoder1/readme-typing-svg",
3+
"description": "⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text. Typing SVGs can be used as a bio on your Github profile readme or repository.",
4+
"keywords": [
5+
"github",
6+
"dynamic",
7+
"readme",
8+
"typing",
9+
"svg",
10+
"profile"
11+
],
12+
"license": "MIT",
13+
"version": "0.1.1",
14+
"homepage": "https://github.com/DenverCoder1/readme-typing-svg/",
15+
"autoload": {
16+
"classmap": [
17+
"src/models/",
18+
"src/views/",
19+
"src/controllers/"
20+
]
21+
},
22+
"require": {
23+
"php": "^7.4|^8.0",
24+
"vlucas/phpdotenv": "^5.3"
25+
},
26+
"require-dev": {
27+
"phpunit/phpunit": "^9"
28+
},
29+
"scripts": {
30+
"start": "php7 -S localhost:8000 -t src || php -S localhost:8000 -t src",
31+
"test": "./vendor/bin/phpunit --testdox tests"
32+
}
33+
}

0 commit comments

Comments
 (0)