diff --git a/composer.json b/composer.json index 22e6b627..3df3dd29 100644 --- a/composer.json +++ b/composer.json @@ -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" + } +} \ No newline at end of file