-
-
Notifications
You must be signed in to change notification settings - Fork 934
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conventional Changelog Action
committed
Dec 15, 2021
1 parent
17bfa70
commit 042d0f5
Showing
1 changed file
with
32 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,33 @@ | ||
{ | ||
"name": "denvercoder1/readme-typing-svg", | ||
"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.", | ||
"keywords": ["github", "dynamic", "readme", "typing", "svg", "profile"], | ||
"license": "MIT", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/DenverCoder1/readme-typing-svg/", | ||
"autoload": { | ||
"classmap": [ | ||
"src/models/", | ||
"src/views/", | ||
"src/controllers/" | ||
] | ||
}, | ||
"require": { | ||
"php": "^7.4|^8.0", | ||
"vlucas/phpdotenv": "^5.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9" | ||
}, | ||
"scripts": { | ||
"start": "php7 -S localhost:8000 -t src || php -S localhost:8000 -t src", | ||
"test": "./vendor/bin/phpunit --testdox tests" | ||
} | ||
} | ||
"name": "denvercoder1/readme-typing-svg", | ||
"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.", | ||
"keywords": [ | ||
"github", | ||
"dynamic", | ||
"readme", | ||
"typing", | ||
"svg", | ||
"profile" | ||
], | ||
"license": "MIT", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/DenverCoder1/readme-typing-svg/", | ||
"autoload": { | ||
"classmap": [ | ||
"src/models/", | ||
"src/views/", | ||
"src/controllers/" | ||
] | ||
}, | ||
"require": { | ||
"php": "^7.4|^8.0", | ||
"vlucas/phpdotenv": "^5.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9" | ||
}, | ||
"scripts": { | ||
"start": "php7 -S localhost:8000 -t src || php -S localhost:8000 -t src", | ||
"test": "./vendor/bin/phpunit --testdox tests" | ||
} | ||
} |